svn commit: r309328 - head/archivers/gzip
Chris Rees
utisoft at gmail.com
Thu Dec 20 22:30:57 UTC 2012
On 20 Dec 2012 22:19, "Gabor Kovesdan" <gabor at freebsd.org> wrote:
>
> 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
The description isn't that clear- what does the rsyncable patch do?
Chris
More information about the svn-ports-head
mailing list