[87987] trunk/dports/python

titus at macports.org titus at macports.org
Thu Dec 15 00:07:07 PST 2011


Revision: 87987
          http://trac.macports.org/changeset/87987
Author:   titus at macports.org
Date:     2011-12-15 00:07:07 -0800 (Thu, 15 Dec 2011)
Log Message:
-----------
hgsubversion: new port using python27 (same version as mercurial)
marked py26-hgsubversion as replaced_by the new port.
closes ticket:31943

-- Diese und die folgenden Zeilen werden ignoriert --

M    python/py26-hgsubversion/Portfile
A    python/py27-hgsubversion
AM   python/py27-hgsubversion/Portfile

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

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

Modified: trunk/dports/python/py26-hgsubversion/Portfile
===================================================================
--- trunk/dports/python/py26-hgsubversion/Portfile	2011-12-15 08:00:38 UTC (rev 87986)
+++ trunk/dports/python/py26-hgsubversion/Portfile	2011-12-15 08:07:07 UTC (rev 87987)
@@ -2,37 +2,22 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python26 1.0
 
 name                    py26-hgsubversion
+categories		python devel
+replaced_by             py27-hgsubversion
 version                 1.2.1.e30ff6d5feff
-revision                0
+revision                1
 epoch                   20110711
-categories-append       devel
 platforms               darwin
-maintainers             akitada openmaintainer
+maintainers             nomaintainer
 supported_archs         noarch
+description             Obsolote. Replaced by py27-hgsubversion.
+long_description        Obsolete. Replaced by py27-hgsubversion.
+distfiles
+pre-configure {
+    ui_error "This port is replaced by py27-hgsubversion. Please install that port instead."
+    return -code error
+}
 
-description             hgsubversion is a Mercurial extension for \
-                        working with Subversion (svn) repositories.
-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               sha1    fd0cc97a4477316bed4915c8a5cf265ec8b4fcad \
-#                        rmd160  9f1bda718d582da6615cd0b424115a662d17b61b
-#  No release version working with mercurial-1.9 so we use a known tag
-fetch.type              hg
-hg.url                  https://bitbucket.org/durin42/hgsubversion
-hg.tag                  e30ff6d5feff
-
-
-depends_lib-append      port:mercurial \
-                        port:subversion-python26bindings
-
-livecheck.url           ${bitbucket_url}/downloads
-livecheck.regex         /get/(\\d(\\.\\w)+)\\${extract.suffix}"
+livecheck.type		none

Added: trunk/dports/python/py27-hgsubversion/Portfile
===================================================================
--- trunk/dports/python/py27-hgsubversion/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-hgsubversion/Portfile	2011-12-15 08:07:07 UTC (rev 87987)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python27 1.0
+
+name                    py27-hgsubversion
+version                 1.3
+revision                0
+categories-append       devel
+platforms               darwin
+maintainers             titus openmaintainer
+supported_archs         noarch
+
+description             hgsubversion is a Mercurial extension for \
+                        working with Subversion (svn) repositories.
+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               sha1    2e1eeec8bb10d4c1882f14de8c5c48d6f1535893 \
+                        rmd160  6ffa6ddb1407410cd3df731240714a1f60b20580
+
+depends_lib-append      port:mercurial \
+                        port:py27-subvertpy
+
+livecheck.url           ${bitbucket_url}/downloads
+livecheck.regex         /get/(\\d(\\.\\w)+)\\${extract.suffix}"


Property changes on: trunk/dports/python/py27-hgsubversion/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111215/bdca9830/attachment-0001.html>


More information about the macports-changes mailing list