[102503] trunk/dports/python/py27-hgsubversion/Portfile

sean at macports.org sean at macports.org
Mon Feb 4 09:13:03 PST 2013


Revision: 102503
          https://trac.macports.org/changeset/102503
Author:   sean at macports.org
Date:     2013-02-04 09:13:03 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
py27-hgsubversion: use bitbucket portgroup

Modified Paths:
--------------
    trunk/dports/python/py27-hgsubversion/Portfile

Modified: trunk/dports/python/py27-hgsubversion/Portfile
===================================================================
--- trunk/dports/python/py27-hgsubversion/Portfile	2013-02-04 17:12:55 UTC (rev 102502)
+++ trunk/dports/python/py27-hgsubversion/Portfile	2013-02-04 17:13:03 UTC (rev 102503)
@@ -3,8 +3,10 @@
 
 PortSystem              1.0
 PortGroup               python 1.0
+PortGroup               bitbucket 1.0
 
 set realname            hgsubversion
+bitbucket.setup         durin42 ${realname} 68191be64af8
 name                    py-${realname}
 version                 1.5.20121205
 revision                0
@@ -19,27 +21,16 @@
 long_description        hgsubversion is an extension for Mercurial \
                         that allows using Mercurial as a Subversion (svn) client.
 
-set bitbucket_url       https://bitbucket.org/durin42/hgsubversion
-homepage                ${bitbucket_url}/wiki/Home
-master_sites            http://pypi.python.org/packages/source/h/hgsubversion
-distname                hgsubversion-${version}
+checksums               rmd160  fb82a6bab256ac6dcdd983ffca34c76859c79e2c \
+                        sha256  b57ed8e838754cab4906826a7e0ff2c594bfc9e5c5a5afcd292dffaa1fa55d6a
 
-fetch.type              hg
-hg.url                  http://bitbucket.org/durin42/hgsubversion
-hg.tag                  68191be64af8
 python.versions         27
 
-checksums               sha1    037625745a982592cc24281afe08ddaeef9691b7 \
-                        rmd160  9566f9af2a33aa51b2791e998f18fbe15ad50431
 if {$subport != $name} {
     depends_lib         path:bin/hg:mercurial \
                         port:py${python.version}-subvertpy
 
-# fix permissions
-# Not needed for fetch.type hg
-# post-extract            { system -W ${worksrcpath} "chmod o+r hgsubversion.egg-info/*" }
-
-notes                   "
+    notes               "
 To enable ${realname}, add the following to your ~/.hgrc:
 
 \[extensions\]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/00a6ce49/attachment.html>


More information about the macports-changes mailing list