From 64e068d25c1370f67d2f0d779ac1719f9bc5d137 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Wed, 13 Dec 2006 12:41:35 +0000 Subject: 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 --- sysutils/fusefs-curlftpfs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils/fusefs-curlftpfs') diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index c09640ec87f0..7cfa525ac727 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -7,6 +7,7 @@ PORTNAME= curlftpfs PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMEPREFIX= fusefs- @@ -15,7 +16,7 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Mount remote ftp directories LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ - curl.3:${PORTSDIR}/ftp/curl + curl.4:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod GNU_CONFIGURE= yes -- cgit v1.2.3