[78284] trunk/dports/devel/protobuf-python25/Portfile

blair at macports.org blair at macports.org
Sun May 1 09:43:04 PDT 2011


Revision: 78284
          http://trac.macports.org/changeset/78284
Author:   blair at macports.org
Date:     2011-05-01 09:43:04 -0700 (Sun, 01 May 2011)
Log Message:
-----------
protobuf-python25: new upstream 2.4.1 release.  Enable the C++
bindings in the build.

Modified Paths:
--------------
    trunk/dports/devel/protobuf-python25/Portfile

Modified: trunk/dports/devel/protobuf-python25/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python25/Portfile	2011-05-01 16:41:55 UTC (rev 78283)
+++ trunk/dports/devel/protobuf-python25/Portfile	2011-05-01 16:43:04 UTC (rev 78284)
@@ -4,7 +4,7 @@
 PortGroup       python25 1.0
 
 name            protobuf-python25
-version         2.3.0
+version         2.4.1
 categories      devel
 maintainers     blair
 supported_archs noarch
@@ -33,9 +33,9 @@
 distname        protobuf-${version}
 dist_subdir     protobuf-cpp
 use_bzip2       yes
-checksums       md5 f2964f636b3c67d1e9d8b90819fa8ddb \
-                sha1 db0fbdc58be22a676335a37787178a4dfddf93c6 \
-                rmd160 92b9c374ce3ccbb0b0d22d08e9f9d3a5a68d1ac8
+checksums       md5 ed436802019c9e1f40cc750eaf78f318 \
+                sha1 df5867e37a4b51fb69f53a8baf5b994938691d6d \
+                rmd160 405eccad08463c2f84064bb68d8a8e757235765f
 
 platforms       darwin
 
@@ -44,6 +44,10 @@
 
 worksrcdir      ${worksrcdir}/python
 
+build.env       PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
+destroot.env    PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
+
 test.run        yes
+test.env        PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
 test.cmd        "${prefix}/bin/python2.5 setup.py"
 test.target     test
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110501/04efaef3/attachment-0001.html>


More information about the macports-changes mailing list