[134009] trunk/dports/devel/protobuf3-cpp/Portfile

blair at macports.org blair at macports.org
Mon Mar 16 18:32:06 PDT 2015


Revision: 134009
          https://trac.macports.org/changeset/134009
Author:   blair at macports.org
Date:     2015-03-16 18:32:06 -0700 (Mon, 16 Mar 2015)
Log Message:
-----------
protobuf3-cpp: fix archive step which saw the comment as not a comment.

Modified Paths:
--------------
    trunk/dports/devel/protobuf3-cpp/Portfile

Modified: trunk/dports/devel/protobuf3-cpp/Portfile
===================================================================
--- trunk/dports/devel/protobuf3-cpp/Portfile	2015-03-17 01:27:25 UTC (rev 134008)
+++ trunk/dports/devel/protobuf3-cpp/Portfile	2015-03-17 01:32:06 UTC (rev 134009)
@@ -32,7 +32,8 @@
 
 github.setup    google protobuf-cpp ${real_version} v
 github.tarball_from releases
-version         0.0.0.1 # remove this version leaving the above one
+# REMOVE THE VERSION LINE WHEN THERE IS A GA RELEASE AND LEAVE THE ONE ABOVE
+version         0.0.0.1
 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150316/844022a2/attachment.html>


More information about the macports-changes mailing list