svn commit: r307833 - head/x11-toolkits/fox16
Pietro Cerutti
gahr at FreeBSD.org
Tue Nov 27 11:08:56 UTC 2012
Author: gahr
Date: Tue Nov 27 11:08:55 2012
New Revision: 307833
URL: http://svnweb.freebsd.org/changeset/ports/307833
Log:
- Update to 1.6.47
* Prototype of wndproc() was not correct for 64-bit Windows.
- Remove shlib versions from LIB_DEPENDS
Feature safe: yes
Modified:
head/x11-toolkits/fox16/Makefile
head/x11-toolkits/fox16/distinfo (contents, props changed)
Modified: head/x11-toolkits/fox16/Makefile
==============================================================================
--- head/x11-toolkits/fox16/Makefile Tue Nov 27 10:25:32 2012 (r307832)
+++ head/x11-toolkits/fox16/Makefile Tue Nov 27 11:08:55 2012 (r307833)
@@ -3,22 +3,21 @@
PORTNAME= fox
PORTVERSION= ${MAJORVER}.${SHVER}
-PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.fox-toolkit.org/pub/
MAINTAINER= gahr at 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}
Modified: head/x11-toolkits/fox16/distinfo
==============================================================================
--- head/x11-toolkits/fox16/distinfo Tue Nov 27 10:25:32 2012 (r307832)
+++ head/x11-toolkits/fox16/distinfo Tue Nov 27 11:08:55 2012 (r307833)
@@ -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
More information about the svn-ports-all
mailing list