[113547] trunk/dports/textproc/cedar/Portfile

hum at macports.org hum at macports.org
Tue Nov 19 07:19:54 PST 2013


Revision: 113547
          https://trac.macports.org/changeset/113547
Author:   hum at macports.org
Date:     2013-11-19 07:19:53 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
cedar: update to 2013-11-14.

Modified Paths:
--------------
    trunk/dports/textproc/cedar/Portfile

Modified: trunk/dports/textproc/cedar/Portfile
===================================================================
--- trunk/dports/textproc/cedar/Portfile	2013-11-19 15:12:41 UTC (rev 113546)
+++ trunk/dports/textproc/cedar/Portfile	2013-11-19 15:19:53 UTC (rev 113547)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                cedar
-version             2013-10-04
+version             2013-11-14
 categories          textproc
 maintainers         hum openmaintainer
 
@@ -23,17 +23,17 @@
 license             {GPL-2 LGPL-2.1}
 
 master_sites        ${homepage}
-checksums           rmd160  128e0998ca6d079709d01f822e2f4afb45c5f642 \
-                    sha256  f3f14125009fe1be1b0c4ff4a8cd0e66acac96677abad59b18446aa9ea8b3a39
+checksums           rmd160  ba4ce5f0da390f1435a15e69275df395553130b1 \
+                    sha256  e45af1c1414f7c672289c5bc3b33cc73acf49cef060ba896e2de94bdef0acb06
 
 post-destroot {
     # install additional documents.
-    set doc_dir ${destroot}${prefix}/share/doc/${name}
-    file mkdir ${doc_dir}
+    set dest_doc ${destroot}${prefix}/share/doc/${name}
+    file mkdir ${dest_doc}
     xinstall -m 644 -W ${worksrcpath} \
         AUTHORS COPYING GPL LGPL README \
-        ${doc_dir}
+        ${dest_doc}
 }
 
 livecheck.type      regex
-livecheck.regex     ${name}-(\\d+-\\d+-\\d+)\\.
+livecheck.regex     ${name}-(\\d+-\\d+-\\d+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131119/0fa74a9d/attachment.html>


More information about the macports-changes mailing list