From ab3b71e13124eadfe21c7590ee12e8268471b999 Mon Sep 17 00:00:00 2001 From: roam Date: Fri, 23 Jan 2009 15:43:14 +0000 Subject: 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. --- ftp/py-curl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ftp/py-curl') diff --git a/ftp/py-curl/Makefile b/ftp/py-curl/Makefile index ed4c439..58ca910 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 -- cgit v1.1