[102585] trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl

sean at macports.org sean at macports.org
Mon Feb 4 21:43:53 PST 2013


Revision: 102585
          https://trac.macports.org/changeset/102585
Author:   sean at macports.org
Date:     2013-02-04 21:43:53 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
bitbucket-1.0: fix missing prefix in distname

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl	2013-02-05 04:25:13 UTC (rev 102584)
+++ trunk/dports/_resources/port1.0/group/bitbucket-1.0.tcl	2013-02-05 05:43:53 UTC (rev 102585)
@@ -73,7 +73,7 @@
     homepage                ${bitbucket.homepage}
     hg.url                  ${bitbucket.homepage}
     hg.tag                  [join ${bitbucket.tag_prefix}]${bitbucket.version}
-    distname                ${bitbucket.version}
+    distname                [join ${bitbucket.tag_prefix}]${bitbucket.version}
     fetch.ignore_sslcert    yes
 
     post-extract {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/c21f2a90/attachment.html>


More information about the macports-changes mailing list