Revision
119564
Author
hum@macports.org
Date
2014-04-30 07:41:48 -0700 (Wed, 30 Apr 2014)

Log Message

cedar: update to 2014-04-25.

Modified Paths

Diff

Modified: trunk/dports/textproc/cedar/Portfile (119563 => 119564)


--- trunk/dports/textproc/cedar/Portfile	2014-04-30 14:40:17 UTC (rev 119563)
+++ trunk/dports/textproc/cedar/Portfile	2014-04-30 14:41:48 UTC (rev 119564)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                cedar
-version             2014-01-29
+version             2014-04-25
 categories          textproc
 maintainers         hum openmaintainer
 
@@ -23,15 +23,15 @@
 license             {GPL-2 LGPL-2.1}
 
 master_sites        ${homepage}
-checksums           rmd160  07eb36bda450c47449e9fa56071b4bd1d38b8155 \
-                    sha256  5e845d9b2cc9da56e26a48e0efa94cdb9e398afbc59ca7d91a671dd76b29963e
+checksums           rmd160  4fd3274196a7366fdb7a9155392834f7dd6ad15b \
+                    sha256  1aea6dc8c54f9fdea0a2ec02008ce93211c2502dacfee69b4c8bc7dd8facddfb
 
 post-destroot {
     # install additional documents.
     set dest_doc ${destroot}${prefix}/share/doc/${name}
     file mkdir ${dest_doc}
     xinstall -m 644 -W ${worksrcpath} \
-        AUTHORS COPYING GPL LGPL README \
+        AUTHORS GPL LGPL \
         ${dest_doc}
 }