Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 39654 for trunk

Show
Ignore:
Timestamp:
08/27/08 21:32:32 (3 months ago)
Author:
erickt@…
Message:

Version bump for mercurial to 1.0.2 (see #16308).

Changes to python30 and py30-hashlib were not intentional and were reverted in r39662.

Location:
trunk/dports
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/mercurial/Portfile

    r37298 r39654  
    55 
    66name                mercurial 
    7 version             1.0.1 
    8 revision            1 
     7version             1.0.2 
    98categories          devel python 
    109maintainers         deric@macports.org 
     
    2625homepage            http://www.selenic.com/mercurial/ 
    2726master_sites        http://www.selenic.com/mercurial/release/ 
    28 checksums           md5 a4ef7eb2c8818404a459e3be05feff6f \ 
    29                     sha1 ada3e6d2128283efeefb7b44f9a1e0dfc22d62f1 \ 
    30                     rmd160 f451ab56660f46a51b4588de966ec0718f38cd7b 
     27checksums           md5 32432616f517107e6582721c257cd1f4 \ 
     28                    sha1 6d5be655276770192b889cee279bdcc0aee977e3 \ 
     29                    rmd160 0f163d19a12bbe7dcfc45f10cdab07f5b16e7b3a 
    3130 
    3231depends_lib-append  port:py25-zlib port:py25-hashlib port:py25-bz2 
     
    5049        file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/ 
    5150        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        } 
    5256} 
     57 
     58variant bash_completion description {Install mercurial bash-completion file} {  
     59        depends_run-append port:bash-completion  
     60} 
  • trunk/dports/lang/python30/Portfile

    r39635 r39654  
    44 
    55name                    python30 
    6 version                 3.0b3 
     6version                 3.0a3 
     7revision                5 
    78set major               3 
    89set branch              3.0 
     
    1314description             An interpreted, object-oriented programming language 
    1415long_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! 
    1617 
    1718homepage                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}/ 
     19master_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}/ 
    2223 
    2324distname                Python-${version} 
    24 use_bzip2               yes 
     25extract.suffix          .tgz 
    2526 
    26 checksums               md5 91d44362c73dcc423ec51973ed4082fe 
     27checksums               md5 ec525b7e7fe4383e8394fab721663252 
    2728 
    2829patchfiles              patch-setup.py.diff \ 
  • trunk/dports/python/py30-hashlib/Portfile

    r39636 r39654  
    1515 
    1616name                    py30-hashlib 
    17 version                 3.0b3 
     17version                 3.0a3 
    1818categories              python 
    1919platforms               darwin 
     
    2727distname                Python-${version} 
    2828dist_subdir             python30 
    29 checksums               md5 91d44362c73dcc423ec51973ed4082fe 
    30 use_bzip2               yes 
     29checksums               md5 ec525b7e7fe4383e8394fab721663252 
     30extract.suffix          .tgz 
    3131 
    3232depends_lib-append      port:openssl