[76797] trunk/dports/graphics/libcaca/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Tue Mar 8 19:17:11 PST 2011


Revision: 76797
          http://trac.macports.org/changeset/76797
Author:   rmstonecipher at macports.org
Date:     2011-03-08 19:17:11 -0800 (Tue, 08 Mar 2011)
Log Message:
-----------
graphics/libcaca added library dependency to handle more image formats (fixes #28396), fixed semi-broken livecheck

Modified Paths:
--------------
    trunk/dports/graphics/libcaca/Portfile

Modified: trunk/dports/graphics/libcaca/Portfile
===================================================================
--- trunk/dports/graphics/libcaca/Portfile	2011-03-09 01:12:39 UTC (rev 76796)
+++ trunk/dports/graphics/libcaca/Portfile	2011-03-09 03:17:11 UTC (rev 76797)
@@ -5,7 +5,7 @@
 
 name             libcaca
 version          0.99.beta17
-revision         1
+revision         2
 categories       graphics
 maintainers      phw openmaintainer
 description      Colour AsCii Art library
@@ -15,7 +15,8 @@
     or text terminals. It is not unlike the famous AAlib library.
 homepage         http://libcaca.zoy.org/wiki/libcaca
 platforms        darwin
-depends_lib      port:ncurses
+depends_lib      port:ncurses \
+                 port:imlib2
 master_sites     http://caca.zoy.org/files/libcaca/
 #master_sites     http://libcaca.zoy.org/raw-attachment/wiki/libcaca/
 checksums           md5     790d6e26b7950e15909fdbeb23a7ea87 \
@@ -26,10 +27,8 @@
 configure.args   --mandir=${prefix}/share/man \
                  --disable-win32 --disable-conio --disable-slang \
                  --disable-imlib2 --disable-doc \
-                 --disable-x11 --enable-ncurses
+                 --disable-x11 --enable-ncurses --enable-imlib2
 
-# add Imlib2 support once Imlib2 is ported
-
 variant	x11 description {Add X11 driver support} {
 	depends_lib-append	port:xorg-libX11
 	configure.args-delete   --disable-x11
@@ -40,4 +39,4 @@
 
 livecheck.type  regex
 livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)\\.beta(?:\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110308/b40f6842/attachment.html>


More information about the macports-changes mailing list