[37298] trunk/dports/devel/mercurial/Portfile

saispo at macports.org saispo at macports.org
Mon Jun 2 12:08:56 PDT 2008


Revision: 37298
          http://trac.macosforge.org/projects/macports/changeset/37298
Author:   saispo at macports.org
Date:     2008-06-02 12:08:55 -0700 (Mon, 02 Jun 2008)

Log Message:
-----------
Bump to version 1.0.1
Change default master_sites directive

Modified Paths:
--------------
    trunk/dports/devel/mercurial/Portfile

Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile	2008-06-02 18:33:03 UTC (rev 37297)
+++ trunk/dports/devel/mercurial/Portfile	2008-06-02 19:08:55 UTC (rev 37298)
@@ -4,7 +4,7 @@
 PortGroup           python25 1.0
 
 name                mercurial
-version             1.0
+version             1.0.1
 revision            1
 categories          devel python
 maintainers         deric at macports.org
@@ -22,12 +22,12 @@
                     changes. Changes can be share via the builtin webserver, \
                     CGI, SSH or a stream of patch emails. Mercurial supports \
                     Apples' FileMerge for merges.\
-                    
+
 homepage            http://www.selenic.com/mercurial/
-master_sites        http://hg.intevation.org/files/
-checksums           md5 9f8dd7fa6f8886f77be9b923f008504c \
-                    sha1 11689e85a91874417cb110ded6c3a4d7b30429cb \
-                    rmd160 21b5603e033898420f4fbf1b851ede4f69a7657c
+master_sites        http://www.selenic.com/mercurial/release/
+checksums           md5 a4ef7eb2c8818404a459e3be05feff6f \
+                    sha1 ada3e6d2128283efeefb7b44f9a1e0dfc22d62f1 \
+                    rmd160 f451ab56660f46a51b4588de966ec0718f38cd7b
 
 depends_lib-append  port:py25-zlib port:py25-hashlib port:py25-bz2
 
@@ -35,13 +35,13 @@
     # install html docs
     xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \
             ${destroot}/${prefix}/share/doc/${name}
-        
+
     # install man pages
     xinstall -m 444 -W ${worksrcpath}/doc hg.1 \
         ${destroot}/${prefix}/share/man/man1
     xinstall -m 444 -W ${worksrcpath}/doc hgrc.5 hgignore.5 \
         ${destroot}/${prefix}/share/man/man5
-        
+
     # install contrib
     xinstall -d -m 755 ${destroot}${prefix}/share/${name}
     file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080602/30cb7bc3/attachment.htm 


More information about the macports-changes mailing list