Date: Wed, 21 Mar 2012 09:29:48 +1100 From: Terry Sposato <tabmow@freenode.net> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/166274: www/mybb update to 1.6.6 Message-ID: <4F6904DC.4010101@freenode.net> In-Reply-To: <201203200340.q2K3eA8J061585@freefall.freebsd.org> References: <201203200340.q2K3eA8J061585@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------060707080400000600020104 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 20/03/2012 2:40 PM, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/166274'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=166274 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: www/mybb update to 1.6.6 >> Arrival-Date: Tue Mar 20 03:40:10 UTC 2012 Attached correct diff. --------------060707080400000600020104 Content-Type: text/plain; name="mybb-1.6.6.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="mybb-1.6.6.diff.txt" diff -Nru /usr/ports/www/mybb/Makefile /usr/ports/www/mybb-old/Makefile --- /usr/ports/www/mybb/Makefile 2012-02-07 17:33:47.000000000 +1100 +++ /usr/ports/www/mybb-old/Makefile 2012-03-20 14:34:15.000000000 +1100 @@ -6,10 +6,10 @@ # PORTNAME= mybb -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.6 CATEGORIES= www MASTER_SITES= http://cloud.github.com/downloads/mybb/mybb16/ -DISTNAME= ${PORTNAME}_1605 +DISTNAME= ${PORTNAME}_1606 MAINTAINER= miwi@FreeBSD.org COMMENT= A PHP-based bulletin board / discussion forum system @@ -28,7 +28,7 @@ @${MKDIR} ${WWWDIR} ${CP} -R ${WRKSRC}/ ${WWWDIR} ${TOUCH} ${WWWDIR}/inc/config.php - @${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php + @${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php ${WWWDIR}/inc/settings.php @${CAT} ${PKGMESSAGE} create-plist: diff -Nru /usr/ports/www/mybb/distinfo /usr/ports/www/mybb-old/distinfo --- /usr/ports/www/mybb/distinfo 2012-02-07 17:33:47.000000000 +1100 +++ /usr/ports/www/mybb-old/distinfo 2012-03-20 14:34:15.000000000 +1100 @@ -1,2 +1,2 @@ -SHA256 (mybb_1605.zip) = 8ade210c11a2a2448776991d89839f79661ac7e7758504e25e429df1b7fba125 -SIZE (mybb_1605.zip) = 1926651 +SHA256 (mybb_1606.zip) = 0321bc8cc0b247c981ccd203f49462c476ab2f29b4fd8686c884f61ca9bef273 +SIZE (mybb_1606.zip) = 1927467 diff -Nru /usr/ports/www/mybb/pkg-plist /usr/ports/www/mybb-old/pkg-plist --- /usr/ports/www/mybb/pkg-plist 2012-02-07 17:33:47.000000000 +1100 +++ /usr/ports/www/mybb-old/pkg-plist 2012-03-20 14:34:15.000000000 +1100 @@ -708,6 +708,7 @@ %%WWWDIR%%/install/resources/upgrade2.php %%WWWDIR%%/install/resources/upgrade20.php %%WWWDIR%%/install/resources/upgrade21.php +%%WWWDIR%%/install/resources/upgrade22.php %%WWWDIR%%/install/resources/upgrade3.php %%WWWDIR%%/install/resources/upgrade4.php %%WWWDIR%%/install/resources/upgrade5.php --------------060707080400000600020104--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F6904DC.4010101>