most recent changes, diff for bcv
Index: math/bcv/Portfile
--- math/bcv/Portfile (revision 31072)
+++ math/bcv/Portfile (revision 31073)
@@ -4,6 +4,7 @@
name bcv
version 2.2
+revision 1
categories math
platforms darwin
maintainers nomaintainer
@@ -12,12 +13,13 @@
ascii on the command line.
homepage http://gbarbier.free.fr/prj/dev/#bcv
-master_sites http://www.opendarwin.org/~mww/files/
-checksums md5 224b7c1a0dc4ac1fa8ce50e0bd99c5c2
+master_sites macports
+checksums md5 224b7c1a0dc4ac1fa8ce50e0bd99c5c2 \
+ sha1 4ce158bdc338d8d7dbfc81a3c011cf24bcc5f016
use_configure no
destroot {
- xinstall -m 755 -s ${worksrcpath}/bcv ${destroot}${prefix}/bin
- xinstall -m 644 ${worksrcpath}/bcv.1 ${destroot}${prefix}/share/man/man1
+ xinstall -m 0555 -s ${worksrcpath}/bcv ${destroot}${prefix}/bin/
+ xinstall -m 0444 ${worksrcpath}/bcv.1 ${destroot}${prefix}/share/man/man1/
}