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/wmget/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftp/wmget') 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 -- cgit