Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2011 01:16:25 GMT
From:      Terry Sposato <tabmow@freenode.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159593: Port Update: www/mybb
Message-ID:  <201108080116.p781GPS1004205@red.freebsd.org>
Resent-Message-ID: <201108080120.p781KBca098643@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159593
>Category:       ports
>Synopsis:       Port Update: www/mybb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 08 01:20:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Terry Sposato
>Release:        8.2-RELEASE
>Organization:
freenode
>Environment:
FreeBSD got.sucked-in.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Update of www/mybb to latest 1.6.4 version
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nru mybb-old/Makefile mybb/Makefile
--- mybb-old/Makefile	2011-08-08 10:40:07.000000000 +1000
+++ mybb/Makefile	2011-08-08 10:59:26.000000000 +1000
@@ -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
@@ -29,7 +28,14 @@
 	@${MKDIR} ${WWWDIR}
 	${CP} -R ${WRKSRC}/ ${WWWDIR}
 	${TOUCH} ${WWWDIR}/inc/config.php
+	@${CHOWN} ${WWWOWN} ${WWWDIR}/admin/backups
+	@${CHOWN} ${WWWOWN} ${WWWDIR}/cache
+	@${CHOWN} ${WWWOWN} ${WWWDIR}/cache/themes
 	@${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php
+	@${CHOWN} ${WWWOWN} ${WWWDIR}/inc/languages
+	@${CHOWN} ${WWWOWN} ${WWWDIR}/inc/settings.php
+	@${CHOWN} ${WWWOWN} ${WWWDIR}/uploads
+	@${CHOWN} ${WWWOWN} ${WWWDIR}/uploads/avatars
 	@${CAT} ${PKGMESSAGE}
 
 create-plist:
diff -Nru mybb-old/distinfo mybb/distinfo
--- mybb-old/distinfo	2011-08-08 10:40:07.000000000 +1000
+++ mybb/distinfo	2011-08-08 10:40:46.000000000 +1000
@@ -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 -Nru mybb-old/pkg-plist mybb/pkg-plist
--- mybb-old/pkg-plist	2011-08-08 10:40:07.000000000 +1000
+++ mybb/pkg-plist	2011-08-08 10:47:16.000000000 +1000
@@ -483,6 +483,10 @@
 %%WWWDIR%%/inc/cachehandlers/index.html
 %%WWWDIR%%/inc/cachehandlers/memcache.php
 %%WWWDIR%%/inc/cachehandlers/xcache.php
+%%WWWDIR%%/inc/captcha_fonts/edmunds.ttf
+%%WWWDIR%%/inc/captcha_fonts/index.html
+%%WWWDIR%%/inc/captcha_fonts/MINYN___.ttf
+%%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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108080116.p781GPS1004205>