Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2012 22:30:54 +0000
From:      Chris Rees <utisoft@gmail.com>
To:        Gabor Kovesdan <gabor@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r309328 - head/archivers/gzip
Message-ID:  <CADLo83_LU5gLpRQ8rUOCyud1TrKow-3c9r%2BML03ir0rwAGRfhg@mail.gmail.com>
In-Reply-To: <201212202219.qBKMJkGP033151@svn.freebsd.org>
References:  <201212202219.qBKMJkGP033151@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 20 Dec 2012 22:19, "Gabor Kovesdan" <gabor@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83_LU5gLpRQ8rUOCyud1TrKow-3c9r%2BML03ir0rwAGRfhg>