Why are you only increasing the revision when you've actually completely changed the upstream software the port is retrieving? Using revision as a proxy for version (along with a made-up and meaningless version) is an abuse of our versioning system.
vq > On Dec 15, 2014, at 3:46 PM, [email protected] wrote: > > Revision > 129573 <https://trac.macports.org/changeset/129573>Author > [email protected] <mailto:[email protected]>Date > 2014-12-15 12:46:57 -0800 (Mon, 15 Dec 2014) > Log Message > > Cockatrice: use latest commit > Modified Paths > > trunk/dports/games/Cockatrice/Portfile > <x-msg://34/#trunkdportsgamesCockatricePortfile> > Diff > > <>Modified: trunk/dports/games/Cockatrice/Portfile (129572 => 129573) > > --- trunk/dports/games/Cockatrice/Portfile 2014-12-15 19:47:29 UTC (rev > 129572) > +++ trunk/dports/games/Cockatrice/Portfile 2014-12-15 20:46:57 UTC (rev > 129573) > @@ -6,10 +6,11 @@ > PortGroup cmake 1.0 > PortGroup github 1.0 > > -github.setup Cockatrice Cockatrice 2014-06-25-Release > +github.setup Cockatrice Cockatrice > 776d809f2fcf248c21042c1fc93cf7451c48f7cd > > name Cockatrice > version 0.0.2 > +revision 1 > > categories games > maintainers nomaintainer > @@ -24,8 +25,8 @@ > depends_lib-append port:qt4-mac \ > port:protobuf-cpp > > -checksums rmd160 f916f3f37978b0513c5869ba5818001ec84cab2a \ > - sha256 > 74984a07018ac9201789be6a35e7752ade9d347e7a143c8b18486302111c45c4 > +checksums rmd160 0c9213c925ca2d5ecc5acabdc5ff35f8877279a2 \ > + sha256 > 8267f7602b7de878bd7cf9f006e22a061da9f8c068d910dd555f172a3fe6ddc5 > > destroot { > xinstall -m 0755 -d ${destroot}${applications_dir} > _______________________________________________ > macports-changes mailing list > [email protected] > <mailto:[email protected]> > https://lists.macosforge.org/mailman/listinfo/macports-changes > <https://lists.macosforge.org/mailman/listinfo/macports-changes>
_______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
