From owner-svn-ports-head@FreeBSD.ORG Thu Mar 19 18:49:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43AD949F for ; Thu, 19 Mar 2015 18:49:16 +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 1ED7F2FA for ; Thu, 19 Mar 2015 18:49:16 +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 t2JInFOM060216 for ; Thu, 19 Mar 2015 18:49:15 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t2JInFbi060215 for svn-ports-head@freebsd.org; Thu, 19 Mar 2015 18:49:15 GMT (envelope-from bdrewery) Received: (qmail 80634 invoked from network); 19 Mar 2015 13:49:14 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 19 Mar 2015 13:49:14 -0500 Message-ID: <550B1A2E.9000903@FreeBSD.org> Date: Thu, 19 Mar 2015 13:49:18 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Ryan Steinmetz , Kubilay Kocak Subject: USE_GITHUB+portscout [was Re: svn commit: r381618 - in head: . Mk archivers/snappy-java astro/gpscorrelate audio/hydrogen audio/hydrogen-devel audio/id3ren audio/nekobee audio/soundkonverter cad/openvsp comms/lysdr databases/pg...] References: <201503191644.t2JGixqo045633@svn.freebsd.org> In-Reply-To: <201503191644.t2JGixqo045633@svn.freebsd.org> OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lf5PWhdtFTBIxA6U4hnPgruENelOBNIo4" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 19 Mar 2015 18:49:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --lf5PWhdtFTBIxA6U4hnPgruENelOBNIo4 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 3/19/2015 11:44 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Thu Mar 19 16:44:57 2015 > New Revision: 381618 > URL: https://svnweb.freebsd.org/changeset/ports/381618 > QAT: https://qat.redports.org/buildarchive/r381618/ >=20 > Log: > Update USE_GITHUB so it does not require GH_COMMIT. > =20 > Using this new scheme allows only setting the _tag_ or _commit hash_ = in > GH_TAGNAME and not having to know the hash for a tag. This scheme wi= ll > download a tarball that has a different checksum than before due to a= changed > directory name for extraction. > =20 > The following MASTER_SITES are provided to retain the old checksum an= d > directory structure (that require GH_COMMIT): > GH -> GHL > GITHUB -> GITHUB_LEGACY > =20 > Differential Revision: https://reviews.freebsd.org/D748 > Submitted by: amdmi3 > Reviewed by: mat, swills, antoine, bdrewery > With hat: portmgr >=20 It seems that with this change portscout will now work with tagged USE_GITHUB ports (no hash used). Here is the old attempt by portscout: > Files for ports-mgmt/poudriere from https://codeload.github.com/freebsd= /poudriere/legacy.tar.gz/9f9e43d?dummy=3D/: > [poudriere] [https://codeload.github.com/freebsd/poudriere/legacy.tar.g= z/9f9e43d?dummy=3D/] Guessing version 3.1.1 -> 4.0.0 > [poudriere] [https://codeload.github.com/freebsd/poudriere/legacy.tar.g= z/9f9e43d?dummy=3D/] Guess failed 3.1.1 -> 4.0.0 > [poudriere] [https://codeload.github.com/freebsd/poudriere/legacy.tar.g= z/9f9e43d?dummy=3D/] Guessing version 3.1.1 -> 3.2.0 > [poudriere] [https://codeload.github.com/freebsd/poudriere/legacy.tar.g= z/9f9e43d?dummy=3D/] Guess failed 3.1.1 -> 3.2.0 > [poudriere] [https://codeload.github.com/freebsd/poudriere/legacy.tar.g= z/9f9e43d?dummy=3D/] Guessing version 3.1.1 -> 3.1.2 > [poudriere] [https://codeload.github.com/freebsd/poudriere/legacy.tar.g= z/9f9e43d?dummy=3D/] Guess failed 3.1.1 -> 3.1.2 And after I converted the port to the new format: > Files for ports-mgmt/poudriere from https://codeload.github.com/freebsd= /poudriere/tar.gz/3.1.1?dummy=3D/: > [poudriere] [https://codeload.github.com/freebsd/poudriere/tar.gz/3.1.1= ?dummy=3D/] Guessing version 3.1.1 -> 4.0.0 > [poudriere] [https://codeload.github.com/freebsd/poudriere/tar.gz/4.0.0= /?dummy=3D/] Guess failed 3.1.1 -> 4.0.0 > [poudriere] [https://codeload.github.com/freebsd/poudriere/tar.gz/3.1.1= ?dummy=3D/] Guessing version 3.1.1 -> 3.2.0 > [poudriere] [https://codeload.github.com/freebsd/poudriere/tar.gz/3.2.0= /?dummy=3D/] Guess failed 3.1.1 -> 3.2.0 > [poudriere] [https://codeload.github.com/freebsd/poudriere/tar.gz/3.1.1= ?dummy=3D/] Guessing version 3.1.1 -> 3.1.2 > [poudriere] [https://codeload.github.com/freebsd/poudriere/tar.gz/3.1.2= /?dummy=3D/] Guess failed 3.1.1 -> 3.1.2 This will not automatically work for all USE_GITHUB ports. They must be converted similar to r381661 and r381619 and must not be using a hash in GH_TAGNAME. --=20 Regards, Bryan Drewery --lf5PWhdtFTBIxA6U4hnPgruENelOBNIo4 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 iQEcBAEBAgAGBQJVCxouAAoJEDXXcbtuRpfPiHIH/RaT7SdQtD9N0eKc5hebaEO9 duVJwY49/HC+Lc7dN/LV6eXb3DJogf2/7ngtqIR2wCZLZRcQyN13urSTVMnpXb9f jBnA4A9u/GDZOes2k7Zcj4Az3ALjaFAUt3QnMCH5vsOV503RrEw7dC8ABZX7zDCH nqp2vqh1CVxdj6AxvmFe3r8wns7yLOrDeTBD0LQ46yqqdt6/hRRwFSQsAQq8RZdf h4/7RPcuLD/csWhS75DiuK0D6D0QjQ1DWb9AvtfFgxVG7cC1ELDTXPdNpiKFoIcW 9KmZ9X8cL3IXUseNQF9XjLQeQtK43ga6dgGqrjYgZtTmqCSoHGgpbeKVRrJCtvE= =bHLC -----END PGP SIGNATURE----- --lf5PWhdtFTBIxA6U4hnPgruENelOBNIo4--