summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-08-22 19:13:46 +0000
committerade <ade@FreeBSD.org>2002-08-22 19:13:46 +0000
commitf023fd5b6b250a8bdfc37bd5e13409317ed74f28 (patch)
treec0988538bbc487214b31686fa1f5fde3fec62827 /sysutils
parent2b1c91666faa28abde2390dcc02e7049a34089db (diff)
downloadFreeBSD-ports-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.zip
FreeBSD-ports-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.gz
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cfengine/Makefile4
-rw-r--r--sysutils/cfengine3-legacy/Makefile4
-rw-r--r--sysutils/cfengine3/Makefile4
-rw-r--r--sysutils/fastresolve/Makefile3
4 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile
index b873c37..81c0443 100644
--- a/sysutils/cfengine/Makefile
+++ b/sysutils/cfengine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cfengine
PORTVERSION= 1.6.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
ftp://ftp.sunsite.utk.edu/pub/cfengine/cfengine-ftp/ \
@@ -20,7 +20,7 @@ MAINTAINER= gordon@FreeBSD.org
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif
-LIB_DEPENDS= db3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile
index b873c37..81c0443 100644
--- a/sysutils/cfengine3-legacy/Makefile
+++ b/sysutils/cfengine3-legacy/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cfengine
PORTVERSION= 1.6.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
ftp://ftp.sunsite.utk.edu/pub/cfengine/cfengine-ftp/ \
@@ -20,7 +20,7 @@ MAINTAINER= gordon@FreeBSD.org
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif
-LIB_DEPENDS= db3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile
index b873c37..81c0443 100644
--- a/sysutils/cfengine3/Makefile
+++ b/sysutils/cfengine3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cfengine
PORTVERSION= 1.6.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
ftp://ftp.sunsite.utk.edu/pub/cfengine/cfengine-ftp/ \
@@ -20,7 +20,7 @@ MAINTAINER= gordon@FreeBSD.org
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
.endif
-LIB_DEPENDS= db3:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h)
LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
.endif
diff --git a/sysutils/fastresolve/Makefile b/sysutils/fastresolve/Makefile
index 6831d16..b148818 100644
--- a/sysutils/fastresolve/Makefile
+++ b/sysutils/fastresolve/Makefile
@@ -7,12 +7,13 @@
PORTNAME= fastresolve
PORTVERSION= 2.8
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.pix.net/staff/djm/sw/dist/
MAINTAINER= verm@drunkmonk.net
-LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 \
+LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \
adns.1:${PORTSDIR}/net/adns
USE_BZIP2= yes
OpenPOWER on IntegriCloud