Changeset 83230
- Timestamp:
- 08/28/11 22:39:28 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 1 deleted
- 1 edited
- 1 copied
- 1 moved
-
py-jinja (moved) (moved from trunk/dports/python/py26-jinja)
-
py-jinja/Portfile (modified) (2 diffs)
-
py-jinja/files (copied) (copied from trunk/dports/python/py25-jinja/files)
-
py25-jinja (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-jinja/Portfile
r82721 r83230 2 2 3 3 PortSystem 1.0 4 PortGroup python 261.04 PortGroup python 1.0 5 5 6 name py 26-jinja6 name py-jinja 7 7 version 1.2 8 revision 1 8 9 categories-append devel 9 10 license BSD 10 maintainers nomaintainer11 maintainers rickvanderzwet.nl:info 11 12 description Python based sandboxed template engine 12 13 long_description \ … … 26 27 rmd160 5b0a9ba2241e8ec6417b382384bbe3e1bf4dba8a 27 28 28 depends_lib-append port:py26-distribute 29 python.versions 25 26 30 python.default_version 26 31 32 if {$subport != $name} { 33 depends_lib-append port:py${python.version}-distribute 34 patchfiles patch-setup.py.diff 35 post-patch { 36 reinplace "s|@@NAME@@|${subport}|g" ${worksrcpath}/setup.py 37 } 38 } 29 39 30 40 livecheck.type regex
Note: See TracChangeset
for help on using the changeset viewer.

