Revision: 39654 http://trac.macosforge.org/projects/macports/changeset/39654 Author: erickt@macports.org Date: 2008-08-27 21:32:32 -0700 (Wed, 27 Aug 2008) Log Message: ----------- Version bump for mercurial to 1.0.2 (see #16308). Modified Paths: -------------- trunk/dports/devel/mercurial/Portfile trunk/dports/lang/python30/Portfile trunk/dports/python/py30-hashlib/Portfile Modified: trunk/dports/devel/mercurial/Portfile =================================================================== --- trunk/dports/devel/mercurial/Portfile 2008-08-27 23:24:01 UTC (rev 39653) +++ trunk/dports/devel/mercurial/Portfile 2008-08-28 04:32:32 UTC (rev 39654) @@ -4,8 +4,7 @@ PortGroup python25 1.0 name mercurial -version 1.0.1 -revision 1 +version 1.0.2 categories devel python maintainers deric@macports.org description A fast, lightweight, distributed SCM system written in \ @@ -25,9 +24,9 @@ homepage http://www.selenic.com/mercurial/ master_sites http://www.selenic.com/mercurial/release/ -checksums md5 a4ef7eb2c8818404a459e3be05feff6f \ - sha1 ada3e6d2128283efeefb7b44f9a1e0dfc22d62f1 \ - rmd160 f451ab56660f46a51b4588de966ec0718f38cd7b +checksums md5 32432616f517107e6582721c257cd1f4 \ + sha1 6d5be655276770192b889cee279bdcc0aee977e3 \ + rmd160 0f163d19a12bbe7dcfc45f10cdab07f5b16e7b3a depends_lib-append port:py25-zlib port:py25-hashlib port:py25-bz2 @@ -49,4 +48,13 @@ # copy hgweb.cgi hgwebdir.cgi file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/ file copy ${worksrcpath}/hgwebdir.cgi ${destroot}${prefix}/share/${name}/ + + if {[variant_isset bash_completion]} { + xinstall -d ${destroot}${prefix}/etc/bash_completion.d + copy ${worksrcpath}/contrib/bash_completion ${destroot}${prefix}/etc/bash_completion.d/mercurial + } } + +variant bash_completion description {Install mercurial bash-completion file} { + depends_run-append port:bash-completion +} Modified: trunk/dports/lang/python30/Portfile =================================================================== --- trunk/dports/lang/python30/Portfile 2008-08-27 23:24:01 UTC (rev 39653) +++ trunk/dports/lang/python30/Portfile 2008-08-28 04:32:32 UTC (rev 39654) @@ -3,7 +3,8 @@ PortSystem 1.0 name python30 -version 3.0b3 +version 3.0a3 +revision 5 set major 3 set branch 3.0 categories lang @@ -12,18 +13,18 @@ description An interpreted, object-oriented programming language long_description Python is an interpreted, interactive, object-oriented \ - programming language. This version is a BETA release! + programming language. This version is an ALPHA release! homepage http://www.python.org/ -master_sites ${homepage}/ftp/python/${branch}/ \ - ftp://ftp.python.org/pub/python/${branch}/ \ - ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${branch}/ \ - ftp://ftp.python.jp/pub/python/${branch}/ +master_sites ${homepage}/ftp/python/${version}/ \ + ftp://ftp.python.org/pub/python/${version}/ \ + ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${version}/ \ + ftp://ftp.python.jp/pub/python/${version}/ distname Python-${version} -use_bzip2 yes +extract.suffix .tgz -checksums md5 91d44362c73dcc423ec51973ed4082fe +checksums md5 ec525b7e7fe4383e8394fab721663252 patchfiles patch-setup.py.diff \ patch-Makefile.pre.in.diff \ Modified: trunk/dports/python/py30-hashlib/Portfile =================================================================== --- trunk/dports/python/py30-hashlib/Portfile 2008-08-27 23:24:01 UTC (rev 39653) +++ trunk/dports/python/py30-hashlib/Portfile 2008-08-28 04:32:32 UTC (rev 39654) @@ -14,7 +14,7 @@ # end group code name py30-hashlib -version 3.0b3 +version 3.0a3 categories python platforms darwin maintainers mww @@ -26,8 +26,8 @@ master_sites http://www.python.org/ftp/python/3.0/ distname Python-${version} dist_subdir python30 -checksums md5 91d44362c73dcc423ec51973ed4082fe -use_bzip2 yes +checksums md5 ec525b7e7fe4383e8394fab721663252 +extract.suffix .tgz depends_lib-append port:openssl
participants (1)
-
erickt@macports.org