[146213] trunk/dports/python/py-hgevolve/Portfile

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


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

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

Modified: trunk/dports/python/py-hgevolve/Portfile
===================================================================
--- trunk/dports/python/py-hgevolve/Portfile	2016-03-01 23:24:48 UTC (rev 146212)
+++ trunk/dports/python/py-hgevolve/Portfile	2016-03-01 23:24:50 UTC (rev 146213)
@@ -5,8 +5,7 @@
 PortGroup               python 1.0
 PortGroup               bitbucket 1.0
 
-set realname            evolve
-name                    py-hg$realname
+name                    py-hgevolve
 
 categories-append       devel
 platforms               darwin
@@ -25,7 +24,7 @@
 if {[string match "*-devel" $subport]} {
     bitbucket.setup     marmoute mutable-history ea7523380efa
     bitbucket.livecheck default
-    name                py-hg$realname-devel
+    name                py-hgevolve-devel
     version             5.2.99
     revision            12
 
@@ -33,7 +32,7 @@
                         sha256  9c251b2cfeb12c585f5eef185cfff42217c1dd6d702faff080f8bfc6aa4882ac
 } else {
     bitbucket.setup     marmoute mutable-history 5.3.0
-    name                py-hg$realname
+    name                py-hgevolve
 
     checksums           rmd160  ee88ee9368d7e0e2c461302d939239ec03e70224 \
                         sha256  0a3bf6c79155fee45ce1c54246d0dbe2373ebafabe6efadae8620c0d431de9cb
@@ -44,9 +43,9 @@
 if {${name} ne ${subport}} {
     depends_lib         path:bin/hg:mercurial
 
-    conflicts           py${python.version}-hg$realname-devel
+    conflicts           py${python.version}-hgevolve-devel
     if {[string match "*-devel" $subport]} {
-        conflicts       py${python.version}-hg$realname
+        conflicts       py${python.version}-hgevolve
     }
 
     post-destroot {
@@ -62,11 +61,11 @@
     }
 
     notes               "
-To enable hg${realname}, add the following to your ~/.hgrc:
+To enable hgevolve, add the following to your ~/.hgrc:
 
 \[extensions\]
 rebase =
-${realname} =
+evolve =
 "
 
     if {![string match "*-devel" $subport]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160301/d3e39644/attachment.html>


More information about the macports-changes mailing list