Changeset 82300
- Timestamp:
- 08/12/11 06:26:32 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/python/py-tz/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-tz/Portfile
r82299 r82300 5 5 6 6 name py-tz 7 version 2009a 7 set my_name pytz 8 version 2011h 8 9 categories python devel 9 10 platforms darwin … … 18 19 homepage http://pytz.sourceforge.net/ 19 20 master_sites http://cheeseshop.python.org/packages/source/p/pytz/ 20 distname pytz-${version}21 use_bzip2yes21 distname ${my_name}-${version} 22 #use_zip yes 22 23 23 checksums md5 454be5c4b09ab879bb3a98be0b44f674 24 checksums md5 37248de48c28e1ae4ffb5ee47a298e4c \ 25 sha1 46d8c71eb06631bc50fc1671b7a071758655a236 \ 26 rmd160 30fb4fb855615df2ac8ca10cd160b7286a14bd10 27 28 post-destroot { 29 set docdir ${prefix}/share/doc/${name}-${version} 30 xinstall -d ${destroot}${docdir} 31 xinstall -m 644 -W $worksrcpath CHANGES.txt LICENSE.txt README.txt \ 32 ${destroot}${docdir} 33 } 34 35 livecheck.type regex 36 livecheck.url ${master_sites}?C=M&O=D 37 livecheck.regex ${my_name}-(\\d+\\w?)
Note: See TracChangeset
for help on using the changeset viewer.

