svn commit: r419574 - head/sysutils/rsyncrypto
John Marino
marino at FreeBSD.org
Thu Aug 4 02:02:18 UTC 2016
Author: marino
Date: Thu Aug 4 02:02:16 2016
New Revision: 419574
URL: https://svnweb.freebsd.org/changeset/ports/419574
Log:
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)
Modified:
head/sysutils/rsyncrypto/Makefile
Modified: head/sysutils/rsyncrypto/Makefile
==============================================================================
--- head/sysutils/rsyncrypto/Makefile Thu Aug 4 01:51:25 2016 (r419573)
+++ head/sysutils/rsyncrypto/Makefile Thu Aug 4 02:02:16 2016 (r419574)
@@ -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>
More information about the svn-ports-head
mailing list