aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2011-09-12 13:46:58 +0000
commit2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch)
tree2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /net
parentc6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff)
downloadports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.tar.gz
ports-2fc6a06a9bc3abfccb6b93249380619b3228bd4b.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/freeradius/Makefile4
-rw-r--r--net/freeradius2/Makefile4
-rw-r--r--net/freeswitch-core/Makefile2
-rw-r--r--net/ntop/Makefile3
4 files changed, 7 insertions, 6 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index 098755f220e4..272bc72834ca 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -7,7 +7,7 @@
PORTNAME= freeradius
PORTVERSION?= 1.1.8
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
@@ -24,7 +24,7 @@ PKGNAMESUFFIX= -mysql
MAINTAINER?= zi@FreeBSD.org
COMMENT?= A free RADIUS server implementation
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
CONFLICTS= gnu-radius-[0-9].* openradius-[0-9].* radiusd-cistron-[0-9].*
# If FREERADIUS_SLAVE_MYSQL is defined, we want to build the
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile
index efa268fa4cec..d49dd883da6c 100644
--- a/net/freeradius2/Makefile
+++ b/net/freeradius2/Makefile
@@ -9,7 +9,7 @@
PORTNAME= freeradius
DISTVERSION= 2.1.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
@@ -24,7 +24,7 @@ COMMENT= A free RADIUS server implementation
LICENSE= GPLv2
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
USE_GMAKE= yes
diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile
index bf24b3ee84e8..6afd8dcf1ee0 100644
--- a/net/freeswitch-core/Makefile
+++ b/net/freeswitch-core/Makefile
@@ -7,7 +7,7 @@
PORTNAME= freeswitch-core
PORTVERSION= 201044
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= ftp://ftp.secure-computing.net/pub/freeswitch/ \
ftp://ftp2.secure-computing.net/pub/freeswitch/ \
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index cd620dd53bb0..78298e68c87f 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ntop
PORTVERSION= 4.1.0
+PORTREVISION= 1
CATEGORIES= net
#MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable
@@ -15,7 +16,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Network monitoring tool with command line and web interfaces
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
+LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm \
event-1.4:${PORTSDIR}/devel/libevent
BUILD_DEPENDS= rrdtool>=1.2:${PORTSDIR}/databases/rrdtool \
dot:${PORTSDIR}/graphics/graphviz \