diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-01-23 15:43:14 +0000 |
commit | c189a6b2da9cbee7ff927b553a75d1280f12253e (patch) | |
tree | eab313d2cb66a1c1bedfa134756b2754c49555fd /ftp | |
parent | At long last, update the curl port to its almost-current version, 7.19.2. (diff) |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Notes
Notes:
svn path=/head/; revision=226721
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlpp/Makefile | 3 | ||||
-rw-r--r-- | ftp/fpc-libcurl/Makefile | 2 | ||||
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 3 | ||||
-rw-r--r-- | ftp/php4-curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/php5-curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/py-curl/Makefile | 3 | ||||
-rw-r--r-- | ftp/rexx-curl/Makefile | 4 | ||||
-rw-r--r-- | ftp/urlgfe/Makefile | 4 | ||||
-rw-r--r-- | ftp/wmget/Makefile | 4 |
9 files changed, 15 insertions, 10 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 201cdf76a0f1..8cece742f06f 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -8,13 +8,14 @@ PORTNAME= curlpp PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://rrette.com/files/curlpp/curlpp-${PORTVERSION:R}/ MAINTAINER= roam@FreeBSD.org COMMENT= A C++ wrapper for libcurl -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/ftp/fpc-libcurl/Makefile b/ftp/fpc-libcurl/Makefile index b2a2d8841086..fa9fc66970ff 100644 --- a/ftp/fpc-libcurl/Makefile +++ b/ftp/fpc-libcurl/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ftp lang PKGNAMESUFFIX= -libcurl diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index ef4a3c5fffaa..c4b0c14e0aea 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -5,6 +5,7 @@ PORTNAME= ocurl PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF PKGNAMEPREFIX= ocaml- @@ -17,7 +18,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl WRKSRC= ${WRKDIR}/ocurl USE_GMAKE= yes diff --git a/ftp/php4-curl/Makefile b/ftp/php4-curl/Makefile index d41004f301e6..f98eb64a87e7 100644 --- a/ftp/php4-curl/Makefile +++ b/ftp/php4-curl/Makefile @@ -10,5 +10,6 @@ CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php4 PKGNAMESUFFIX= -curl +PORTREVISION= 1 .include "${MASTERDIR}/Makefile" diff --git a/ftp/php5-curl/Makefile b/ftp/php5-curl/Makefile index d9da384a99f0..b27f2bdbd764 100644 --- a/ftp/php5-curl/Makefile +++ b/ftp/php5-curl/Makefile @@ -10,5 +10,6 @@ CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php5 PKGNAMESUFFIX= -curl +PORTREVISION= 1 .include "${MASTERDIR}/Makefile" diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile index ed4c439afb59..58ca91055cc2 100644 --- a/ftp/py-curl/Makefile +++ b/ftp/py-curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.16.4 +PORTREVISION= 1 CATEGORIES= ftp python MASTER_SITES= http://pycurl.sourceforge.net/download/ \ http://pycurl.sourceforge.net/download/00-OLD-VERSIONS/ @@ -16,7 +17,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to libcurl -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/ftp/rexx-curl/Makefile b/ftp/rexx-curl/Makefile index 1271f6efadab..23af800e8da6 100644 --- a/ftp/rexx-curl/Makefile +++ b/ftp/rexx-curl/Makefile @@ -8,7 +8,7 @@ PORTNAME= curl PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rexx${PORTNAME} @@ -19,7 +19,7 @@ MAINTAINER= beech@FreeBSD.org COMMENT= External function package providing an interface to the cURL package BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina USE_GMAKE= yes diff --git a/ftp/urlgfe/Makefile b/ftp/urlgfe/Makefile index 6b15fe7f6bfc..3a2b1c6ba694 100644 --- a/ftp/urlgfe/Makefile +++ b/ftp/urlgfe/Makefile @@ -7,7 +7,7 @@ PORTNAME= urlgfe PORTVERSION= 0.7.1 -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES= ftp www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= urlget @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= urlget MAINTAINER= chip-set@mail.ru COMMENT= A download manager -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl USE_GNOME= gtk20 lthack WANT_GNOME= yes diff --git a/ftp/wmget/Makefile b/ftp/wmget/Makefile index 5c3f6e01b08a..b5bd19200a49 100644 --- a/ftp/wmget/Makefile +++ b/ftp/wmget/Makefile @@ -6,7 +6,7 @@ PORTNAME= wmget PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://amtrickey.net/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= uspoerlein@gmail.com COMMENT= Dock app for Window Maker providing wget functionality -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl USE_XORG= x11 xpm USE_GMAKE= yes |