[76409] trunk/dports/lang/python32/Portfile

jwa at macports.org jwa at macports.org
Tue Feb 22 07:28:51 PST 2011


Revision: 76409
          http://trac.macports.org/changeset/76409
Author:   jwa at macports.org
Date:     2011-02-22 07:28:51 -0800 (Tue, 22 Feb 2011)
Log Message:
-----------
add epoch as Ryan suggested, make branch equal version until point release

Modified Paths:
--------------
    trunk/dports/lang/python32/Portfile

Modified: trunk/dports/lang/python32/Portfile
===================================================================
--- trunk/dports/lang/python32/Portfile	2011-02-22 12:49:01 UTC (rev 76408)
+++ trunk/dports/lang/python32/Portfile	2011-02-22 15:28:51 UTC (rev 76409)
@@ -5,10 +5,11 @@
 
 name                    python32
 version                 3.2
+epoch			20110220
 
 set major               [lindex [split $version .] 0]
 #set branch              [join [lrange [split ${version} .] 0 1] .]
-set branch              3.2
+set branch              ${version}
 categories              lang
 platforms               darwin
 maintainers             jwa openmaintainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110222/e76961a7/attachment.html>


More information about the macports-changes mailing list