Date: Sat, 15 Sep 2018 09:06:29 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r479828 - branches/2018Q3/www/mybb Message-ID: <201809150906.w8F96Tiu069679@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sat Sep 15 09:06:28 2018 New Revision: 479828 URL: https://svnweb.freebsd.org/changeset/ports/479828 Log: MFH: r479757 Update to 1.8.19 Changelog: https://blog.mybb.com/2018/09/11/mybb-1-8-19-released-security-maintenance-release/ Security: ab38d9f8-b787-11e8-8e7a-00e04c1ea73d Sponsored by: Netzkommune GmbH Approved by: portmgr (miwi) Modified: branches/2018Q3/www/mybb/Makefile branches/2018Q3/www/mybb/distinfo branches/2018Q3/www/mybb/pkg-plist Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/mybb/Makefile ============================================================================== --- branches/2018Q3/www/mybb/Makefile Sat Sep 15 09:05:34 2018 (r479827) +++ branches/2018Q3/www/mybb/Makefile Sat Sep 15 09:06:28 2018 (r479828) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mybb -DISTVERSION= 1.8.18 +DISTVERSION= 1.8.19 CATEGORIES= www MAINTAINER= joneum@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= PHP-based bulletin board / discussion forum s LICENSE= GPLv3 USE_GITHUB= yes -GH_TAGNAME= ${PORTNAME}_1818 +GH_TAGNAME= ${PORTNAME}_1819 USES= cpe mysql php:web NO_BUILD= yes Modified: branches/2018Q3/www/mybb/distinfo ============================================================================== --- branches/2018Q3/www/mybb/distinfo Sat Sep 15 09:05:34 2018 (r479827) +++ branches/2018Q3/www/mybb/distinfo Sat Sep 15 09:06:28 2018 (r479828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536659723 -SHA256 (mybb-mybb-1.8.18-mybb_1818_GH0.tar.gz) = b5bfe41c7b089d8657fb87052d882fdb85aa57c333b07af5fe5c2a7d961a483f -SIZE (mybb-mybb-1.8.18-mybb_1818_GH0.tar.gz) = 1875886 +TIMESTAMP = 1536865710 +SHA256 (mybb-mybb-1.8.19-mybb_1819_GH0.tar.gz) = b9d8ba03cbb52c375ab9fc033a4e6237033a23cce6a4c1f8abca00f56eee5a91 +SIZE (mybb-mybb-1.8.19-mybb_1819_GH0.tar.gz) = 1881859 Modified: branches/2018Q3/www/mybb/pkg-plist ============================================================================== --- branches/2018Q3/www/mybb/pkg-plist Sat Sep 15 09:05:34 2018 (r479827) +++ branches/2018Q3/www/mybb/pkg-plist Sat Sep 15 09:06:28 2018 (r479828) @@ -601,6 +601,7 @@ %%WWWDIR%%/install/resources/mysql_db_inserts.php %%WWWDIR%%/install/resources/mysql_db_tables.php %%WWWDIR%%/install/resources/output.php +%%WWWDIR%%/install/resources/pgsql_db_inserts.php %%WWWDIR%%/install/resources/pgsql_db_tables.php %%WWWDIR%%/install/resources/settings.xml %%WWWDIR%%/install/resources/sqlite_db_tables.php @@ -644,6 +645,7 @@ %%WWWDIR%%/install/resources/upgrade42.php %%WWWDIR%%/install/resources/upgrade43.php %%WWWDIR%%/install/resources/upgrade45.php +%%WWWDIR%%/install/resources/upgrade46.php %%WWWDIR%%/install/resources/upgrade5.php %%WWWDIR%%/install/resources/upgrade6.php %%WWWDIR%%/install/resources/upgrade7.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809150906.w8F96Tiu069679>