Revision
133293
Author
adfernandes@macports.org
Date
2015-02-24 13:17:40 -0800 (Tue, 24 Feb 2015)

Log Message

py-protobuf-c/cpp/java: Fix for including the github portgroup, but not using it.

Modified Paths

Diff

Modified: trunk/dports/devel/protobuf-c/Portfile (133292 => 133293)


--- trunk/dports/devel/protobuf-c/Portfile	2015-02-24 21:10:55 UTC (rev 133292)
+++ trunk/dports/devel/protobuf-c/Portfile	2015-02-24 21:17:40 UTC (rev 133293)
@@ -18,6 +18,8 @@
         version 1.0 is released.
 
 
+github.setup    protobuf-c protobuf-c ${version} v
+github.tarball_from releases
 homepage        https://github.com/protobuf-c/protobuf-c
 master_sites    https://github.com/protobuf-c/protobuf-c/releases/download/v${version}
 

Modified: trunk/dports/devel/protobuf-cpp/Portfile (133292 => 133293)


--- trunk/dports/devel/protobuf-cpp/Portfile	2015-02-24 21:10:55 UTC (rev 133292)
+++ trunk/dports/devel/protobuf-cpp/Portfile	2015-02-24 21:17:40 UTC (rev 133293)
@@ -28,6 +28,8 @@
                 logical record of information, containing a series of \
                 name-value pairs.
 
+github.setup    google protobuf ${version} v
+github.tarball_from releases
 homepage        https://github.com/google/protobuf
 master_sites    https://github.com/google/protobuf/releases/download/v${version}
 distfiles       protobuf-${version}.tar.bz2

Modified: trunk/dports/devel/protobuf-java/Portfile (133292 => 133293)


--- trunk/dports/devel/protobuf-java/Portfile	2015-02-24 21:10:55 UTC (rev 133292)
+++ trunk/dports/devel/protobuf-java/Portfile	2015-02-24 21:17:40 UTC (rev 133293)
@@ -27,6 +27,8 @@
                 logical record of information, containing a series of \
                 name-value pairs.
 
+github.setup    google protobuf ${version} v
+github.tarball_from releases
 homepage        https://github.com/google/protobuf
 master_sites    https://github.com/google/protobuf/releases/download/v${version}
 distfiles       protobuf-${version}.tar.bz2

Modified: trunk/dports/python/py-protobuf/Portfile (133292 => 133293)


--- trunk/dports/python/py-protobuf/Portfile	2015-02-24 21:10:55 UTC (rev 133292)
+++ trunk/dports/python/py-protobuf/Portfile	2015-02-24 21:17:40 UTC (rev 133293)
@@ -29,6 +29,8 @@
                 logical record of information, containing a series of \
                 name-value pairs.
 
+github.setup    google protobuf ${version} v
+github.tarball_from releases
 homepage        https://github.com/google/protobuf
 master_sites    https://github.com/google/protobuf/releases/download/v${version}
 distfiles       protobuf-${version}.tar.bz2