Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 09:32:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534053 - head/www/phpbb
Message-ID:  <202005050932.0459Wbq6052044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May  5 09:32:37 2020
New Revision: 534053
URL: https://svnweb.freebsd.org/changeset/ports/534053

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/www/phpbb/Makefile
  head/www/phpbb/pkg-descr

Modified: head/www/phpbb/Makefile
==============================================================================
--- head/www/phpbb/Makefile	Tue May  5 09:32:35 2020	(r534052)
+++ head/www/phpbb/Makefile	Tue May  5 09:32:37 2020	(r534053)
@@ -10,7 +10,8 @@ DISTNAME=	phpBB-${PORTVERSION}
 MAINTAINER=	liukang@cn.freebsd.org
 COMMENT=	PHP-based bulletin board / discussion forum system
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/docs/COPYING
 
 RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
 
@@ -30,6 +31,7 @@ PHPBBURL?=	phpBB2
 #
 WRKSRC=		${WRKDIR}/phpBB2
 NO_BUILD=	yes
+NO_ARCH=	yes
 SUB_FILES=	pkg-message
 SUB_LIST=	PHPBBURL="${PHPBBURL}" \
 		PHPBBDIR="${PHPBBDIR}" \

Modified: head/www/phpbb/pkg-descr
==============================================================================
--- head/www/phpbb/pkg-descr	Tue May  5 09:32:35 2020	(r534052)
+++ head/www/phpbb/pkg-descr	Tue May  5 09:32:37 2020	(r534053)
@@ -7,4 +7,4 @@ From the website:
   PostgreSQL or Access/ODBC database servers, phpBB is the ideal free
   community solution for all web sites.
 
-WWW: http://www.phpbb.com/
+WWW: https://www.phpbb.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005050932.0459Wbq6052044>