[55203] trunk/dports/devel/libowfat/Portfile
snc at macports.org
snc at macports.org
Fri Aug 7 05:50:59 PDT 2009
Revision: 55203
http://trac.macports.org/changeset/55203
Author: snc at macports.org
Date: 2009-08-07 05:50:59 -0700 (Fri, 07 Aug 2009)
Log Message:
-----------
updated version, fix #18251. ticket #20593
Modified Paths:
--------------
trunk/dports/devel/libowfat/Portfile
Modified: trunk/dports/devel/libowfat/Portfile
===================================================================
--- trunk/dports/devel/libowfat/Portfile 2009-08-07 12:46:36 UTC (rev 55202)
+++ trunk/dports/devel/libowfat/Portfile 2009-08-07 12:50:59 UTC (rev 55203)
@@ -3,7 +3,7 @@
PortSystem 1.0
name libowfat
-version 0.27
+version 0.28
categories devel
platforms darwin
maintainers yoobay.net:daniel
@@ -11,14 +11,23 @@
long_description reimplementation of the libdjb under GPL
homepage http://www.fefe.de/libowfat/
master_sites http://dl.fefe.de/
-checksums md5 10d007d8f610edfebe890a66884a336e \
- sha1 5a61ddb0e6c425932e9b87be10d308d21616e802 \
- rmd160 7192b155c9c83fc1dc9f4057220a4da43e464a50
+checksums md5 6bbee9a86506419657d87123b7a6f2c1 \
+ sha1 6bbe997ae1bbe94b784ab50a3d44b63a2e08d857 \
+ rmd160 3e8826e10a3f46520bdfa9602edb2741728aa370
use_bzip2 yes
patchfiles patch-GNUmakefile
use_configure no
build.args prefix=${prefix}
destroot.destdir prefix=${destroot}${prefix}
+post-destroot {
+ # Avoid name clashes with other ports
+ foreach f [glob ${destroot}${prefix}/share/man/man3/*] {
+ move ${f} "[file dirname ${f}]/libowfat-[file tail ${f}]"
+ }
+}
+
platform darwin 8 { build.args-append CC=/usr/bin/gcc-4.0 }
+livecheck.check regex
+livecheck.regex "${name}-(\\d+\\.(?:.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090807/860ff003/attachment.html>
More information about the macports-changes
mailing list