[146218] trunk/dports/python/py-hgsubversion/Portfile

sean at macports.org sean at macports.org
Tue Mar 1 15:24:59 PST 2016


Revision: 146218
          https://trac.macports.org/changeset/146218
Author:   sean at macports.org
Date:     2016-03-01 15:24:59 -0800 (Tue, 01 Mar 2016)
Log Message:
-----------
py-hgsubversion: remove unneeded variable

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

Modified: trunk/dports/python/py-hgsubversion/Portfile
===================================================================
--- trunk/dports/python/py-hgsubversion/Portfile	2016-03-01 23:24:58 UTC (rev 146217)
+++ trunk/dports/python/py-hgsubversion/Portfile	2016-03-01 23:24:59 UTC (rev 146218)
@@ -22,20 +22,20 @@
                         sha256  5c756d20510afbbf3d1b831bc39fa1fa3a67b4757509b2ba677089be8cf1ded2
 
 # can't set python.versions before adding custom subports
-subport py27-$realname-devel {
+subport py27-hgsubversion-devel {
 }
 
 if {[string match "*-devel" $subport]} {
-    bitbucket.setup     seanfarley $realname 7a6a03e914a0
-    name                py-$realname-devel
+    bitbucket.setup     seanfarley hgsubversion 7a6a03e914a0
+    name                py-hgsubversion-devel
     version             1.8.99
     revision            2
 
     checksums           rmd160  ce4d52ee742bea7cc4f30d64c82a6acaf04ceb5a \
                         sha256  12a76c3a7efb1d3e9b451ce9e0fab457d63c069272bcf03b12ca74284a27a91d
 } else {
-    bitbucket.setup     durin42 $realname 1.8.4
-    name                py-$realname
+    bitbucket.setup     durin42 hgsubversion 1.8.4
+    name                py-hgsubversion
 
     checksums           rmd160  e767bd0caee959b971aedcb32c6812c0bde50697 \
                         sha256  72446475068a9628ce579c8695f403cd7c0baed77ff6425a4324a64a58bb4793
@@ -48,16 +48,16 @@
                         port:subversion-python${python.version}bindings
 
 
-    conflicts           py${python.version}-$realname-devel
+    conflicts           py${python.version}-hgsubversion-devel
     if {[string match "*-devel" $subport]} {
-        conflicts       py${python.version}-$realname
+        conflicts       py${python.version}-hgsubversion
     }
 
     notes               "
-To enable ${realname}, add the following to your ~/.hgrc:
+To enable hgsubversion, add the following to your ~/.hgrc:
 
 \[extensions\]
-${realname} =
+hgsubversion =
 "
 
     if {![string match "*-devel" $subport]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160301/1c3c7c78/attachment.html>


More information about the macports-changes mailing list