Opened 17 years ago

Closed 17 years ago

#11964 closed enhancement (fixed)

UPDATE: py-roundup-0.7.11 -> 1.3.3

Reported by: tom@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: tom@…
Port:

Description

PUdated port for py-roundup to version 1.3.3. Changed master_site, version and checksum.

Portfile Below:

=======================================

# $Id: Portfile,v 1.1 2007/01/30 00:34:18 tomwiebe Exp $

PortSystem 1.0 PortGroup python24 1.0 name py-roundup version 1.3.3 categories-append www maintainers nomaintainer@… 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@….

platforms darwin

homepage http://roundup.sf.net/ master_sites http://cheeseshop.python.org/packages/source/r/roundup/ distname roundup-${version}

checksums sha1 76242a43974e33ec1fcc711cf3bdd91c18aa46fe

pre-build {

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/*]

}

Attachments (1)

Portfile (1.1 KB) - added by tom@… 17 years ago.
Updated portfile for py-roundup-1.3.3

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by tom@…

Attachment: Portfile added

Updated portfile for py-roundup-1.3.3

comment:1 Changed 17 years ago by roederja

Resolution: fixed
Status: newclosed

Committed in r25216. Thanks

Note: See TracTickets for help on using tickets.