diff options
author | wen <wen@FreeBSD.org> | 2016-12-23 14:56:40 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-12-23 14:56:40 +0800 |
commit | eae4cb08841058223d8a508a1d62c9f5876df8f9 (patch) | |
tree | 0b521e7a59d9f81d581c1b357640eb889b5bcca9 /www | |
parent | ed398d56c59be453abb13aaa8488735597bac60e (diff) | |
download | freebsd-ports-gnome-eae4cb08841058223d8a508a1d62c9f5876df8f9.tar.gz freebsd-ports-gnome-eae4cb08841058223d8a508a1d62c9f5876df8f9.tar.zst freebsd-ports-gnome-eae4cb08841058223d8a508a1d62c9f5876df8f9.zip |
- Update to 1.8.9
PR: 215486
Submitted by: joneum@bsdproject.de(maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/mybb/Makefile | 5 | ||||
-rw-r--r-- | www/mybb/distinfo | 6 | ||||
-rw-r--r-- | www/mybb/pkg-plist | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www/mybb/Makefile b/www/mybb/Makefile index f2e535debf2b..4993ff8f2647 100644 --- a/www/mybb/Makefile +++ b/www/mybb/Makefile @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= mybb -PORTVERSION= 1.8.8 +PORTVERSION= 1.8.9 CATEGORIES= www MAINTAINER= joneum@bsdproject.de COMMENT= PHP-based bulletin board / discussion forum system LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes -GH_TAGNAME= ${PORTNAME}_1808 +GH_TAGNAME= ${PORTNAME}_1809 USES= cpe mysql php NO_BUILD= yes diff --git a/www/mybb/distinfo b/www/mybb/distinfo index 2efd99e0317e..fd63b723a490 100644 --- a/www/mybb/distinfo +++ b/www/mybb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476887263 -SHA256 (mybb-mybb-1.8.8-mybb_1808_GH0.tar.gz) = 57ae85fc33098fa995f7b75f50fbd57ab7d5a6d0006e34f828325e55507ea76d -SIZE (mybb-mybb-1.8.8-mybb_1808_GH0.tar.gz) = 1831220 +TIMESTAMP = 1482475045 +SHA256 (mybb-mybb-1.8.9-mybb_1809_GH0.tar.gz) = e0f6eb194755a017894357c8eb830bc49429adf8e7e2b6ed2d09b0e2d236fbc6 +SIZE (mybb-mybb-1.8.9-mybb_1809_GH0.tar.gz) = 1838377 diff --git a/www/mybb/pkg-plist b/www/mybb/pkg-plist index c8e31000abfa..07c7a83d653f 100644 --- a/www/mybb/pkg-plist +++ b/www/mybb/pkg-plist @@ -1,6 +1,7 @@ @owner www @group www %%WWWDIR%%/CONTRIBUTING.md +%%WWWDIR%%/LICENSE %%WWWDIR%%/announcements.php %%WWWDIR%%/admin/backups/.htaccess %%WWWDIR%%/admin/backups/index.html @@ -141,6 +142,7 @@ %%WWWDIR%%/admin/modules/tools/tasks.php %%WWWDIR%%/admin/modules/tools/warninglog.php %%WWWDIR%%/admin/modules/user/admin_permissions.php +%%WWWDIR%%/admin/modules/user/awaiting_activation.php %%WWWDIR%%/admin/modules/user/banning.php %%WWWDIR%%/admin/modules/user/group_promotions.php %%WWWDIR%%/admin/modules/user/groups.php @@ -510,6 +512,7 @@ %%WWWDIR%%/inc/languages/english/admin/tools_tasks.lang.php %%WWWDIR%%/inc/languages/english/admin/tools_warninglog.lang.php %%WWWDIR%%/inc/languages/english/admin/user_admin_permissions.lang.php +%%WWWDIR%%/inc/languages/english/admin/user_awaiting_activation.lang.php %%WWWDIR%%/inc/languages/english/admin/user_banning.lang.php %%WWWDIR%%/inc/languages/english/admin/user_group_promotions.lang.php %%WWWDIR%%/inc/languages/english/admin/user_groups.lang.php @@ -639,6 +642,7 @@ %%WWWDIR%%/install/resources/upgrade34.php %%WWWDIR%%/install/resources/upgrade35.php %%WWWDIR%%/install/resources/upgrade36.php +%%WWWDIR%%/install/resources/upgrade37.php %%WWWDIR%%/install/resources/upgrade4.php %%WWWDIR%%/install/resources/upgrade5.php %%WWWDIR%%/install/resources/upgrade6.php |