diff options
author | lme <lme@FreeBSD.org> | 2012-11-30 02:49:27 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2012-11-30 02:49:27 +0800 |
commit | 1df89eda9be7d3f3d57fbe45dd66148a36cc1f68 (patch) | |
tree | 7b6e170e167f0cc1a66f8dd235bc081c5e5d8c22 /net-mgmt | |
parent | 9fdac65a94c84fd1281ce6f886cc23b582bf501d (diff) | |
download | freebsd-ports-gnome-1df89eda9be7d3f3d57fbe45dd66148a36cc1f68.tar.gz freebsd-ports-gnome-1df89eda9be7d3f3d57fbe45dd66148a36cc1f68.tar.zst freebsd-ports-gnome-1df89eda9be7d3f3d57fbe45dd66148a36cc1f68.zip |
- Update to 1.8.2
- Remove OPTIONS for database dependencies as they're already handled by
databases/libdbi-drivers and configure parameter "--enable-pgsql"
doesn't do anything [1]
Changelog: https://www.icinga.org/2012/11/28/icinga-1-8-2-core-classic-ui-idoutils-bugfix-release/
Suggested by: zeising [1]
Feature safe: yes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icinga/Makefile | 13 | ||||
-rw-r--r-- | net-mgmt/icinga/distinfo | 4 |
2 files changed, 4 insertions, 13 deletions
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile index e69b4e3f311d..9a562c28c887 100644 --- a/net-mgmt/icinga/Makefile +++ b/net-mgmt/icinga/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icinga -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -81,7 +81,7 @@ SUB_FILES= pkg-install \ SUB_LIST= PREFIX=${PREFIX} \ ${PLIST_SUB} -OPTIONS_DEFINE= EMBEDDED_PERL NANOSLEEP UNHANDLED_HACK IDOUTILS PGSQL MYSQL APACHE +OPTIONS_DEFINE= EMBEDDED_PERL NANOSLEEP UNHANDLED_HACK IDOUTILS APACHE OPTIONS_DEFAULT= EMBEDDED_PERL IDOUTILS EMBEDDED_PERL_DESC= Enable embedded Perl @@ -118,15 +118,6 @@ PLIST_SUB+= IDOUTILS="" PLIST_SUB+= IDOUTILS="@comment " .endif -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes -CONFIGURE_ARGS+= --enable-pgsql -.endif - .if ${PORT_OPTIONS:MAPACHE} USE_APACHE_RUN= 22+ CONFIGURE_ARGS+= --with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra diff --git a/net-mgmt/icinga/distinfo b/net-mgmt/icinga/distinfo index 8e284c89d395..325577aef7ae 100644 --- a/net-mgmt/icinga/distinfo +++ b/net-mgmt/icinga/distinfo @@ -1,2 +1,2 @@ -SHA256 (icinga-1.8.1.tar.gz) = 3d02d80bdefc2518ab8517be6930a518b77747e0243fa594731fb1f95dbab916 -SIZE (icinga-1.8.1.tar.gz) = 7543668 +SHA256 (icinga-1.8.2.tar.gz) = 39b69a8676895cf458fb71a2ebe75806ea6014bff6ac09871f330f293a6de0c9 +SIZE (icinga-1.8.2.tar.gz) = 7458441 |