[24323] trunk/dports/python/py25-aspects

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 21 08:33:07 PDT 2007


Revision: 24323
          http://trac.macosforge.org/projects/macports/changeset/24323
Author:   mww at macports.org
Date:     2007-04-21 08:33:07 -0700 (Sat, 21 Apr 2007)

Log Message:
-----------
version 0.5

Modified Paths:
--------------
    trunk/dports/python/py25-aspects/Portfile
    trunk/dports/python/py25-aspects/files/setup.py

Modified: trunk/dports/python/py25-aspects/Portfile
===================================================================
--- trunk/dports/python/py25-aspects/Portfile	2007-04-21 15:32:09 UTC (rev 24322)
+++ trunk/dports/python/py25-aspects/Portfile	2007-04-21 15:33:07 UTC (rev 24323)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-aspects
-version			0.4
+version			0.5
 categories		python
 platforms		darwin
 maintainers		mww at macports.org
@@ -14,10 +14,11 @@
 homepage		http://www.cs.tut.fi/~ask/aspects/
 master_sites	http://www.cs.tut.fi/~ask/aspects/
 distname		aspects-${version}
-checksums		sha1 ad8cd324d980ec2752d3d372a8d40ee25016a4ee
+checksums		sha1 f5ab330793d2d3d40ee98c1bd53d4532a71e817c
 
 post-extract {
 	file copy ${filespath}/setup.py ${worksrcpath}
+	reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
 }
 
 post-destroot	{

Modified: trunk/dports/python/py25-aspects/files/setup.py
===================================================================
--- trunk/dports/python/py25-aspects/files/setup.py	2007-04-21 15:32:09 UTC (rev 24322)
+++ trunk/dports/python/py25-aspects/files/setup.py	2007-04-21 15:33:07 UTC (rev 24323)
@@ -7,7 +7,7 @@
     raise SystemExit, "Distutils problem"
 
 setup(name = "aspects",
-      version = "0.4",
+      version = "VERSION",
       description = "aspect oriented programming for python",
       py_modules=['aspects']
       )

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070421/44dbba89/attachment.html


More information about the macports-changes mailing list