[125183] trunk/dports/games/roll/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 8 20:00:09 PDT 2014


Revision: 125183
          https://trac.macports.org/changeset/125183
Author:   ryandesign at macports.org
Date:     2014-09-08 20:00:09 -0700 (Mon, 08 Sep 2014)
Log Message:
-----------
roll: update to 2.0.2; fix license; install documentation files (#44904)

Modified Paths:
--------------
    trunk/dports/games/roll/Portfile

Modified: trunk/dports/games/roll/Portfile
===================================================================
--- trunk/dports/games/roll/Portfile	2014-09-09 02:53:08 UTC (rev 125182)
+++ trunk/dports/games/roll/Portfile	2014-09-09 03:00:09 UTC (rev 125183)
@@ -4,21 +4,38 @@
 PortSystem          1.0
 
 name                roll
-version             2.0.1
+version             2.0.2
 revision            0
 categories          games
-maintainers         gmail.com:matteo.corti
-license             GPL2
+platforms           darwin
+maintainers         corti.li:matteo
+license             GPL-2
+
 description         Dice roller
+
 long_description    rolls a user-defined dice sequence
+
 homepage            http://matteocorti.ch/software/roll/
-platforms           darwin
-master_sites        http://matteocorti.ch/software/roll/
+master_sites        ${homepage}
 
-checksums           rmd160  d37fa21cb006e502f011bc53842cf3e792689525 \
-                    sha256  b730bb3b1ce3f2663cba21ce4c98ae36a2f57c570008966f17521504f507f8fb
+checksums           rmd160  1fb10cc24e8a1bdebb4e2c829bb80f14c0fb38df \
+                    sha256  15b3fb5fe43c61799da3e15574aec4fb414e30e7bfda3b1e4a3b4b398a3a99a9
 
 use_parallel_build  yes
 
 depends_build       bin:lex:flex \
                     bin:bison:bison
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        ChangeLog \
+        COPYING \
+        COPYRIGHT \
+        NEWS \
+        README \
+        TODO \
+        ${destroot}${docdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140908/02c5a335/attachment.html>


More information about the macports-changes mailing list