[31073] trunk/dports/math/bcv/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 15 06:02:28 PST 2007


Revision: 31073
          http://trac.macosforge.org/projects/macports/changeset/31073
Author:   mww at macports.org
Date:     2007-11-15 06:02:26 -0800 (Thu, 15 Nov 2007)

Log Message:
-----------
fix master_sites (was on opendarwin.org), fix file mode, inc. revision, add sha1 checksum

Modified Paths:
--------------
    trunk/dports/math/bcv/Portfile

Modified: trunk/dports/math/bcv/Portfile
===================================================================
--- trunk/dports/math/bcv/Portfile	2007-11-15 13:59:51 UTC (rev 31072)
+++ trunk/dports/math/bcv/Portfile	2007-11-15 14:02:26 UTC (rev 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/
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071115/3d7aab0d/attachment.html


More information about the macports-changes mailing list