[60140] trunk/dports/devel/stgit/Portfile
blair at macports.org
blair at macports.org
Mon Nov 2 19:53:31 PST 2009
Revision: 60140
http://trac.macports.org/changeset/60140
Author: blair at macports.org
Date: 2009-11-02 19:53:27 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
New upstream 0.15 release.
Modified Paths:
--------------
trunk/dports/devel/stgit/Portfile
Modified: trunk/dports/devel/stgit/Portfile
===================================================================
--- trunk/dports/devel/stgit/Portfile 2009-11-03 03:17:01 UTC (rev 60139)
+++ trunk/dports/devel/stgit/Portfile 2009-11-03 03:53:27 UTC (rev 60140)
@@ -5,8 +5,7 @@
PortGroup python26 1.0
name stgit
-version 0.14.3
-revision 2
+version 0.15
categories devel python
platforms darwin
maintainers boeyms openmaintainer
@@ -27,18 +26,25 @@
homepage http://www.procode.org/stgit/
master_sites http://homepage.ntlworld.com/cmarinas/stgit/ \
http://download.gna.org/stgit/
-checksums md5 84447155c0a86fae795928a581dc22bd \
- sha1 9ea2e859281f8fe3cbb7f2bd9fd83b9846923cbe \
- rmd160 5ed7ab18a3f98269c3fc29e4d1dd353171add7d9
+checksums md5 a4721b2a5f529cf5450109f9fcb4db19 \
+ sha1 8f18e3079014d907237aeffa6b851074422b7f27 \
+ rmd160 3779091ed8639c825f053c66031b4569a6ffbdea
depends_run port:git-core
set stgdocs "${worksrcpath}/Documentation/\\\[a-z\\\]*.txt"
set stgman ""
+post-build {
+ system "cd ${worksrcpath} && make all"
+}
+
post-destroot {
ln -s ${python.prefix}/bin/stg ${destroot}${prefix}/bin/stg
+ move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.6/share/stgit/ \
+ ${destroot}${prefix}/share/
+
# Install what little documentation there is
xinstall -m 644 -W ${worksrcpath} COPYING README \
${destroot}${prefix}/share/doc/${name}
@@ -58,7 +64,7 @@
lappend stgman ${worksrcpath}/Documentation/*.1
depends_build-append port:asciidoc port:xmlto
post-build {
- system "cd ${worksrcpath} && make doc"
+ system "cd ${worksrcpath} && make all doc"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091102/c6dacc74/attachment.html>
More information about the macports-changes
mailing list