From owner-svn-ports-all@FreeBSD.ORG Thu Dec 20 22:30:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C1E7BD4; Thu, 20 Dec 2012 22:30:57 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 139728FC13; Thu, 20 Dec 2012 22:30:55 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so2023534bkc.41 for ; Thu, 20 Dec 2012 14:30:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VIyBHB5IzEDTz15AV3MYmEnWAaKn5kpJowKEvKp2mSo=; b=d1S8jXafpcYwtYnx+wQ/F2xGj6U9ASkf8iW5ZOfYNajCiLLHpSuZEMrzE8uTmJTmm7 /BmXmzJgTTktTJBF0idpztC7zUzN2nv0xwg8SAWPVry+HaK9fEoVSsl+/AOMJoYn1tOB 9Fhz0YiNgA5IT+v0gPIL+jHm6JhWA+8s4280UYEfye2Pid4Pumiz8zJby/sIRzNMe4Lc J3nyE1fIEZ5RXYuliiaDL9oR0LlrMaratS8qayOWoZZxUIwk+bu7luZWD4Fzz9KCJynR ioVI5QHsD3m92JUGeyaAOII6n55Dxh71KPXoCn66/8MTOcvMtsdJTYTW4aScRIkrTM68 P27g== MIME-Version: 1.0 Received: by 10.204.150.137 with SMTP id y9mr5206968bkv.103.1356042654712; Thu, 20 Dec 2012 14:30:54 -0800 (PST) Received: by 10.204.167.71 with HTTP; Thu, 20 Dec 2012 14:30:54 -0800 (PST) Received: by 10.204.167.71 with HTTP; Thu, 20 Dec 2012 14:30:54 -0800 (PST) In-Reply-To: <201212202219.qBKMJkGP033151@svn.freebsd.org> References: <201212202219.qBKMJkGP033151@svn.freebsd.org> Date: Thu, 20 Dec 2012 22:30:54 +0000 Message-ID: Subject: Re: svn commit: r309328 - head/archivers/gzip From: Chris Rees To: Gabor Kovesdan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 22:30:57 -0000 On 20 Dec 2012 22:19, "Gabor Kovesdan" 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