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. --- archivers/epkg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/epkg/Makefile b/archivers/epkg/Makefile index fe3764e305b6..d91fc4cea5d8 100644 --- a/archivers/epkg/Makefile +++ b/archivers/epkg/Makefile @@ -7,7 +7,7 @@ PORTNAME= epkg PORTVERSION= 2.3.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= ftp://ftp.feep.net/pub/encap/epkg/ @@ -15,7 +15,7 @@ MAINTAINER= pirzyk@freebsd.org COMMENT= Encap Package Manager BUILD_DEPENDS= ${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget -LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ expat.6:${PORTSDIR}/textproc/expat2 HAS_CONFIGURE= YES -- cgit