Changeset 98716


Ignore:
Timestamp:
Oct 13, 2012, 7:02:13 PM (12 years ago)
Author:
blair@…
Message:

protobuf-python: replaced by py24-protobuf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/protobuf-python/Portfile

    r98711 r98716  
    22
    33PortSystem      1.0
    4 PortGroup       python24 1.0
    54
    65name            protobuf-python
    76version         2.3.0
     7revision        1
     8replaced_by     py24-protobuf
    89categories      devel
    910maintainers     blair
     
    2930
    3031homepage        http://code.google.com/p/protobuf/
    31 master_sites    googlecode:protobuf
    32 
    33 distname        protobuf-${version}
    34 dist_subdir     protobuf-cpp
    35 use_bzip2       yes
    36 checksums       md5 f2964f636b3c67d1e9d8b90819fa8ddb \
    37                 sha1 db0fbdc58be22a676335a37787178a4dfddf93c6 \
    38                 rmd160 92b9c374ce3ccbb0b0d22d08e9f9d3a5a68d1ac8
    39 
     32distfiles
    4033platforms       darwin
    4134
    42 supported_archs noarch
    43 
    44 depends_lib     port:protobuf-cpp \
    45                 port:py24-distribute
    46 
    47 worksrcdir      ${worksrcdir}/python
    48 
    49 test.run        yes
    50 test.cmd        "${prefix}/bin/python2.4 setup.py"
    51 test.target     test
     35pre-configure {
     36    ui_error "Please install py24-protobuf instead."
     37    return -code error "obsolete port"
     38}
Note: See TracChangeset for help on using the changeset viewer.