diff options
author | lme <lme@FreeBSD.org> | 2016-08-25 21:16:58 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2016-08-25 21:16:58 +0800 |
commit | 209f3f4296a1886249c9991fb53b97495d40f2f3 (patch) | |
tree | f1fd137403b549d76f8f40d649b9378255e90f93 /net-mgmt | |
parent | f81c71eb846b63e55553a5a90b8927550f93fff0 (diff) | |
download | freebsd-ports-gnome-209f3f4296a1886249c9991fb53b97495d40f2f3.tar.gz freebsd-ports-gnome-209f3f4296a1886249c9991fb53b97495d40f2f3.tar.zst freebsd-ports-gnome-209f3f4296a1886249c9991fb53b97495d40f2f3.zip |
net-mgmt/icinga2:
- Update to Bugfix release 2.5.3
- Remove USES=ssl to workaround a missing symbol error on startup [1]
Noticed by: many [1]
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icinga2/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/icinga2/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index 4afae26e80fe..d2b2e76f75c0 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -2,7 +2,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v -DISTVERSION= 2.5.1 +DISTVERSION= 2.5.3 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org @@ -20,7 +20,7 @@ BROKEN_powerpc64= Does not build USE_GITHUB= yes GH_ACCOUNT= icinga -USES= alias bison cmake execinfo libedit ssl +USES= alias bison cmake execinfo libedit USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} diff --git a/net-mgmt/icinga2/distinfo b/net-mgmt/icinga2/distinfo index 4afb0ee42b28..fb405ee1d173 100644 --- a/net-mgmt/icinga2/distinfo +++ b/net-mgmt/icinga2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471959487 -SHA256 (icinga-icinga2-v2.5.1_GH0.tar.gz) = 6bf606136e5d0304bb422b520f0483a37c514fa09805f6f1abea8ab99b4d121d -SIZE (icinga-icinga2-v2.5.1_GH0.tar.gz) = 2493564 +TIMESTAMP = 1472124266 +SHA256 (icinga-icinga2-v2.5.3_GH0.tar.gz) = 3d3b783766b31bacb161fd87218c25562125a94a890ec53c3fb554633ecc7748 +SIZE (icinga-icinga2-v2.5.3_GH0.tar.gz) = 2493793 |