diff options
author | gerald <gerald@FreeBSD.org> | 2014-03-05 05:06:03 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-03-05 05:06:03 +0800 |
commit | e859422996775f4b81fb1215d8809976bc45843a (patch) | |
tree | c9464a89b15d700ea96fd1eb9f357c0e441a291d /net-mgmt | |
parent | 9b0642e481bba56d5f82384fe2bc42385bbe22ee (diff) | |
download | freebsd-ports-gnome-e859422996775f4b81fb1215d8809976bc45843a.tar.gz freebsd-ports-gnome-e859422996775f4b81fb1215d8809976bc45843a.tar.zst freebsd-ports-gnome-e859422996775f4b81fb1215d8809976bc45843a.zip |
Chase libdbi update.
Convert postfix-gps and refdb to new LIB_DEPENDS format.
Reported by: Jimmy Olgeni <olgeni@olgeni.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icinga/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/icli/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/pnp/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
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 |