diff options
author | gahr <gahr@FreeBSD.org> | 2012-11-27 19:08:55 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-11-27 19:08:55 +0800 |
commit | 6c764889523da692175bdea3912fba74471873b3 (patch) | |
tree | 73f40d94e5d526c8aeb103e4ec912a2a4e8338ff /x11-toolkits/fox16 | |
parent | 4480258fdf1b6008a0d1d991912118721df4fd18 (diff) | |
download | freebsd-ports-gnome-6c764889523da692175bdea3912fba74471873b3.tar.gz freebsd-ports-gnome-6c764889523da692175bdea3912fba74471873b3.tar.zst freebsd-ports-gnome-6c764889523da692175bdea3912fba74471873b3.zip |
- Update to 1.6.47
* Prototype of wndproc() was not correct for 64-bit Windows.
- Remove shlib versions from LIB_DEPENDS
Feature safe: yes
Diffstat (limited to 'x11-toolkits/fox16')
-rw-r--r-- | x11-toolkits/fox16/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/fox16/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index 1190c9826817..73ff0e2f7838 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -3,22 +3,21 @@ PORTNAME= fox PORTVERSION= ${MAJORVER}.${SHVER} -PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fox-toolkit.org/pub/ MAINTAINER= gahr@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.6 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - Xft.2:${PORTSDIR}/x11-fonts/libXft + tiff:${PORTSDIR}/graphics/tiff \ + Xft:${PORTSDIR}/x11-fonts/libXft LATEST_LINK= fox16 MAJORVER= 1.6 -SHVER= 46 +SHVER= 47 PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack gnomehack @@ -58,7 +57,7 @@ CONFIGURE_ARGS+= --with-xshm=no .endif # .if ${PORT_OPTIONS:MCUPS} -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client +LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client .endif # .if ${PORT_OPTIONS:MDEBUG} diff --git a/x11-toolkits/fox16/distinfo b/x11-toolkits/fox16/distinfo index 5438e979b7d0..a89f232527ae 100644 --- a/x11-toolkits/fox16/distinfo +++ b/x11-toolkits/fox16/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.6.46.tar.gz) = 4ba84261be19c938ff3fc8fda5a4ceac6469e87205d90869fd5d92124b8ebbe0 -SIZE (fox-1.6.46.tar.gz) = 4372703 +SHA256 (fox-1.6.47.tar.gz) = 1ac5822af4d8ff4308c564a701f916cd5816a67f5c3796c4e496287734ed3fc1 +SIZE (fox-1.6.47.tar.gz) = 4372616 |