diff options
author | miwi <miwi@FreeBSD.org> | 2011-08-26 14:57:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-08-26 14:57:14 +0800 |
commit | 8678a97dc5db6b3a98df79ce99383a38020a97fa (patch) | |
tree | 4b1747db1b2221441c439acefefb9bf60b1ccf89 /www | |
parent | ee4163b54d7ed9a768b52da5db051a39d3dfbf51 (diff) | |
download | freebsd-ports-gnome-8678a97dc5db6b3a98df79ce99383a38020a97fa.tar.gz freebsd-ports-gnome-8678a97dc5db6b3a98df79ce99383a38020a97fa.tar.zst freebsd-ports-gnome-8678a97dc5db6b3a98df79ce99383a38020a97fa.zip |
- Update to 1.6.4
PR: 159593
Submitted by: Terry Sposato <tabmow@freenode.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/mybb/Makefile | 5 | ||||
-rw-r--r-- | www/mybb/distinfo | 4 | ||||
-rw-r--r-- | www/mybb/pkg-plist | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www/mybb/Makefile b/www/mybb/Makefile index caf2de3c1d68..ad142839b51b 100644 --- a/www/mybb/Makefile +++ b/www/mybb/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mybb -PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTVERSION= 1.6.4 CATEGORIES= www MASTER_SITES= http://www.mybb.com/download/latest/ -DISTNAME= ${PORTNAME}_1603 +DISTNAME= ${PORTNAME}_1604 MAINTAINER= miwi@FreeBSD.org COMMENT= A PHP-based bulletin board / discussion forum system diff --git a/www/mybb/distinfo b/www/mybb/distinfo index 2e4417f0eb74..8276c57911e8 100644 --- a/www/mybb/distinfo +++ b/www/mybb/distinfo @@ -1,2 +1,2 @@ -SHA256 (mybb_1603.zip) = fa676bd3977b320533d3c141be68e450ca8803941c1d6cc5882da78af4d16d4e -SIZE (mybb_1603.zip) = 1831131 +SHA256 (mybb_1604.zip) = e43b025c785b103baf7d48cc251a085cf2b1bbe067bcaf771c5939d7b8c72313 +SIZE (mybb_1604.zip) = 1898726 diff --git a/www/mybb/pkg-plist b/www/mybb/pkg-plist index 513cee27543d..bf35077ea63d 100644 --- a/www/mybb/pkg-plist +++ b/www/mybb/pkg-plist @@ -483,6 +483,10 @@ %%WWWDIR%%/inc/cachehandlers/index.html %%WWWDIR%%/inc/cachehandlers/memcache.php %%WWWDIR%%/inc/cachehandlers/xcache.php +%%WWWDIR%%/inc/captcha_fonts/MINYN___.ttf +%%WWWDIR%%/inc/captcha_fonts/edmunds.ttf +%%WWWDIR%%/inc/captcha_fonts/index.html +%%WWWDIR%%/inc/captcha_fonts/read_me.html %%WWWDIR%%/inc/class_bitwise.php %%WWWDIR%%/inc/class_core.php %%WWWDIR%%/inc/class_custommoderation.php @@ -701,6 +705,7 @@ %%WWWDIR%%/install/resources/upgrade18.php %%WWWDIR%%/install/resources/upgrade19.php %%WWWDIR%%/install/resources/upgrade2.php +%%WWWDIR%%/install/resources/upgrade20.php %%WWWDIR%%/install/resources/upgrade3.php %%WWWDIR%%/install/resources/upgrade4.php %%WWWDIR%%/install/resources/upgrade5.php @@ -823,6 +828,7 @@ @dirrm %%WWWDIR%%/inc/3rdparty/diff @dirrm %%WWWDIR%%/inc/3rdparty @dirrm %%WWWDIR%%/inc/cachehandlers +@dirrm %%WWWDIR%%/inc/captcha_fonts @dirrm %%WWWDIR%%/inc/datahandlers @dirrm %%WWWDIR%%/inc/languages/english/admin @dirrm %%WWWDIR%%/inc/languages/english |