Date: Thu, 9 Jul 2020 21:56:07 +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: r541825 - branches/2020Q3/www/mybb Message-ID: <202007092156.069Lu7i9088805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Thu Jul 9 21:56:07 2020 New Revision: 541825 URL: https://svnweb.freebsd.org/changeset/ports/541825 Log: MFH: r541824 MyBB 1.8.22 is now available, and is a security & maintenance release. Changelog: https://blog.mybb.com/2019/12/30/mybb-1-8-22-released-security-maintenance-release/ Security: 198a120d-c22d-11ea-9172-4c72b94353b5 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q3/www/mybb/Makefile branches/2020Q3/www/mybb/distinfo branches/2020Q3/www/mybb/pkg-plist Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/mybb/Makefile ============================================================================== --- branches/2020Q3/www/mybb/Makefile Thu Jul 9 21:55:08 2020 (r541824) +++ branches/2020Q3/www/mybb/Makefile Thu Jul 9 21:56:07 2020 (r541825) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mybb -DISTVERSION= 1.8.21 +DISTVERSION= 1.8.22 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}_1821pl1 +GH_TAGNAME= ${PORTNAME}_1822 USES= cpe mysql php:web NO_BUILD= yes Modified: branches/2020Q3/www/mybb/distinfo ============================================================================== --- branches/2020Q3/www/mybb/distinfo Thu Jul 9 21:55:08 2020 (r541824) +++ branches/2020Q3/www/mybb/distinfo Thu Jul 9 21:56:07 2020 (r541825) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560347158 -SHA256 (mybb-mybb-1.8.21-mybb_1821pl1_GH0.tar.gz) = 87bdbe262d2cce73fa4ce8338a54869faab68643e2b42cdeebe5f6075700944c -SIZE (mybb-mybb-1.8.21-mybb_1821pl1_GH0.tar.gz) = 1855863 +TIMESTAMP = 1594330629 +SHA256 (mybb-mybb-1.8.22-mybb_1822_GH0.tar.gz) = b56755b55d0b4eaa7e3acb1152e60843ef00aba798c56f82a6b0a180f01de593 +SIZE (mybb-mybb-1.8.22-mybb_1822_GH0.tar.gz) = 1858637 Modified: branches/2020Q3/www/mybb/pkg-plist ============================================================================== --- branches/2020Q3/www/mybb/pkg-plist Thu Jul 9 21:55:08 2020 (r541824) +++ branches/2020Q3/www/mybb/pkg-plist Thu Jul 9 21:56:07 2020 (r541825) @@ -648,6 +648,7 @@ %%WWWDIR%%/install/resources/upgrade46.php %%WWWDIR%%/install/resources/upgrade47.php %%WWWDIR%%/install/resources/upgrade48.php +%%WWWDIR%%/install/resources/upgrade49.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?202007092156.069Lu7i9088805>