[151788] trunk/dports/devel

Ryan Schmidt ryandesign at macports.org
Sun Aug 21 19:59:52 PDT 2016


> On Aug 21, 2016, at 9:11 PM, blair at macports.org wrote:
> 
> Revision
> 151788
> Author
> blair at macports.org
> 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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: protobuf3-cpp.diff
Type: application/octet-stream
Size: 846 bytes
Desc: not available
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20160821/f2671e55/attachment.obj>


More information about the macports-dev mailing list