From owner-svn-ports-all@FreeBSD.ORG Wed Apr 1 09:34:10 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 856E4A20; Wed, 1 Apr 2015 09:34:10 +0000 (UTC) Date: Wed, 1 Apr 2015 09:34:10 +0000 From: Alexey Dokuchaev To: Alex Dupre Subject: Re: svn commit: r382898 - head/java/proguard Message-ID: <20150401093410.GA39700@FreeBSD.org> References: <201504010909.t3199AqE058318@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201504010909.t3199AqE058318@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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.18-1 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: Wed, 01 Apr 2015 09:34:10 -0000 On Wed, Apr 01, 2015 at 09:09:10AM +0000, Alex Dupre wrote: > New Revision: 382898 > URL: https://svnweb.freebsd.org/changeset/ports/382898 > > [...] > PORTNAME= proguard > -PORTVERSION= 5.2 > +PORTVERSION= 5.2.1 > CATEGORIES= java devel > MASTER_SITES= SF > -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} > +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION:C/.1$//} Two observations, if you permit: 1) ${PORTVERSION:C/.1$//} is kind of bogus, consider ${PORTVERSION:R} 2) You could've appended path to "SF" in MASTER_SITES and thus get rid of MASTER_SITE_SUBDIR altogether. ./danfe