From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 8 01:20:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E18441065670 for ; Mon, 8 Aug 2011 01:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF0348FC13 for ; Mon, 8 Aug 2011 01:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p781KBM3098644 for ; Mon, 8 Aug 2011 01:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p781KBca098643; Mon, 8 Aug 2011 01:20:11 GMT (envelope-from gnats) Resent-Date: Mon, 8 Aug 2011 01:20:11 GMT Resent-Message-Id: <201108080120.p781KBca098643@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Terry Sposato Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78BAC106566B for ; Mon, 8 Aug 2011 01:16:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4FB1B8FC08 for ; Mon, 8 Aug 2011 01:16:26 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p781GPtD004206 for ; Mon, 8 Aug 2011 01:16:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p781GPS1004205; Mon, 8 Aug 2011 01:16:25 GMT (envelope-from nobody) Message-Id: <201108080116.p781GPS1004205@red.freebsd.org> Date: Mon, 8 Aug 2011 01:16:25 GMT From: Terry Sposato To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159593: Port Update: www/mybb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2011 01:20:12 -0000 >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: