> On Aug 18, 2016, at 5:29 AM, [email protected] wrote: > > Revision > 151593 > Author > [email protected] > Date > 2016-08-18 03:29:02 -0700 (Thu, 18 Aug 2016) > Log Message > > textproc/histo: changed owner > > Checksums changed (probably a forced push). Applying stealth update recipe.
This is the correct thing to do, but the reason the checksums changed is because the owner changed. The owner name is part of the directory name inside the tarball. We should enhance the github portgroup to support archive-style URLs, and, on a port by port basis when an update is committed, use those where we have been using tarball-style URLs, because archive-style URLs give you tarballs that don't have the owner name in the directory name. https://trac.macports.org/ticket/40518 > Modified Paths > > • trunk/dports/textproc/histo/Portfile > Diff > > Modified: trunk/dports/textproc/histo/Portfile (151592 => 151593) > > --- trunk/dports/textproc/histo/Portfile 2016-08-18 10:24:58 UTC (rev > 151592) > +++ trunk/dports/textproc/histo/Portfile 2016-08-18 10:29:02 UTC (rev > 151593) > @@ -4,7 +4,7 @@ > PortSystem 1.0 > PortGroup github 1.0 > > -github.setup visionmedia histo 0.0.2 > +github.setup tj histo 0.0.2 > maintainers g5pw openmaintainer > > categories textproc > @@ -15,9 +15,11 @@ _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
