diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-12-13 12:41:35 +0000 |
commit | 64e068d25c1370f67d2f0d779ac1719f9bc5d137 (patch) | |
tree | e8e79d2b112a29862848aa733e4b3f9387c78d2e /misc | |
parent | - wv2 -- Integer Overflow Vulnerability (diff) |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bidwatcher/Makefile | 4 | ||||
-rw-r--r-- | misc/esniper/Makefile | 3 | ||||
-rw-r--r-- | misc/gkrellm-helium/Makefile | 4 | ||||
-rw-r--r-- | misc/sword/Makefile | 2 | ||||
-rw-r--r-- | misc/sword15/Makefile | 2 | ||||
-rw-r--r-- | misc/wmweather/Makefile | 3 |
6 files changed, 10 insertions, 8 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 0de620b7ef3f..c2210cea95d5 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -8,7 +8,7 @@ PORTNAME= bidwatcher PORTVERSION= 1.3.17 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= obrien@FreeBSD.org COMMENT= Bid monitor for eBay -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl PLIST_FILES= bin/bidwatcher USE_GCC= 3.2+ diff --git a/misc/esniper/Makefile b/misc/esniper/Makefile index 35565c3ceb97..833cdb544921 100644 --- a/misc/esniper/Makefile +++ b/misc/esniper/Makefile @@ -6,6 +6,7 @@ PORTNAME= esniper DISTVERSION= 2-15-0 +PORTREVISION= 1 CATEGORIES= misc net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= lewiz@compsoc.man.ac.uk COMMENT= Lightweight tool for sniping ebay auctions -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/misc/gkrellm-helium/Makefile b/misc/gkrellm-helium/Makefile index 74ef8c9c3454..e5fc0f5556a9 100644 --- a/misc/gkrellm-helium/Makefile +++ b/misc/gkrellm-helium/Makefile @@ -7,7 +7,7 @@ PORTNAME= gkrellm-helium PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/ EXTRACT_SUFX= .tgz @@ -16,7 +16,7 @@ MAINTAINER= pav@FreeBSD.org COMMENT= GKrellM plugin reading data from helium thermometer at Strahov, Prague BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 PLIST_FILES= libexec/gkrellm2/plugins/helium.so diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 611fc9a3850a..b84a69ff6144 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -7,7 +7,7 @@ PORTNAME= sword PORTVERSION= 1.5.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ http://www.goodking.ca/pub/files/ diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 611fc9a3850a..b84a69ff6144 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/Makefile @@ -7,7 +7,7 @@ PORTNAME= sword PORTVERSION= 1.5.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ http://www.goodking.ca/pub/files/ diff --git a/misc/wmweather/Makefile b/misc/wmweather/Makefile index 0dd515758b2e..80df7eb39831 100644 --- a/misc/wmweather/Makefile +++ b/misc/wmweather/Makefile @@ -6,13 +6,14 @@ PORTNAME= wmweather PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= misc windowmaker MASTER_SITES= http://www.godisch.de/debian/wmweather/ MAINTAINER= kris@FreeBSD.org COMMENT= A WMaker dockapp which displays meteorological data for your city -LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl BUILD_DEPENDS= xmessage:${X_CLIENTS_PORT} RUN_DEPENDS= xmessage:${X_CLIENTS_PORT} |