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/icinga/Makefile | |
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/icinga/Makefile')
-rw-r--r-- | net-mgmt/icinga/Makefile | 1 |
1 files changed, 1 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}/ |