Ticket #17741: Portfile.diff.txt

File Portfile.diff.txt, 1.3 KB (added by lyle@…, 16 years ago)

Updated diff against current fox Portfile

Line 
1--- Portfile.orig       2008-12-24 16:41:54.000000000 -0600
2+++ Portfile    2008-12-24 17:40:58.000000000 -0600
3@@ -3,26 +3,28 @@
4 PortSystem          1.0
5 
6 name                fox
7-version             1.6.32
8+version             1.6.34
9 description         The FOX GUI toolkit
10 long_description    FOX is a C++ based Toolkit for developing Graphical \
11                     User Interfaces easily and effectively.
12-maintainers         lyle.johnson@gmail.com
13+maintainers         lyle@lylejohnson.name
14 categories          x11
15 platforms           darwin
16 distname            fox-${version}
17 homepage            http://www.fox-toolkit.org/
18 master_sites        http://www.fox-toolkit.org/ftp/
19-checksums           md5 66f0a1d316d15d8eee78a8774e9dd8a7 \
20-                    sha1 008acc27ed95d9b3631e63a5b67def4803c2dc4f \
21-                    rmd160 0444c18aa89bf4d083cfba27d05d8a51d575a577
22+checksums           md5 920124025d6495bbd008be635ff759ad \
23+                    sha1 8c504c3339d69f5dd8ff983fa76ffb1cc03d2ceb \
24+                    rmd160 d883a80e6a986d67bd56cf87f789e218c6b8f370
25 depends_lib \
26        port:tiff \
27        port:libpng \
28        port:jpeg \
29        lib:libXcursor.1:xorg-libXcursor \
30        lib:libXft.2:Xft2 \
31-       lib:libXrandr.2:xorg-libXrandr
32+       lib:libXrandr.2:xorg-libXrandr \
33+       port:pkgconfig \
34+       port:freetype
35 
36 configure.cppflags-append      "-I${x11prefix}/include"
37