Changeset 98719


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

protobuf-python26: replaced by py26-protobuf.

File:
1 edited

Legend:

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

    r98711 r98719  
    22
    33PortSystem      1.0
    4 PortGroup       python26 1.0
    54
    65name            protobuf-python26
    76version         2.4.1
     7revision        1
     8replaced_by     py26-protobuf
    89categories      devel
    910maintainers     blair
    10 supported_archs noarch
    1111license         BSD
    1212description     Encode data in an efficient yet extensible format.
     
    3030
    3131homepage        http://code.google.com/p/protobuf/
    32 master_sites    googlecode:protobuf
    33 
    34 distname        protobuf-${version}
    35 dist_subdir     protobuf-cpp
    36 use_bzip2       yes
    37 checksums       md5 ed436802019c9e1f40cc750eaf78f318 \
    38                 sha1 df5867e37a4b51fb69f53a8baf5b994938691d6d \
    39                 rmd160 405eccad08463c2f84064bb68d8a8e757235765f
    40 
     32distfiles
    4133platforms       darwin
    4234
    43 depends_lib     port:protobuf-cpp \
    44                 port:py26-distribute
    45 
    46 worksrcdir      ${worksrcdir}/python
    47 
    48 build.env       PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
    49 build.cmd-append build_ext -I${prefix}/include
    50 
    51 destroot.env    PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
    52 
    53 test.run        yes
    54 test.env        PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
    55 test.cmd        "${prefix}/bin/python2.6 setup.py"
    56 test.target     test
     35pre-configure {
     36    ui_error "Please install py26-protobuf instead."
     37    return -code error "obsolete port"
     38}
Note: See TracChangeset for help on using the changeset viewer.