diff options
author | lme <lme@FreeBSD.org> | 2015-10-09 04:05:22 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2015-10-09 04:05:22 +0800 |
commit | 0271b924fbae0bd2eecc3c482a94449429c07d2a (patch) | |
tree | 682d3745db98ccd87d1768a17303c84866d7ba48 | |
parent | 7951dbfb04da35f4238b7090398d5435b6f755b3 (diff) | |
download | freebsd-ports-gnome-0271b924fbae0bd2eecc3c482a94449429c07d2a.tar.gz freebsd-ports-gnome-0271b924fbae0bd2eecc3c482a94449429c07d2a.tar.zst freebsd-ports-gnome-0271b924fbae0bd2eecc3c482a94449429c07d2a.zip |
- Fix plist (I forgot to commit the plist change in the last commit)
- Bump PORTREVISION
Noticed by: ohauer
-rw-r--r-- | net-mgmt/icingaweb2/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/icingaweb2/pkg-plist | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/icingaweb2/Makefile b/net-mgmt/icingaweb2/Makefile index a178b7b402b7..a73927d72d94 100644 --- a/net-mgmt/icingaweb2/Makefile +++ b/net-mgmt/icingaweb2/Makefile @@ -3,7 +3,7 @@ PORTNAME= icingaweb2 DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org diff --git a/net-mgmt/icingaweb2/pkg-plist b/net-mgmt/icingaweb2/pkg-plist index aef461cd6f89..5dbda88eacdd 100644 --- a/net-mgmt/icingaweb2/pkg-plist +++ b/net-mgmt/icingaweb2/pkg-plist @@ -1,10 +1,6 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache/icingaweb2.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bash_completion.d/icingacli %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx/icingaweb2.conf -%%ETCDIR%%/schema/mysql-upgrades/2.0.0beta3-2.0.0rc1.sql -%%ETCDIR%%/schema/mysql.schema.sql -%%ETCDIR%%/schema/pgsql-upgrades/2.0.0beta3-2.0.0rc1.sql -%%ETCDIR%%/schema/pgsql.schema.sql %%WWWDIR%%/AUTHORS %%WWWDIR%%/COPYING %%WWWDIR%%/ChangeLog @@ -171,6 +167,11 @@ %%WWWDIR%%/doc/resources.md %%WWWDIR%%/doc/security.md %%WWWDIR%%/doc/vagrant.md +%%WWWDIR%%/etc/bash_completion.d/icingacli +%%WWWDIR%%/etc/schema/mysql-upgrades/2.0.0beta3-2.0.0rc1.sql +%%WWWDIR%%/etc/schema/mysql.schema.sql +%%WWWDIR%%/etc/schema/pgsql-upgrades/2.0.0beta3-2.0.0rc1.sql +%%WWWDIR%%/etc/schema/pgsql.schema.sql %%WWWDIR%%/library/Icinga/Application/ApplicationBootstrap.php %%WWWDIR%%/library/Icinga/Application/Benchmark.php %%WWWDIR%%/library/Icinga/Application/ClassLoader.php |