From owner-svn-ports-head@freebsd.org Tue May 5 09:32:37 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D06C62DEAC0; Tue, 5 May 2020 09:32:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49GZJP5Fkyz4cvZ; Tue, 5 May 2020 09:32:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF127BCE7; Tue, 5 May 2020 09:32:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0459WbgP052048; Tue, 5 May 2020 09:32:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0459Wbq6052044; Tue, 5 May 2020 09:32:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202005050932.0459Wbq6052044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 5 May 2020 09:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534053 - head/www/phpbb X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/phpbb X-SVN-Commit-Revision: 534053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2020 09:32:37 -0000 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/