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

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 22 02:33:46 PDT 2007


Revision: 29362
          http://trac.macosforge.org/projects/macports/changeset/29362
Author:   mww at macports.org
Date:     2007-09-22 02:33:45 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
version 1.0

Modified Paths:
--------------
    trunk/dports/python/py25-aspects/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-aspects/files/

Modified: trunk/dports/python/py25-aspects/Portfile
===================================================================
--- trunk/dports/python/py25-aspects/Portfile	2007-09-22 08:16:17 UTC (rev 29361)
+++ trunk/dports/python/py25-aspects/Portfile	2007-09-22 09:33:45 UTC (rev 29362)
@@ -4,7 +4,7 @@
 PortGroup python25 1.0
 
 name			py25-aspects
-version			0.6
+version			1.0
 categories		python
 platforms		darwin
 maintainers		mww at macports.org
@@ -14,22 +14,18 @@
 homepage		http://www.cs.tut.fi/~ask/aspects/
 master_sites	http://www.cs.tut.fi/~ask/aspects/
 distname		aspects-${version}
-checksums		sha1 49ef6c1a72b4cf8e372048287df4e131afc82243
+checksums		sha1 38f36e8511765193e4e3d1a5c23299c1bcf04431
 
-post-extract {
-	file copy ${filespath}/setup.py ${worksrcpath}
-	reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
-}
-
 post-destroot	{
 	xinstall -m 644 ${worksrcpath}/LICENSE.txt \
 		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} aspects_test.py httpget.py setup.py \
+	xinstall -m 644 -W ${worksrcpath}/examples httpget_example.py \
 		timeout_advice.py timeout_example.py tracer_advice.py \
-		tracer_example.py typecheck.py typecheck_example.py \
+		tracer_example.py typecheck_advice.py typecheck_example.py \
 		${destroot}${prefix}/share/doc/${name}/examples
 }
 
 livecheck.check	regex
 livecheck.url	${homepage}
 livecheck.regex	aspects-(\[0-9\.\]+).tar.gz
+

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


More information about the macports-changes mailing list