[25216] trunk/dports/python/py-roundup/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue May 15 20:01:22 PDT 2007


Revision: 25216
          http://trac.macosforge.org/projects/macports/changeset/25216
Author:   jann at macports.org
Date:     2007-05-15 20:01:22 -0700 (Tue, 15 May 2007)

Log Message:
-----------
Update

Modified Paths:
--------------
    trunk/dports/python/py-roundup/Portfile

Modified: trunk/dports/python/py-roundup/Portfile
===================================================================
--- trunk/dports/python/py-roundup/Portfile	2007-05-16 02:58:45 UTC (rev 25215)
+++ trunk/dports/python/py-roundup/Portfile	2007-05-16 03:01:22 UTC (rev 25216)
@@ -1,38 +1,37 @@
 # $Id$
 
-PortSystem			1.0
-PortGroup			python24 1.0
-name				py-roundup
-version				0.7.11
-categories-append	www
-maintainers			nomaintainer at macports.org
-description			Issue-tracking system
+PortSystem          1.0
+PortGroup           python24 1.0
+name                py-roundup
+version             1.3.3
+categories-append   www
+maintainers         nomaintainer at macports.org
+description         Issue-tracking system
 long_description \
-	Roundup is a simple-to-use and -install issue-tracking system with \
-	command-line, web and e-mail interfaces. It is based on the winning \
-	design from Ka-Ping Yee in the Software Carpentry "Track" design \
-	competition. \
-	Note: Ping is not responsible for this project. The contact for this \
-	project is richard at users.sourceforge.net.
+    Roundup is a simple-to-use and -install issue-tracking system with \
+    command-line, web and e-mail interfaces. It is based on the winning \
+    design from Ka-Ping Yee in the Software Carpentry "Track" design \
+    competition. \
+    Note: Ping is not responsible for this project. The contact for this \
+    project is richard at users.sourceforge.net.
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://roundup.sf.net/
-master_sites		sourceforge:roundup
-distname			roundup-${version}
+homepage            http://roundup.sf.net/
+master_sites        http://cheeseshop.python.org/packages/source/r/roundup/
+distname            roundup-${version}
 
-checksums			md5 9ad8ce103b56090aa69cf9f71b7286ef \
-					sha1 78dcc06f914bd33cccf23586f2ad679b2f96bd50
+checksums           sha1 76242a43974e33ec1fcc711cf3bdd91c18aa46fe
 
+
 pre-build {
-	reinplace "s|man/man1|share/man/man1|" ${worksrcpath}/setup.py
+    reinplace "s|man/man1|share/man/man1|" ${worksrcpath}/setup.py
 }
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
-	eval file copy [glob ${worksrcpath}/doc/*] \
-		${destroot}/${prefix}/share/doc/${name}
-	eval reinplace "s|${destroot}${prefix}|${prefix}|g" \
-		[glob ${destroot}/${prefix}/bin/*]
+    xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
+    eval file copy [glob ${worksrcpath}/doc/*] \
+        ${destroot}/${prefix}/share/doc/${name}
+    eval reinplace "s|${destroot}${prefix}|${prefix}|g" \
+        [glob ${destroot}/${prefix}/bin/*]
 }
-

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


More information about the macports-changes mailing list