2727c9e902
- update icinga-web to 1.8.1 - now, as the versions of icinga-core and icinga-web seem to diverge, move version information to the individual Makefiles in core/ and web/ ok sthen@ (MAINTAINER) Changes for icinga-core 1.8.3: Bugs * idoutils: fix unknown column contactaddress_id (thx fmbiete) #3483 - MF Changes for icinga-web 1.8.1: Bugs * Removed duplicate insert in sql upgrade scripts #3328 * IE7 window fix for cronk save dialog * Disabled grouping of of unhandled problems grid #3320 * Re-added missing command restriction class #3457 * Removed ghost column after changing to new grid events #3458 * Fixes PNP extension #3427 * Removed flash for packaging and flash security fixes * Various custom cronk dialog fixes Features * Allow xtypes in grid events to customize menues * Clearcache enhancements * Make ApiComboBox default for filters (Pagination)
16 lines
350 B
Makefile
16 lines
350 B
Makefile
# $OpenBSD: Makefile.inc,v 1.14 2012/12/27 14:51:54 rpe Exp $
|
|
|
|
CATEGORIES+= net net/icinga
|
|
|
|
HOMEPAGE?= http://www.icinga.org/
|
|
|
|
MAINTAINER?= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE_CDROM?= Yes
|
|
PERMIT_PACKAGE_FTP?= Yes
|
|
PERMIT_DISTFILES_CDROM?=Yes
|
|
PERMIT_DISTFILES_FTP?= Yes
|
|
|
|
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=icinga/}
|