svn commit: r309328 - head/archivers/gzip

Gabor Kovesdan gabor at FreeBSD.org
Thu Dec 20 22:19:46 UTC 2012


Author: gabor
Date: Thu Dec 20 22:19:45 2012
New Revision: 309328
URL: http://svnweb.freebsd.org/changeset/ports/309328

Log:
  - Turn on the RSYNCABLE option by default since it is required for a
    dependent port [1]
  - Bump PORTREVISION
  
  Requested by:	jgh [1]

Modified:
  head/archivers/gzip/Makefile

Modified: head/archivers/gzip/Makefile
==============================================================================
--- head/archivers/gzip/Makefile	Thu Dec 20 22:19:34 2012	(r309327)
+++ head/archivers/gzip/Makefile	Thu Dec 20 22:19:45 2012	(r309328)
@@ -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 Cha
 		THANKS TODO
 
 OPTIONS_DEFINE=	RSYNCABLE
+OPTIONS_DEFAULT=	RSYNCABLE
 RSYNCABLE_DESC=	Include --rsyncable patch
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list