[136754] trunk/dports/devel/tup/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 25 19:01:51 PDT 2015


Revision: 136754
          https://trac.macports.org/changeset/136754
Author:   ryandesign at macports.org
Date:     2015-05-25 19:01:51 -0700 (Mon, 25 May 2015)
Log Message:
-----------
tup: update to 0.7.3 (#44293) and install documentation files

Modified Paths:
--------------
    trunk/dports/devel/tup/Portfile

Modified: trunk/dports/devel/tup/Portfile
===================================================================
--- trunk/dports/devel/tup/Portfile	2015-05-26 01:56:15 UTC (rev 136753)
+++ trunk/dports/devel/tup/Portfile	2015-05-26 02:01:51 UTC (rev 136754)
@@ -4,11 +4,11 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        gittup tup 0.7.1 v
-revision            1
+github.setup        gittup tup 0.7.3 v
 categories          devel
 platforms           macosx
 maintainers         ryandesign openmaintainer
+license             GPL-2
 
 description         A build system with amazingly fast incremental build cycle
 
@@ -21,10 +21,9 @@
     updates can be performed with very little overhead.
 
 homepage            http://gittup.org/tup/
-license             GPL-2
 
-checksums           rmd160  6233ec9e861483d5d2d80a55121bf99a06939121 \
-                    sha256  c697e374194011c3c44d5c829cb776afa5cfd0421e419845464d36775efc1dba
+checksums           rmd160  5a4bcf58898af54f29fc2ac366fb25f66b92c066 \
+                    sha256  6360f9dd92ad163758307173d716ba2f51de3c6af69eaa006711cdb371d93e97
 
 depends_build       port:pkgconfig
 
@@ -45,4 +44,11 @@
 destroot {
     xinstall -m 0755 ${worksrcpath}/build/tup ${destroot}${prefix}/bin/
     xinstall -m 0644 ${worksrcpath}/tup.1 ${destroot}${prefix}/share/man/man1/
+
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} \
+        COPYING \
+        README.md \
+        ${destroot}${docdir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150525/2d3414d4/attachment.html>


More information about the macports-changes mailing list