[44292] trunk/dports/x11/fox/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Dec 24 17:37:47 PST 2008


Revision: 44292
          http://trac.macports.org/changeset/44292
Author:   ryandesign at macports.org
Date:     2008-12-24 17:37:47 -0800 (Wed, 24 Dec 2008)
Log Message:
-----------
fox: update to 1.6.34, add missing dependencies on freetype and pkgconfig, update maintainer email address; see #17741

Modified Paths:
--------------
    trunk/dports/x11/fox/Portfile

Modified: trunk/dports/x11/fox/Portfile
===================================================================
--- trunk/dports/x11/fox/Portfile	2008-12-25 01:35:06 UTC (rev 44291)
+++ trunk/dports/x11/fox/Portfile	2008-12-25 01:37:47 UTC (rev 44292)
@@ -3,26 +3,31 @@
 PortSystem          1.0
 
 name                fox
-version             1.6.32
+version             1.6.34
 description         The FOX GUI toolkit
 long_description    FOX is a C++ based Toolkit for developing Graphical \
                     User Interfaces easily and effectively.
-maintainers         lyle.johnson at gmail.com
+maintainers         lyle at lylejohnson.name
 categories          x11
 platforms           darwin
 distname            fox-${version}
 homepage            http://www.fox-toolkit.org/
 master_sites        http://www.fox-toolkit.org/ftp/
-checksums           md5 66f0a1d316d15d8eee78a8774e9dd8a7 \
-                    sha1 008acc27ed95d9b3631e63a5b67def4803c2dc4f \
-                    rmd160 0444c18aa89bf4d083cfba27d05d8a51d575a577
+checksums           md5 920124025d6495bbd008be635ff759ad \
+                    sha1 8c504c3339d69f5dd8ff983fa76ffb1cc03d2ceb \
+                    rmd160 d883a80e6a986d67bd56cf87f789e218c6b8f370
+
+depends_build \
+	port:pkgconfig
+
 depends_lib \
 	port:tiff \
 	port:libpng \
 	port:jpeg \
 	lib:libXcursor.1:xorg-libXcursor \
 	lib:libXft.2:Xft2 \
-	lib:libXrandr.2:xorg-libXrandr
+	lib:libXrandr.2:xorg-libXrandr \
+	port:freetype
 
 configure.cppflags-append	"-I${x11prefix}/include"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081224/53d265fe/attachment.html>


More information about the macports-changes mailing list