Changeset 14460 for trunk/dports


Ignore:
Timestamp:
Oct 7, 2005, 12:48:13 PM (19 years ago)
Author:
mww
Message:

update to 3.5

Location:
trunk/dports/python/py-ro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-ro/Portfile

    r10097 r14460  
    1 # $Id: Portfile,v 1.7 2004/12/31 03:52:18 mww Exp $
     1# $Id: Portfile,v 1.8 2005/10/07 12:48:12 mww Exp $
    22
    33PortSystem 1.0
     
    55
    66name                    py-ro
    7 version                 3.4
    8 revision                1
     7version                 3.5
    98categories              python devel
    109maintainers             mww@opendarwin.org
    11 platforms               darwin freebsd
     10platforms               darwin
    1211description             advanced Distributed Object Technology for python
    1312long_description        Pyro is an acronym for PYthon Remote Objects. It is \
     
    2322master_sites    sourceforge:pyro
    2423distname                Pyro-${version}
    25 checksums               md5 ff6c19d8b75ed74bcad5a7bd7abf6eb2
     24checksums               md5 6d62a88521617041775057de9e8c6b93
    2625patchfiles              patch-setup.cfg.diff
    2726
    2827post-patch      {
    29         reinplace "s|DESTROOT|${destroot}${prefix}|g" ${worksrcpath}/setup.cfg
     28        reinplace "s|__BINDIR__|${prefix}/bin|g" ${worksrcpath}/setup.cfg
    3029}
    3130
    3231post-build      {
    33         reinplace "s|python|${python.bin}|g" ${worksrcpath}/bin/es \
    34                 ${worksrcpath}/bin/genguid ${worksrcpath}/bin/ns \
    35                 ${worksrcpath}/bin/nsc ${worksrcpath}/bin/pyroc \
    36                 ${worksrcpath}/bin/rns ${worksrcpath}/bin/wxnsc \
    37                 ${worksrcpath}/bin/xnsc
     32        cd ${worksrcpath}/bin
     33        reinplace "s|python|${python.bin}|g" \
     34                es esd genguid ns nsc nsd rns wxnsc xnsc
    3835}
    3936
  • trunk/dports/python/py-ro/files/patch-setup.cfg.diff

    r3551 r14460  
    1313 optimize=1
    1414-#install-scripts=/foo/bar
    15 +install-scripts=DESTROOT/bin
     15+install-scripts=__BINDIR__
Note: See TracChangeset for help on using the changeset viewer.