[98716] trunk/dports/devel/protobuf-python/Portfile

blair at macports.org blair at macports.org
Sat Oct 13 12:02:13 PDT 2012


Revision: 98716
          http://trac.macports.org//changeset/98716
Author:   blair at macports.org
Date:     2012-10-13 12:02:13 -0700 (Sat, 13 Oct 2012)
Log Message:
-----------
protobuf-python: replaced by py24-protobuf.

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

Modified: trunk/dports/devel/protobuf-python/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python/Portfile	2012-10-13 19:00:03 UTC (rev 98715)
+++ trunk/dports/devel/protobuf-python/Portfile	2012-10-13 19:02:13 UTC (rev 98716)
@@ -1,10 +1,11 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python24 1.0
 
 name            protobuf-python
 version         2.3.0
+revision        1
+replaced_by     py24-protobuf
 categories      devel
 maintainers     blair
 license         BSD
@@ -28,24 +29,10 @@
                 name-value pairs.
 
 homepage        http://code.google.com/p/protobuf/
-master_sites    googlecode:protobuf
-
-distname        protobuf-${version}
-dist_subdir     protobuf-cpp
-use_bzip2       yes
-checksums       md5 f2964f636b3c67d1e9d8b90819fa8ddb \
-                sha1 db0fbdc58be22a676335a37787178a4dfddf93c6 \
-                rmd160 92b9c374ce3ccbb0b0d22d08e9f9d3a5a68d1ac8
-
+distfiles
 platforms       darwin
 
-supported_archs noarch
-
-depends_lib     port:protobuf-cpp \
-                port:py24-distribute
-
-worksrcdir      ${worksrcdir}/python
-
-test.run        yes
-test.cmd        "${prefix}/bin/python2.4 setup.py"
-test.target     test
+pre-configure {
+    ui_error "Please install py24-protobuf instead."
+    return -code error "obsolete port"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121013/ae7344de/attachment.html>


More information about the macports-changes mailing list