- Timestamp:
- 08/27/08 21:32:32 (3 months ago)
- Location:
- trunk/dports
- Files:
-
- 3 modified
-
devel/mercurial/Portfile (modified) (3 diffs)
-
lang/python30/Portfile (modified) (2 diffs)
-
python/py30-hashlib/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/mercurial/Portfile
r37298 r39654 5 5 6 6 name mercurial 7 version 1.0.1 8 revision 1 7 version 1.0.2 9 8 categories devel python 10 9 maintainers deric@macports.org … … 26 25 homepage http://www.selenic.com/mercurial/ 27 26 master_sites http://www.selenic.com/mercurial/release/ 28 checksums md5 a4ef7eb2c8818404a459e3be05feff6f\29 sha1 ada3e6d2128283efeefb7b44f9a1e0dfc22d62f1\30 rmd160 f451ab56660f46a51b4588de966ec0718f38cd7b27 checksums md5 32432616f517107e6582721c257cd1f4 \ 28 sha1 6d5be655276770192b889cee279bdcc0aee977e3 \ 29 rmd160 0f163d19a12bbe7dcfc45f10cdab07f5b16e7b3a 31 30 32 31 depends_lib-append port:py25-zlib port:py25-hashlib port:py25-bz2 … … 50 49 file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/ 51 50 file copy ${worksrcpath}/hgwebdir.cgi ${destroot}${prefix}/share/${name}/ 51 52 if {[variant_isset bash_completion]} { 53 xinstall -d ${destroot}${prefix}/etc/bash_completion.d 54 copy ${worksrcpath}/contrib/bash_completion ${destroot}${prefix}/etc/bash_completion.d/mercurial 55 } 52 56 } 57 58 variant bash_completion description {Install mercurial bash-completion file} { 59 depends_run-append port:bash-completion 60 } -
trunk/dports/lang/python30/Portfile
r39635 r39654 4 4 5 5 name python30 6 version 3.0b3 6 version 3.0a3 7 revision 5 7 8 set major 3 8 9 set branch 3.0 … … 13 14 description An interpreted, object-oriented programming language 14 15 long_description Python is an interpreted, interactive, object-oriented \ 15 programming language. This version is a BETA release!16 programming language. This version is an ALPHA release! 16 17 17 18 homepage http://www.python.org/ 18 master_sites ${homepage}/ftp/python/${ branch}/ \19 ftp://ftp.python.org/pub/python/${ branch}/ \20 ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${ branch}/ \21 ftp://ftp.python.jp/pub/python/${ branch}/19 master_sites ${homepage}/ftp/python/${version}/ \ 20 ftp://ftp.python.org/pub/python/${version}/ \ 21 ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ \ 22 ftp://ftp.python.jp/pub/python/${version}/ 22 23 23 24 distname Python-${version} 24 use_bzip2 yes 25 extract.suffix .tgz 25 26 26 checksums md5 91d44362c73dcc423ec51973ed4082fe27 checksums md5 ec525b7e7fe4383e8394fab721663252 27 28 28 29 patchfiles patch-setup.py.diff \ -
trunk/dports/python/py30-hashlib/Portfile
r39636 r39654 15 15 16 16 name py30-hashlib 17 version 3.0 b317 version 3.0a3 18 18 categories python 19 19 platforms darwin … … 27 27 distname Python-${version} 28 28 dist_subdir python30 29 checksums md5 91d44362c73dcc423ec51973ed4082fe30 use_bzip2 yes 29 checksums md5 ec525b7e7fe4383e8394fab721663252 30 extract.suffix .tgz 31 31 32 32 depends_lib-append port:openssl

