diff options
author | roam <roam@FreeBSD.org> | 2010-04-03 18:44:36 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2010-04-03 18:44:36 +0800 |
commit | 190df53765225dba0d1baed51432c6f9f3ce7267 (patch) | |
tree | f7f2c2194f86d21009a4ef30fe99c5ad94f72aa4 /sysutils | |
parent | 792d20cadf74bec8b52bafca4843631d8bca87ac (diff) | |
download | freebsd-ports-gnome-190df53765225dba0d1baed51432c6f9f3ce7267.tar.gz freebsd-ports-gnome-190df53765225dba0d1baed51432c6f9f3ce7267.tar.zst freebsd-ports-gnome-190df53765225dba0d1baed51432c6f9f3ce7267.zip |
Chase the ftp/curl shlib version bump.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/afflib/Makefile | 1 | ||||
-rw-r--r-- | sysutils/apt/Makefile | 4 | ||||
-rw-r--r-- | sysutils/conky/Makefile | 8 | ||||
-rw-r--r-- | sysutils/fusefs-curlftpfs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fusefs-s3fs/Makefile | 1 | ||||
-rw-r--r-- | sysutils/heartbeat/Makefile | 3 | ||||
-rw-r--r-- | sysutils/powerman/Makefile | 3 |
7 files changed, 14 insertions, 10 deletions
diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile index ec132348ccf8..37a650ede85e 100644 --- a/sysutils/afflib/Makefile +++ b/sysutils/afflib/Makefile @@ -8,6 +8,7 @@ PORTNAME= afflib PORTVERSION= 3.3.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.afflib.org/downloads/ diff --git a/sysutils/apt/Makefile b/sysutils/apt/Makefile index 961f4ca84baa..5096ebc62903 100644 --- a/sysutils/apt/Makefile +++ b/sysutils/apt/Makefile @@ -6,7 +6,7 @@ PORTNAME= apt PORTVERSION= 0.6.46.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= apt_0.6.46.4-0.1 @@ -19,7 +19,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ RUN_DEPENDS= ${BUILD_DEPENDS} \ dpkg:${PORTSDIR}/archivers/dpkg \ gpg:${PORTSDIR}/security/gnupg1 -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 9af714806134..d723dc114a75 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -7,7 +7,7 @@ PORTNAME= conky PORTVERSION= 1.7.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= SF @@ -127,19 +127,19 @@ CONFIGURE_ARGS+= --disable-mpd .endif .if defined(WITH_RSS) -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl \ xml2.5:${PORTSDIR}/textproc/libxml2 CONFIGURE_ARGS+= --enable-rss USE_GNOME+= glib20 .endif .if defined(WITH_METAR) -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --enable-weather-metar .endif .if defined(WITH_XOAP) -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl \ +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl \ xml2.5:${PORTSDIR}/textproc/libxml2 CONFIGURE_ARGS+= --enable-weather-xoap .endif diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 43c2a9d14922..36126b14c564 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -7,7 +7,7 @@ PORTNAME= curlftpfs PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMEPREFIX= fusefs- @@ -16,7 +16,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Mount remote ftp directories LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ - curl.5:${PORTSDIR}/ftp/curl + curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod GNU_CONFIGURE= yes diff --git a/sysutils/fusefs-s3fs/Makefile b/sysutils/fusefs-s3fs/Makefile index ca2ca271cab4..1ddd971f2794 100644 --- a/sysutils/fusefs-s3fs/Makefile +++ b/sysutils/fusefs-s3fs/Makefile @@ -7,6 +7,7 @@ PORTNAME= s3fs DISTVERSION= r177 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= fusefs- diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 4063c113b899..2df98bd4d69c 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -7,7 +7,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils #MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2 MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -104,6 +104,7 @@ PLIST_SUB+= APCSNMP="@comment " .if defined(WITH_DRAC3) || exists (${PREFIX}/lib/libcurl.so) USE_CURL= yes +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl PLIST_SUB+= DRAC3="" .else PLIST_SUB+= DRAC3="@comment " diff --git a/sysutils/powerman/Makefile b/sysutils/powerman/Makefile index dc16073bed7f..1d11a367f6c3 100644 --- a/sysutils/powerman/Makefile +++ b/sysutils/powerman/Makefile @@ -6,13 +6,14 @@ PORTNAME= powerman PORTVERSION= 2.3.5 +PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= PowerMan is a tool for doing remote power control -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_PERL5_BUILD= yes USE_BZIP2= yes |