[40135] trunk/dports/audio/xmms/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 21 15:50:45 PDT 2008


Revision: 40135
          http://trac.macports.org/changeset/40135
Author:   ryandesign at macports.org
Date:     2008-09-21 15:50:45 -0700 (Sun, 21 Sep 2008)
Log Message:
-----------
xmms: don't repeat the version number in the download URL; compute it from ${version}

Modified Paths:
--------------
    trunk/dports/audio/xmms/Portfile

Modified: trunk/dports/audio/xmms/Portfile
===================================================================
--- trunk/dports/audio/xmms/Portfile	2008-09-21 22:49:54 UTC (rev 40134)
+++ trunk/dports/audio/xmms/Portfile	2008-09-21 22:50:45 UTC (rev 40135)
@@ -4,11 +4,12 @@
 
 name                    xmms
 version                 1.2.10
+set branch              [join [lrange [split ${version} .] 0 1] .]
 revision                2
 categories              audio
 maintainers             nomaintainer
 homepage                http://www.xmms.org/
-master_sites            ${homepage}files/1.2.x/
+master_sites            ${homepage}files/${branch}.x/
 platforms               darwin
 
 description \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080921/c947ab91/attachment.html 


More information about the macports-changes mailing list