Changeset 42276 for trunk/dports/gnome/gnome-python-extras
- Timestamp:
- Nov 17, 2008, 10:56:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/gnome/gnome-python-extras/Portfile
r36627 r42276 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 … … 5 6 name gnome-python-extras 6 7 version 2.19.1 8 set branch [join [lrange [split ${version} .] 0 1] .] 7 9 categories gnome python 10 platforms darwin 8 11 maintainers landonf@macports.org openmaintainer 9 12 … … 12 15 homepage http://www.pygtk.org/ 13 16 14 master_sites gnome:sources/ gnome-python-extras/2.1917 master_sites gnome:sources/${name}/${branch} 15 18 checksums md5 08896c63d71ce44d20fafbaf9c0edc78 16 19 … … 26 29 configure.env PYTHON=${prefix}/bin/python2.5 27 30 28 platform darwin 9 { 29 post-patch { 31 platform darwin 9 { 32 post-patch { 30 33 reinplace "s|-export-symbols-regex.*||g" \ 31 34 ${worksrcpath}/egg/recent/Makefile.in \ … … 41 44 } 42 45 } 46 47 livecheck.check regex 48 livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ 49 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
Note: See TracChangeset
for help on using the changeset viewer.