Modified: trunk/dports/textproc/cedar/Portfile (121510 => 121511)
--- trunk/dports/textproc/cedar/Portfile 2014-06-28 01:34:22 UTC (rev 121510)
+++ trunk/dports/textproc/cedar/Portfile 2014-06-28 01:35:42 UTC (rev 121511)
@@ -4,7 +4,7 @@
PortSystem 1.0
name cedar
-version 2014-04-25
+version 2014-06-24
categories textproc
maintainers hum openmaintainer
@@ -20,18 +20,18 @@
homepage http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/cedar/
platforms darwin
-license {GPL-2 LGPL-2.1}
+license {GPL-2 LGPL-2.1 BSD}
master_sites ${homepage}
-checksums rmd160 4fd3274196a7366fdb7a9155392834f7dd6ad15b \
- sha256 1aea6dc8c54f9fdea0a2ec02008ce93211c2502dacfee69b4c8bc7dd8facddfb
+checksums rmd160 28b16f4ebf3e6d79a82896a36450b0191bae5c26 \
+ sha256 200a31b0a82ac0e6756a09959e8e380afd35d3d175c88fb54c966099995f933a
post-destroot {
# install additional documents.
set dest_doc ${destroot}${prefix}/share/doc/${name}
file mkdir ${dest_doc}
xinstall -m 644 -W ${worksrcpath} \
- AUTHORS GPL LGPL \
+ AUTHORS BSD GPL LGPL THANKS \
${dest_doc}
}