[71782] trunk/dports/math/ploticus/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 22 20:19:23 PDT 2010


Revision: 71782
          http://trac.macports.org/changeset/71782
Author:   ryandesign at macports.org
Date:     2010-09-22 20:19:21 -0700 (Wed, 22 Sep 2010)
Log Message:
-----------
ploticus: simplify: set the version in the version field

Modified Paths:
--------------
    trunk/dports/math/ploticus/Portfile

Modified: trunk/dports/math/ploticus/Portfile
===================================================================
--- trunk/dports/math/ploticus/Portfile	2010-09-23 03:13:13 UTC (rev 71781)
+++ trunk/dports/math/ploticus/Portfile	2010-09-23 03:19:21 UTC (rev 71782)
@@ -3,9 +3,7 @@
 PortSystem 1.0
 
 name             ploticus
-set major_version 2
-set minor_version 40
-version          ${major_version}.${minor_version}
+version          2.40
 revision         3
 categories       math
 maintainers      nomaintainer
@@ -22,7 +20,7 @@
 platforms        darwin
 
 master_sites     sourceforge:${name}
-distname         pl${major_version}${minor_version}src
+distname         pl[join [split ${version} .] {}]src
 checksums        md5 560bf4ede9d7a132261ba36574434962 \
                  sha1 824860a41a46ad15cc8c6cb37fa6f59176f4e01e \
                  rmd160 4e36b4cff635042213a4693a44fb03298782edfc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100922/4c65347d/attachment.html>


More information about the macports-changes mailing list