[51292] trunk/dports/devel/bakefile/Portfile
toby at macports.org
toby at macports.org
Fri May 22 02:13:43 PDT 2009
Revision: 51292
http://trac.macports.org/changeset/51292
Author: toby at macports.org
Date: 2009-05-22 02:13:42 -0700 (Fri, 22 May 2009)
Log Message:
-----------
bakefile 0.2.6 (#19561)
Modified Paths:
--------------
trunk/dports/devel/bakefile/Portfile
Modified: trunk/dports/devel/bakefile/Portfile
===================================================================
--- trunk/dports/devel/bakefile/Portfile 2009-05-22 09:03:54 UTC (rev 51291)
+++ trunk/dports/devel/bakefile/Portfile 2009-05-22 09:13:42 UTC (rev 51292)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -2,3 +3,3 @@
name bakefile
-version 0.2.3
+version 0.2.6
categories devel
@@ -12,17 +13,19 @@
generates native makefile (autoconf's Makefile.in, Visual C++ project, \
bcc makefile etc.).
+homepage http://www.bakefile.org/
platforms darwin
-
-homepage http://www.bakefile.org/
master_sites ${homepage} \
- sourceforge
+ http://downloads.sourceforge.net/bakefile/
-checksums md5 720bd3aa988cdcaa3ff03df810f9277a
+checksums md5 ceb032792e11636d6c1be9d88f4f7e49 \
+ sha1 89332c16e63ce04b7baf79b175fa3706848fe587 \
+ rmd160 4952844d22a72f4008a3c88b502448341399330b
+
post-destroot {
- xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/doc/html ${destroot}${prefix}/share/doc/${name}
- fs-traverse docfile ${destroot}${prefix}/share/doc/${name} {
- file attributes ${docfile} -permissions go-w
- }
-}
+ xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+ file copy ${worksrcpath}/doc/html ${destroot}${prefix}/share/doc/${name}
+ fs-traverse docfile ${destroot}${prefix}/share/doc/${name} {
+ file attributes ${docfile} -permissions go-w
+ }
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090522/332f39ba/attachment-0001.html>
More information about the macports-changes
mailing list