From f7ada07601e1b210ecdc81e7107a90c90eec9990 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 4 Aug 2016 02:02:16 +0000 Subject: sysutils/rsyncrypto: Remove redundant dependency on gzip A dependency on gzip will never be registered since gzip is available on all supported platforms (since FreeBSD 7.0). Rsyncrypto hasn't registered gzip in years, so remove the misleading pkg-message while we are at it (requires a revbump) Approved by: infrastructure blanket (removal of redundant deps) --- sysutils/rsyncrypto/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'sysutils') diff --git a/sysutils/rsyncrypto/Makefile b/sysutils/rsyncrypto/Makefile index a961bb2a173f..cb34cca03fdc 100644 --- a/sysutils/rsyncrypto/Makefile +++ b/sysutils/rsyncrypto/Makefile @@ -3,7 +3,7 @@ PORTNAME= rsyncrypto PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= SF @@ -13,8 +13,7 @@ COMMENT= Rsync Friendly File Encryption LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libargtable2.so:devel/argtable -RUN_DEPENDS= rsync:net/rsync \ - gzip:archivers/gzip +RUN_DEPENDS= rsync:net/rsync LDFLAGS+= -L${LOCALBASE}/lib/ CPPFLAGS+= -I${LOCALBASE}/include/ @@ -27,10 +26,4 @@ PLIST_FILES= bin/rsyncrypto \ man/man1/rsyncrypto.1.gz \ man/man1/rsyncrypto_recover.1.gz -post-install: - @${ECHO_MSG} - @${ECHO_MSG} ${PORTNAME} requires archivers/gzip be built - @${ECHO_MSG} with the RSYNCABLE flag to run properly - @${ECHO_MSG} - .include -- cgit v1.2.3