From owner-svn-ports-head@FreeBSD.ORG Tue Apr 28 18:54:10 2015 Return-Path: Delivered-To: svn-ports-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67BD647B for ; Tue, 28 Apr 2015 18:54:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 33B2017FD for ; Tue, 28 Apr 2015 18:54:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t3SIsAHW053464 for ; Tue, 28 Apr 2015 18:54:10 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t3SIsAwh053459 for svn-ports-head@FreeBSD.ORG; Tue, 28 Apr 2015 18:54:10 GMT (envelope-from bdrewery) Received: (qmail 65413 invoked from network); 28 Apr 2015 13:54:08 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 28 Apr 2015 13:54:08 -0500 Message-ID: <553FD751.6060408@FreeBSD.org> Date: Tue, 28 Apr 2015 13:54:09 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Lars Engels , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@FreeBSD.ORG, shadowbq@gmail.com Subject: Re: svn commit: r384872 - in head/security: . passivedns passivedns/files References: <201504272033.t3RKXcGl079169@svn.freebsd.org> In-Reply-To: <201504272033.t3RKXcGl079169@svn.freebsd.org> OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q8co5I7wri0xRcBmmKodcOxf2xmLuXDIi" 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: Tue, 28 Apr 2015 18:54:10 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Q8co5I7wri0xRcBmmKodcOxf2xmLuXDIi Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 4/27/2015 3:33 PM, Lars Engels wrote: > +DISTVERSION=3D ${GH_TAG} [...] > +GH_TAG=3D a6c7e26 Actually this is not valid either. As soon as a new commit is done the port may "go backwards". Commit hashses are not valid versions. Dates are. A PORTEPOCH bump will be needed as well after fixing this. For example: PORTVERSION=3D 20150428 PORTEPOCH=3D 1 GH_TAGNAME=3D a6c7e26 On updates just update the date and GH_TAGNAME. --=20 Regards, Bryan Drewery --Q8co5I7wri0xRcBmmKodcOxf2xmLuXDIi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVP9dRAAoJEDXXcbtuRpfPIKcIAJR+sPpu8j03wvpLoLUtM5UJ 99oLUVam9jQIfIyZq5S+8nOvoCtLXTICUG8aKkFFCeFnMNIoADfLam0+pGg8LWIw zWh7IvBpaI34myGMEB+dFU5MWp0rVCJcJcU2OxzgXHTC0/bBKVzAuFyHOwbPklPf XtzfCjVDycbAOA7HzGN4E668t8dCTYlvpYm5+YeNKr0cDTPJUhb8A2fpBH7OuHWJ 6snax7c8yeUGuzlYfXDTGqh3W4L3fKvZ6SI5ejG9iN380cRaF5kZinxD6U6h7YCc ZAMwWOHEI/74NEXeYZUQzudrEXWAcjgZRSSPtOFahJoEd6BsqzsgA3PLMOQAQ7A= =Jmcd -----END PGP SIGNATURE----- --Q8co5I7wri0xRcBmmKodcOxf2xmLuXDIi--