Changeset 60871
- Timestamp:
- Nov 26, 2009, 9:50:41 AM (10 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py25-macholib/Portfile
r60478 r60871 27 27 conflicts py25-macholib-devel 28 28 29 depends_lib-append p ort:py25-modulegraph29 depends_lib-append path:${python.pkgd}/modulegraph/__init__.py:py25-modulegraph 30 30 31 31 checksums md5 7f7f44e62a057d19b92e813fb2f3d05b \ -
trunk/dports/python/py26-macholib/Portfile
r60478 r60871 3 3 4 4 PortSystem 1.0 5 PortGroup python26 1.05 PortGroup python26 1.0 6 6 7 7 name py26-macholib 8 8 version 1.2.1 9 revision 19 revision 2 10 10 categories-append devel 11 11 license MIT … … 26 26 distname macholib-${version} 27 27 28 depends_lib-append p ort:py26-modulegraph28 depends_lib-append path:${python.pkgd}/modulegraph/__init__.py:py26-modulegraph 29 29 30 30 checksums md5 7f7f44e62a057d19b92e813fb2f3d05b \ … … 34 34 post-destroot { 35 35 foreach bin [glob -tails -directory "${destroot}${python.prefix}/bin" *] { 36 ln -s $ bin${destroot}${prefix}/bin/${bin}-2.636 ln -s ${python.prefix}/bin/${bin} ${destroot}${prefix}/bin/${bin}-2.6 37 37 } 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.