icinga-web 1.8.2
This commit is contained in:
parent
cfeb576100
commit
c59262b392
@ -1,21 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2012/12/27 14:51:54 rpe Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2013/03/02 12:41:55 sthen Exp $
|
||||
|
||||
COMMENT = web UI for icinga
|
||||
DISTNAME = icinga-web-1.8.1
|
||||
DISTNAME = icinga-web-1.8.2
|
||||
|
||||
MODULES= lang/php
|
||||
|
||||
RUN_DEPENDS = www/pear \
|
||||
COMMON = www/pear \
|
||||
shells/bash
|
||||
|
||||
RUN_DEPENDS = ${COMMON_DEPENDS} \
|
||||
lang/php/${MODPHP_VERSION},-gd \
|
||||
lang/php/${MODPHP_VERSION},-ldap \
|
||||
lang/php/${MODPHP_VERSION},-xsl \
|
||||
php-pdo_mysql-${MODPHP_VSPEC}|php-pdo_pgsql-${MODPHP_VSPEC}:lang/php/${MODPHP_VERSION},-pdo_mysql \
|
||||
net/icinga/core \
|
||||
net/icinga/core,-ido \
|
||||
shells/bash
|
||||
# Optional php extensions: soap xmlrpc memcache
|
||||
net/icinga/core,-ido
|
||||
# Optional php extensions: ldap soap xmlrpc memcache
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
||||
|
||||
LOCALSTATEDIR = ${BASELOCALSTATEDIR}/icinga
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (icinga-web-1.8.1.tar.gz) = PyPpStDIN9IhIgz7CxCFL4qTAQSak5/EIGekInBZZA4=
|
||||
SIZE (icinga-web-1.8.1.tar.gz) = 14607800
|
||||
SHA256 (icinga-web-1.8.2.tar.gz) = kr7AWWD8CILB2BBz7F+fmNLJ5FiJxPn3X9XqgPHu38A=
|
||||
SIZE (icinga-web-1.8.2.tar.gz) = 14614501
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2012/12/27 14:51:54 rpe Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2013/03/02 12:41:55 sthen Exp $
|
||||
@conflict icinga-api-*
|
||||
@pkgpath net/icinga/core,-api
|
||||
app/
|
||||
@ -692,6 +692,7 @@ app/modules/AppKit/lib/model/
|
||||
app/modules/AppKit/lib/model/AppKitBaseModel.class.php
|
||||
app/modules/AppKit/lib/storage/
|
||||
app/modules/AppKit/lib/storage/AppKitDoctrineSessionStorage.class.php
|
||||
app/modules/AppKit/lib/storage/AppKitMemcacheSessionStorage.class.php
|
||||
app/modules/AppKit/lib/translator/
|
||||
app/modules/AppKit/lib/translator/AppKitGettextTranslator.class.php
|
||||
app/modules/AppKit/lib/translator/AppKitTranslationManager.class.php
|
||||
@ -7934,9 +7935,6 @@ pub/images/icons/zones.png
|
||||
pub/index.php
|
||||
pub/soap/
|
||||
pub/soap/.htaccess
|
||||
pub/soap/icinga.wsdl
|
||||
pub/soap/index.php
|
||||
pub/soapRequestTest.php
|
||||
pub/styles/
|
||||
pub/styles/exception.css
|
||||
pub/styles/icinga-cronk-icons.css
|
||||
|
Loading…
x
Reference in New Issue
Block a user