From owner-svn-ports-all@freebsd.org Wed Jun 1 18:22:43 2016 Return-Path: Delivered-To: svn-ports-all@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 0EF47B61E64 for ; Wed, 1 Jun 2016 18:22:43 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: from vfemail.net (onethreetwo.vfemail.net [199.16.11.132]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9A2B1E58 for ; Wed, 1 Jun 2016 18:22:42 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: (qmail 85556 invoked by uid 89); 1 Jun 2016 18:22:35 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 1 Jun 2016 18:22:35 -0000 Received: (qmail 85538 invoked by uid 89); 1 Jun 2016 18:22:18 -0000 Received: by simscan 1.3.1 ppid: 85530, pid: 85534, t: 0.0040s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 1 Jun 2016 18:22:18 -0000 Received: (qmail 25139 invoked by uid 89); 1 Jun 2016 18:22:18 -0000 Received: by simscan 1.4.0 ppid: 25131, pid: 25136, t: 0.7605s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by mail.vfemail.net with ESMTPA; 1 Jun 2016 18:22:17 -0000 From: Jan Beich To: Rusmir Dusko Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r416248 - head/games/asteroid References: <201606011601.u51G1qs7021344@repo.freebsd.org> Date: Wed, 01 Jun 2016 20:22:05 +0200 In-Reply-To: <201606011601.u51G1qs7021344@repo.freebsd.org> (Rusmir Dusko's message of "Wed, 1 Jun 2016 16:01:52 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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 Jun 2016 18:22:43 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Rusmir Dusko writes: > --- head/games/asteroid/Makefile Wed Jun 1 15:35:42 2016 (r416247) > +++ head/games/asteroid/Makefile Wed Jun 1 16:01:52 2016 (r416248) > @@ -6,7 +6,7 @@ PORTVERSION=3D 1.2.1 > PORTREVISION=3D 3 > CATEGORIES=3D games >=20=20 > -MAINTAINER=3D ports@FreeBSD.org > +MAINTAINER=3D nemysis@FreeBSD.org > COMMENT=3D Modern version of the arcade classic Asteroid >=20=20 > LICENSE=3D GPLv3 > @@ -14,12 +14,12 @@ LICENSE_FILE=3D ${WRKSRC}/COPYING >=20=20 > USE_GITHUB=3D yes > GH_ACCOUNT=3D chazomaticus > -GH_TAGNAME=3D ffeb0fd > +GH_TAGNAME=3D 64869df Defining GH_TAGNAME is undesirable as it may lead to a situation where the port is updated without affecting PORTVERSION or PORTREVISION like here. Maybe switch to |git describe --tags| distfile style (see attached patch). >=20=20 > USES=3D cmake > USE_GL=3D glut > USE_SDL=3D mixer sdl > -USE_GNOME=3D gtk20 > +USE_GNOME=3D gtk30 Dependency changes require at least PORTREVISION bump to facilitate troubleshooting and for old tools than may not notice otherwise. =2D- $ pkg version -t asteroid-1.2.1_3 asteroid-1.2.1.9 < Index: games/asteroid/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- games/asteroid/Makefile (revision 416253) +++ games/asteroid/Makefile (working copy) @@ -2,8 +2,8 @@ # $FreeBSD$ =20 PORTNAME=3D asteroid =2DPORTVERSION=3D 1.2.1 =2DPORTREVISION=3D 3 +DISTVERSION=3D 1.2.1-9 +DISTVERSIONSUFFIX=3D -g64869df CATEGORIES=3D games =20 MAINTAINER=3D nemysis@FreeBSD.org @@ -14,7 +14,6 @@ LICENSE_FILE=3D ${WRKSRC}/COPYING =20 USE_GITHUB=3D yes GH_ACCOUNT=3D chazomaticus =2DGH_TAGNAME=3D 64869df =20 USES=3D cmake USE_GL=3D glut Index: games/asteroid/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- games/asteroid/distinfo (revision 416253) +++ games/asteroid/distinfo (working copy) @@ -1,2 +1,2 @@ =2DSHA256 (chazomaticus-asteroid-1.2.1-64869df_GH0.tar.gz) =3D 09646285433d= 1266f5b2c3f1f35b05c39a3314414c05bdb3bd31ae224d029d05 =2DSIZE (chazomaticus-asteroid-1.2.1-64869df_GH0.tar.gz) =3D 307544 +SHA256 (chazomaticus-asteroid-1.2.1-9-g64869df_GH0.tar.gz) =3D 9859e7283cc= d243e01340cfc24fdb3384d4af95fa6a5d5c7bbf9a0fb9e557d33 +SIZE (chazomaticus-asteroid-1.2.1-9-g64869df_GH0.tar.gz) =3D 307587 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJXTyfNXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bTT4H/jmVzSQ9f/cBAoG4dJL/hY9o RZYAsgTHVCwaItriskAU9H7s2NYRfhZ/DV5seH15tm3FbfDVsiyZsc32q5Q5P7TY P2ZJnBQakrOMFmv33pwrIutMUTGWKWHy/3OdYrOeLPzwqQ3jzuaB8ie0q+JCPXAf Qu1fSWli6vEUb3BL+7Pmqvwzbn1REunKuFqOLs1SNSSmGDC8MP20azBmUTl61cAK 4M9gUrZwPA3EL6hsk6Z4CKOJsrtyyNuj1j6hjivZN+E0zw7+lTuqrgjEaZU8/+t0 H41nKx2asuD7zhovKwV1SE8r7YSTJ8RGIn57cK+e+pL/UcWFB1kdIlbaFhNYtgw= =FNae -----END PGP SIGNATURE----- --=-=-=--