> On Aug 21, 2016, at 7:59 PM, Ryan Schmidt <[email protected]> wrote: > > >> On Aug 21, 2016, at 9:11 PM, [email protected] wrote: >> >> Revision >> 151788 >> Author >> [email protected] >> Date >> 2016-08-21 19:11:28 -0700 (Sun, 21 Aug 2016) >> Log Message >> >> protobuf3-{cpp,java}: upgrade to 3.0.0 GA release; closes #52072. >> Modified Paths >> >> • trunk/dports/devel/protobuf3-cpp/Portfile >> • trunk/dports/devel/protobuf3-java/Portfile >> Diff >> >> Modified: trunk/dports/devel/protobuf3-cpp/Portfile (151787 => 151788) >> >> --- trunk/dports/devel/protobuf3-cpp/Portfile 2016-08-22 00:55:26 UTC >> (rev 151787) >> +++ trunk/dports/devel/protobuf3-cpp/Portfile 2016-08-22 02:11:28 UTC >> (rev 151788) >> >> @@ -5,8 +5,7 @@ >> >> PortGroup github 1.0 >> >> >> >> name protobuf3-cpp >> >> -version 0.0.0.2 >> -set real_version 3.0.0-alpha-3 >> >> +version 3.0.0 >> >> categories devel >> >> maintainers blair >> >> license BSD >> >> @@ -30,14 +29,12 @@ >> >> logical record of information, containing a series of \ >> >> name-value pairs. >> >> >> >> -github.setup google protobuf-cpp ${real_version} v >> >> +github.setup google protobuf-cpp ${version} v >> >> github.tarball_from releases >> >> -# REMOVE THE VERSION LINE WHEN THERE IS A GA RELEASE AND LEAVE THE ONE ABOVE >> -version 0.0.0.2 >> >> homepage https://github.com/google/protobuf >> -master_sites >> https://github.com/google/protobuf/releases/download/v${real_version} >> >> -distfiles protobuf-cpp-${real_version}.tar.gz >> -worksrcdir protobuf-${real_version} >> >> +master_sites >> https://github.com/google/protobuf/releases/download/v${version} >> >> +distfiles protobuf-cpp-${version}.tar.gz >> +worksrcdir protobuf-${version} > > The attached patch would simplify this a bit.
Thanks, applied in r151792 and similarly applied to protobuf3-java. Blair _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
