aboutsummaryrefslogtreecommitdiff
path: root/archivers/gzip
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-12-20 22:19:45 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-12-20 22:19:45 +0000
commit943a056b1e4a04d83921b412af23a590cf33a7df (patch)
treecc4f19b4ab45175ab646cce519bd47e2e4b9bade /archivers/gzip
parent7b5c4e0aa2bf7d303237f739713d16e30e24253e (diff)
downloadports-943a056b1e4a04d83921b412af23a590cf33a7df.tar.gz
ports-943a056b1e4a04d83921b412af23a590cf33a7df.zip
- Turn on the RSYNCABLE option by default since it is required for a
dependent port [1] - Bump PORTREVISION Requested by: jgh [1]
Notes
Notes: svn path=/head/; revision=309328
Diffstat (limited to 'archivers/gzip')
-rw-r--r--archivers/gzip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index db7f3ece1375..7ce0ea24d6b2 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gzip
PORTVERSION= 1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,6 +21,7 @@ DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \
THANKS TODO
OPTIONS_DEFINE= RSYNCABLE
+OPTIONS_DEFAULT= RSYNCABLE
RSYNCABLE_DESC= Include --rsyncable patch
.include <bsd.port.pre.mk>