Date: Thu, 20 Dec 2012 22:19:46 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309328 - head/archivers/gzip Message-ID: <201212202219.qBKMJkGP033151@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212202219.qBKMJkGP033151>