Revision
139643
Author
blair@macports.org
Date
2015-08-22 12:04:35 -0700 (Sat, 22 Aug 2015)

Log Message

protobuf3-cpp: update to 3.0.0-alpha-3.

The unit tests don't core dump any more, so remove the test.cmd and let it revert to the default value.

Modified Paths

Diff

Modified: trunk/dports/devel/protobuf3-cpp/Portfile (139642 => 139643)


--- trunk/dports/devel/protobuf3-cpp/Portfile	2015-08-22 18:57:03 UTC (rev 139642)
+++ trunk/dports/devel/protobuf3-cpp/Portfile	2015-08-22 19:04:35 UTC (rev 139643)
@@ -5,8 +5,8 @@
 PortGroup  github 1.0
 
 name            protobuf3-cpp
-version         0.0.0.1
-set real_version 3.0.0-alpha-1
+version         0.0.0.2
+set real_version 3.0.0-alpha-3
 categories      devel
 maintainers     blair
 license         BSD
@@ -33,7 +33,7 @@
 github.setup    google protobuf-cpp ${real_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.1
+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
@@ -46,8 +46,8 @@
     }
 }
 
-checksums       sha1   5cf937727a90b09e79921944cfcdbd310a5a0234 \
-                sha256 ece45f4957140edc9517c3e03ca5509f70847d576ca5ae267fa0a8ee20ee1c85
+checksums       sha1   531094f573b9d711bebfe161aab424965d332ea6 \
+                sha256 a4144ae5e21c5ebf36baf823c6b23efa0d009d08ad1e6fec2fadb69499880fc0
 
 platforms       darwin
 
@@ -67,5 +67,4 @@
 }
 
 test.run    yes
-test.cmd    "ulimit -c 0; make"
 test.target check