aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/postfix-gps/Makefile4
-rw-r--r--net-mgmt/icinga/Makefile1
-rw-r--r--net-mgmt/icli/Makefile1
-rw-r--r--net-mgmt/pnp/Makefile1
-rw-r--r--textproc/refdb/Makefile8
5 files changed, 9 insertions, 6 deletions
diff --git a/mail/postfix-gps/Makefile b/mail/postfix-gps/Makefile
index f460fc132541..903adcbaa6b0 100644
--- a/mail/postfix-gps/Makefile
+++ b/mail/postfix-gps/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gps
PORTVERSION= 1.005
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail security
MASTER_SITES= SF/greylist/greylist/${PORTVERSION}-bugfix
PKGNAMEPREFIX= postfix-
@@ -12,7 +12,7 @@ DISTNAME= gps-${PORTVERSION}-bugfix
MAINTAINER= ports@FreeBSD.org
COMMENT= Greylist Policy Service for postfix
-LIB_DEPENDS= dbi:${PORTSDIR}/databases/libdbi
+LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi
RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers \
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile
index e0240cb141d7..55e269c56f83 100644
--- a/net-mgmt/icinga/Makefile
+++ b/net-mgmt/icinga/Makefile
@@ -3,6 +3,7 @@
PORTNAME= icinga
PORTVERSION= 1.10.3
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/Icinga/${PORTNAME}-core/releases/download/v${PORTVERSION}/
diff --git a/net-mgmt/icli/Makefile b/net-mgmt/icli/Makefile
index e3b47659c784..7f76ed21fecc 100644
--- a/net-mgmt/icli/Makefile
+++ b/net-mgmt/icli/Makefile
@@ -2,6 +2,7 @@
PORTNAME= icli
DISTVERSION= 0.46
+PORTREVISION= 1
CATEGORIES= net-mgmt perl5
MASTER_SITES= http://finalrewind.org/projects/icli/
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile
index ae4c87279d16..d30245ff60d1 100644
--- a/net-mgmt/pnp/Makefile
+++ b/net-mgmt/pnp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pnp
PORTVERSION= 0.6.18
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF
MASTER_SITE_SUBDIR=pnp4nagios/PNP-0.6
diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile
index b46f3314eea4..6ab8629d5cd1 100644
--- a/textproc/refdb/Makefile
+++ b/textproc/refdb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= refdb
PORTVERSION= 0.9.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-src-${PORTVERSION}-1
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
@@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= clsung@FreeBSD.org
COMMENT= Bibliographic reference database
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
- btparse.0:${PORTSDIR}/textproc/btparse \
- dbi.1:${PORTSDIR}/databases/libdbi
+LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
+ libbtparse.so:${PORTSDIR}/textproc/btparse \
+ libdbi.so:${PORTSDIR}/databases/libdbi
USES= gmake iconv perl5
HAS_CONFIGURE= yes