[146215] trunk/dports/python/py-hggit/Portfile
sean at macports.org
sean at macports.org
Tue Mar 1 15:24:54 PST 2016
Revision: 146215
https://trac.macports.org/changeset/146215
Author: sean at macports.org
Date: 2016-03-01 15:24:54 -0800 (Tue, 01 Mar 2016)
Log Message:
-----------
py-hggit: remove unneeded variable
Modified Paths:
--------------
trunk/dports/python/py-hggit/Portfile
Modified: trunk/dports/python/py-hggit/Portfile
===================================================================
--- trunk/dports/python/py-hggit/Portfile 2016-03-01 23:24:53 UTC (rev 146214)
+++ trunk/dports/python/py-hggit/Portfile 2016-03-01 23:24:54 UTC (rev 146215)
@@ -7,7 +7,6 @@
epoch 20130201
-set realname hggit
name py-hggit
categories-append devel
@@ -25,11 +24,11 @@
developers using both Git and Mercurial.
# can't set python.versions before adding custom subports
-subport py27-$realname-devel {}
+subport py27-hggit-devel {}
if {[string match "*-devel" $subport]} {
bitbucket.setup durin42 hg-git bcf3d04d6585
- name py-$realname-devel
+ name py-hggit-devel
version 0.8.99
revision 14
@@ -37,7 +36,7 @@
sha256 b2909544237381d6488bb633c09a86c28fd09719c18b9003ab09e544f767ae78
} else {
bitbucket.setup durin42 hg-git 0.8.4
- name py-${realname}
+ name py-hggit
checksums rmd160 343ce6ddbb9d1ef754a34e480c984e7fccd435d2 \
sha256 ab4dd919a5931868ca86ec50fef88902b8857a3b0c4933d7b4e817c414a6d910
@@ -49,17 +48,17 @@
depends_lib-append bin:hg:mercurial \
bin:dulwich-2.7:py${python.version}-dulwich
- conflicts py${python.version}-$realname-devel
+ conflicts py${python.version}-hggit-devel
if {[string match "*-devel" $subport]} {
- conflicts py${python.version}-$realname
+ conflicts py${python.version}-hggit
} else {
livecheck.type none
}
notes "
-To enable ${realname}, add the following to your ~/.hgrc:
+To enable hggit, add the following to your ~/.hgrc:
\[extensions\]
-${realname} =
+hggit =
"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160301/6d8642d1/attachment-0001.html>
More information about the macports-changes
mailing list