diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-03-15 15:51:08 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-03-15 15:51:08 +0000 |
commit | 316d2b977fc552ffbe074a1d740169467756cefd (patch) | |
tree | d91ad2cfe9fb3637c7cda60210e72bf6bcbeeb56 /devel/subversion | |
parent | Add a patch that fixes a crashbug in kghostview. Bump PORTREVISION. (diff) |
Update to bugfix version 1.0.1.
Notes
Notes:
svn path=/head/; revision=104093
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile | 4 | ||||
-rw-r--r-- | devel/subversion/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index f95556f7fd4d..d38fccc6d079 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= http://subversion.tigris.org/tarballs/ @@ -19,6 +18,7 @@ LIB_DEPENDS= neon.24:${PORTSDIR}/www/neon \ INSTALLS_SHLIB= yes USE_SIZE= yes +USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index f9516940949f..15ff32a4fd7d 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1,2 +1,2 @@ -MD5 (subversion-1.0.0.tar.gz) = 32f2c6e8c7f97587f19275c4e3219363 -SIZE (subversion-1.0.0.tar.gz) = 7462659 +MD5 (subversion-1.0.1.tar.bz2) = 50ca608d260b76d99ed85909acb7ae92 +SIZE (subversion-1.0.1.tar.bz2) = 6121252 |