svn commit: r488162 - head/www/phpbb3

Jochen Neumeister joneum at FreeBSD.org
Sun Dec 23 01:22:02 UTC 2018


Author: joneum
Date: Sun Dec 23 01:22:01 2018
New Revision: 488162
URL: https://svnweb.freebsd.org/changeset/ports/488162

Log:
  Update to 3.2.4
  
  Changelog: https://wiki.phpbb.com/Release_Highlights/3.2.4
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/phpbb3/Makefile
  head/www/phpbb3/distinfo
  head/www/phpbb3/pkg-plist

Modified: head/www/phpbb3/Makefile
==============================================================================
--- head/www/phpbb3/Makefile	Sun Dec 23 00:57:01 2018	(r488161)
+++ head/www/phpbb3/Makefile	Sun Dec 23 01:22:01 2018	(r488162)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpbb
-DISTVERSION=	3.2.3
+DISTVERSION=	3.2.4
 CATEGORIES=	www
 MASTER_SITES=	https://www.phpbb.com/files/release/
 PKGNAMESUFFIX=	3
@@ -12,11 +12,12 @@ MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PHP-based bulletin board / discussion forum system
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/docs/LICENSE.txt
 
-CONFLICTS=	phpbb-[0-2]*
-
 USES=		php tar:bzip2
 USE_PHP=	ctype hash json tokenizer
+
+CONFLICTS=	phpbb-[0-2]*
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/www/phpbb3/distinfo
==============================================================================
--- head/www/phpbb3/distinfo	Sun Dec 23 00:57:01 2018	(r488161)
+++ head/www/phpbb3/distinfo	Sun Dec 23 01:22:01 2018	(r488162)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537002948
-SHA256 (phpBB-3.2.3.tar.bz2) = a04e2f5972180d7e3cee37ae3d72552fd12e846d0e62e7b7993a6a0d317464e7
-SIZE (phpBB-3.2.3.tar.bz2) = 4261658
+TIMESTAMP = 1545527212
+SHA256 (phpBB-3.2.4.tar.bz2) = 9bb5cf020c60801fa6fa2d6ffcc54e5dd3309c0a8b56678dd79ade7aa81fdea8
+SIZE (phpBB-3.2.4.tar.bz2) = 4287094

Modified: head/www/phpbb3/pkg-plist
==============================================================================
--- head/www/phpbb3/pkg-plist	Sun Dec 23 00:57:01 2018	(r488161)
+++ head/www/phpbb3/pkg-plist	Sun Dec 23 01:22:01 2018	(r488162)
@@ -991,8 +991,10 @@
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/enable_accurate_pm_button.php
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/f_list_topics_permission_add.php
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/fix_user_styles.php
+%%PHPBBDIR%%/phpbb/db/migration/data/v32x/forum_topics_per_page_type.php
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/load_user_activity_limit.php
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/merge_duplicate_bbcodes.php
+%%PHPBBDIR%%/phpbb/db/migration/data/v32x/remove_imagick.php
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/update_prosilver_bitfield.php
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/user_notifications_table_index_p1.php
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/user_notifications_table_index_p2.php
@@ -1008,6 +1010,8 @@
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/v323.php
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/v323rc1.php
 %%PHPBBDIR%%/phpbb/db/migration/data/v32x/v323rc2.php
+%%PHPBBDIR%%/phpbb/db/migration/data/v32x/v324.php
+%%PHPBBDIR%%/phpbb/db/migration/data/v32x/v324rc1.php
 %%PHPBBDIR%%/phpbb/db/migration/exception.php
 %%PHPBBDIR%%/phpbb/db/migration/helper.php
 %%PHPBBDIR%%/phpbb/db/migration/migration.php
@@ -1180,7 +1184,6 @@
 %%PHPBBDIR%%/phpbb/install/module/obtain_data/task/obtain_database_data.php
 %%PHPBBDIR%%/phpbb/install/module/obtain_data/task/obtain_email_data.php
 %%PHPBBDIR%%/phpbb/install/module/obtain_data/task/obtain_file_updater_method.php
-%%PHPBBDIR%%/phpbb/install/module/obtain_data/task/obtain_imagick_path.php
 %%PHPBBDIR%%/phpbb/install/module/obtain_data/task/obtain_server_data.php
 %%PHPBBDIR%%/phpbb/install/module/obtain_data/task/obtain_update_files.php
 %%PHPBBDIR%%/phpbb/install/module/obtain_data/task/obtain_update_ftp_data.php
@@ -1615,6 +1618,7 @@
 %%PHPBBDIR%%/vendor/composer/autoload_namespaces.php
 %%PHPBBDIR%%/vendor/composer/autoload_psr4.php
 %%PHPBBDIR%%/vendor/composer/autoload_real.php
+%%PHPBBDIR%%/vendor/composer/autoload_static.php
 %%PHPBBDIR%%/vendor/composer/installed.json
 %%PHPBBDIR%%/vendor/google/recaptcha/LICENSE
 %%PHPBBDIR%%/vendor/google/recaptcha/composer.json


More information about the svn-ports-all mailing list