diff options
author | sat <sat@FreeBSD.org> | 2007-04-05 05:54:54 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-05 05:54:54 +0800 |
commit | 394d6063fffdbf7ad4bbf3ea75776311c9f58a15 (patch) | |
tree | 528b4b2b12f29a536b4fd04030e8e6f8b76c70cd | |
parent | 2e98e687ba13117610aa444556d156d743f7c99c (diff) | |
download | freebsd-ports-gnome-394d6063fffdbf7ad4bbf3ea75776311c9f58a15.tar.gz freebsd-ports-gnome-394d6063fffdbf7ad4bbf3ea75776311c9f58a15.tar.zst freebsd-ports-gnome-394d6063fffdbf7ad4bbf3ea75776311c9f58a15.zip |
- Update to 1.3.03
-rw-r--r-- | sysutils/dircomp/Makefile | 8 | ||||
-rw-r--r-- | sysutils/dircomp/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/dircomp/Makefile b/sysutils/dircomp/Makefile index 2e760dbcc114..560c03d5ccdc 100644 --- a/sysutils/dircomp/Makefile +++ b/sysutils/dircomp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DirComp -PORTVERSION= 1.3.01 +PORTVERSION= 1.3.03 CATEGORIES= sysutils MASTER_SITES= SF @@ -14,10 +14,10 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Compare two directories .ifndef WITHOUT_X11 -LIB_DEPENDS= XGP-0.8.10.0:${PORTSDIR}/devel/libXGP +LIB_DEPENDS= XGP.0:${PORTSDIR}/devel/libXGP PLIST_FILES+= bin/XDirComp .else -LIB_DEPENDS= YGP-0.8.10.0:${PORTSDIR}/devel/libYGP +LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP MK_PATCH+= s/@MYSUBDIRS@/Common/g; .endif @@ -25,7 +25,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GETTEXT= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath PLIST_FILES+= bin/DirComp \ share/locale/de/LC_MESSAGES/DirComp.mo \ share/locale/en/LC_MESSAGES/DirComp.mo \ diff --git a/sysutils/dircomp/distinfo b/sysutils/dircomp/distinfo index d7f86f06934a..5f5f34ad8146 100644 --- a/sysutils/dircomp/distinfo +++ b/sysutils/dircomp/distinfo @@ -1,3 +1,3 @@ -MD5 (DirComp-1.3.01.tar.bz2) = 991bef79f91f6dda974513628dc38b95 -SHA256 (DirComp-1.3.01.tar.bz2) = c8cf6f34716a2a038f1c3f8ec2d97bc2a4d5e29e516394aa2774e55bbb6f1e19 -SIZE (DirComp-1.3.01.tar.bz2) = 344488 +MD5 (DirComp-1.3.03.tar.bz2) = f84442616113f7347b25a3edd16b04aa +SHA256 (DirComp-1.3.03.tar.bz2) = d4d9ea70d1345895c1d80c07b32779880b68fa487a78590df9177e97c7d0c6f5 +SIZE (DirComp-1.3.03.tar.bz2) = 368594 |