From owner-svn-ports-head@freebsd.org Sun Aug 16 08:05:47 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62AE09BACF1; Sun, 16 Aug 2015 08:05:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 561BC16EE; Sun, 16 Aug 2015 08:05:47 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 549371058; Sun, 16 Aug 2015 08:05:47 +0000 (UTC) Date: Sun, 16 Aug 2015 08:05:47 +0000 From: Alexey Dokuchaev To: Romain =?utf-8?B?VGFydGnRhuKVl3Jl?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r394390 - in head/lang/mono: . files Message-ID: <20150816080547.GA27946@FreeBSD.org> References: <201508160654.t7G6slkR012462@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201508160654.t7G6slkR012462@repo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2015 08:05:47 -0000 On Sun, Aug 16, 2015 at 06:54:47AM +0000, Romain Tartiц╗re wrote: > New Revision: 394390 > URL: https://svnweb.freebsd.org/changeset/ports/394390 > > Log: > Update to 4.0.3.20. >[...] > PORTNAME= mono > -PORTVERSION= 4.0.1.28 > +PORTVERSION= 4.0.3.20 > CATEGORIES= lang > [...] > -WRKSRC= ${WRKDIR}/mono-4.0.1 > +WRKSRC= ${WRKDIR}/mono-4.0.3 You could've used ${PORTVERSION:R} instead of literal 4.0.3, it would allow you not to touch this line on subsequent updates. Also note that WRKSRC is badly indetented (missing one more tab) and misplaced in the Makefile (it should appear lower below; not sure why portlint(1) didn't whine about this). ./danfe