[114005] trunk/dports/science/libtcd/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 27 01:45:56 PST 2013


Revision: 114005
          https://trac.macports.org/changeset/114005
Author:   ryandesign at macports.org
Date:     2013-11-27 01:45:56 -0800 (Wed, 27 Nov 2013)
Log Message:
-----------
libtcd: update to 2.2.5-r3; also install documentation files; fix livecheck

Revision Links:
--------------
    https://trac.macports.org/changeset/3

Modified Paths:
--------------
    trunk/dports/science/libtcd/Portfile

Modified: trunk/dports/science/libtcd/Portfile
===================================================================
--- trunk/dports/science/libtcd/Portfile	2013-11-27 09:18:53 UTC (rev 114004)
+++ trunk/dports/science/libtcd/Portfile	2013-11-27 09:45:56 UTC (rev 114005)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                libtcd
-version             2.2.5
+version             2.2.5-r3
 categories          science
 platforms           darwin
 license             public-domain
@@ -15,8 +15,22 @@
 
 homepage            http://www.flaterco.com/xtide/
 master_sites        ftp://ftp.flaterco.com/xtide/
+use_bzip2           yes
 
-use_bzip2           yes
-checksums           md5 734a01597e5e6da05546b38adb27ae88 \
-                    sha1 03f869ae97ee7e5f3eccc81b467c92469690c98d \
-                    rmd160 591473a7e95cecd09f773f414bbeea6424966397
+checksums           rmd160  051a99be6d2b8bd4034bd09fd2a07d6d362a7064 \
+                    sha256  f837aa45421236732580e6fa73b79f539b9e778bebe22dbd3ca43b2c6a550e9e
+
+worksrcdir          ${name}-[lindex [split ${version} -] 0]
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYING \
+        ${name}.html \
+        ${destroot}${docdir}
+}
+
+livecheck.type      regex
+livecheck.url       ${homepage}files.html
+livecheck.regex     ${name}-(\[0-9.r-\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/8251781e/attachment.html>


More information about the macports-changes mailing list