[88234] trunk/dports/python/repo/Portfile

and.damore at macports.org and.damore at macports.org
Thu Dec 22 09:24:25 PST 2011


Revision: 88234
          http://trac.macports.org/changeset/88234
Author:   and.damore at macports.org
Date:     2011-12-22 09:24:13 -0800 (Thu, 22 Dec 2011)
Log Message:
-----------
port repo: upgraded to 1.14, removed dist_subdir, switched to googlecode master_sites to have distname with version number in it

Modified Paths:
--------------
    trunk/dports/python/repo/Portfile

Modified: trunk/dports/python/repo/Portfile
===================================================================
--- trunk/dports/python/repo/Portfile	2011-12-22 15:41:06 UTC (rev 88233)
+++ trunk/dports/python/repo/Portfile	2011-12-22 17:24:13 UTC (rev 88234)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                repo
-version             1.13
+version             1.14
 epoch               20111024
 license             Apache-2
 categories          python
@@ -21,17 +21,15 @@
 
 homepage            http://source.android.com/source/git-repo.html
 
-master_sites        https://dl-ssl.google.com/dl/googlesource/git-repo
-checksums           sha1    e1fd3bef059d152edf4d0522590725d317bc637f \
-                    rmd160  88998de3c629144dcbcd6f9d3585d08b967d9a4f
+master_sites        http://git-repo.googlecode.com/files
+checksums           sha1    29ba4221d4fccdfa8d87931cd73466fdc24040b5 \
+                    rmd160  24e184d3bbedca67a2084eb74c5505e00b7d53c9
 
 extract.suffix      
 extract.only
-dist_subdir         ${name}/${version}_1
-distname            ${name}
 use_configure       no
 build               { }
 destroot            {
-        xinstall -m 755 ${distpath}/${name} ${destroot}${prefix}/bin
+        xinstall -m 755 ${distpath}/${distname} ${destroot}${prefix}/bin/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111222/12cd8aca/attachment.html>


More information about the macports-changes mailing list