[45165] trunk/dports/devel/liboil/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Jan 9 10:58:21 PST 2009


Revision: 45165
          http://trac.macports.org/changeset/45165
Author:   mcalhoun at macports.org
Date:     2009-01-09 10:58:20 -0800 (Fri, 09 Jan 2009)
Log Message:
-----------
liboil: Update version 0.3.14 -> 0.3.15.
Add missing dependencies on pkgconfig and glib2.
Add doc variant.
Remove patchfiles (they were added in r27264 and r36083 with little explanation).
Fixes #17767 (maintainer timeout).

Modified Paths:
--------------
    trunk/dports/devel/liboil/Portfile

Modified: trunk/dports/devel/liboil/Portfile
===================================================================
--- trunk/dports/devel/liboil/Portfile	2009-01-09 14:52:36 UTC (rev 45164)
+++ trunk/dports/devel/liboil/Portfile	2009-01-09 18:58:20 UTC (rev 45165)
@@ -3,24 +3,28 @@
 PortSystem 1.0
 
 name		liboil
-version		0.3.14
+version		0.3.15
 description	A library of simple functions that are optimized for various CPUs.
 long_description	${description}
-maintainers	landonf at macports.org
+maintainers	landonf
 categories	devel
 platforms	darwin 
 homepage        http://liboil.freedesktop.org/
 master_sites    http://liboil.freedesktop.org/download/
-checksums	md5 7a9f719e50656b795c06c0167012a84f \
-		sha1 5de4eedf0f4673b6c44e462d4d1caeb34f2126b6 \
-		rmd160 91ce7a87c90e0092fd94c4d075e3fe09f6903a21
+checksums	md5 11dd39b1ca13ce2e0618d4df8303f137 \
+		sha1 8791e3399aae619b89a1d00f40ffcafc7d7f5d9b \
+		rmd160 ba6a4889dd8c16f62dee5c238e019b42066e6a9b
 
+depends_build	port:pkgconfig
+depends_lib	path:lib/pkgconfig/glib-2.0.pc:glib2
+
 universal_variant no
 
-configure.args	--mandir=${prefix}/share/man 
+variant doc description {Install documentation} {
+    depends_build-append   port:gtk-doc
+    configure.args-append  --enable-gtk-doc
+}
 
-patchfiles	\
-	configure.patch \
-	testsuite_stack_align.c.patch \
-	liboil_liboilcpu.c.patch \
-	patch-liboil-liboilcpu-powerpc.c.diff
+livecheck.check         regex
+livecheck.url           [lindex ${master_sites} 0]?C=M&O=D
+livecheck.regex         ${name}-(\\d(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090109/a6b9f579/attachment.html>


More information about the macports-changes mailing list