aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyncrypto
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-04 02:02:16 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-04 02:02:16 +0000
commitf7ada07601e1b210ecdc81e7107a90c90eec9990 (patch)
tree1dc382132593c2caf6a40d59fcaae1a83a0d3192 /sysutils/rsyncrypto
parenta56a4a3fa32bd54db2b94cdf9b19e8702b5ba58d (diff)
downloadports-f7ada07601e1b210ecdc81e7107a90c90eec9990.tar.gz
ports-f7ada07601e1b210ecdc81e7107a90c90eec9990.zip
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)
Notes
Notes: svn path=/head/; revision=419574
Diffstat (limited to 'sysutils/rsyncrypto')
-rw-r--r--sysutils/rsyncrypto/Makefile11
1 files changed, 2 insertions, 9 deletions
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 <bsd.port.mk>