From owner-svn-ports-head@freebsd.org Thu Apr 5 13:16:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E51E6F84CC1; Thu, 5 Apr 2018 13:16:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9916B7B503; Thu, 5 Apr 2018 13:16:25 +0000 (UTC) (envelope-from mat@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 93FA52316A; Thu, 5 Apr 2018 13:16:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w35DGPRG092730; Thu, 5 Apr 2018 13:16:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w35DGP5t092729; Thu, 5 Apr 2018 13:16:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201804051316.w35DGP5t092729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 5 Apr 2018 13:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466558 - head/databases/phpmyadmin X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/databases/phpmyadmin X-SVN-Commit-Revision: 466558 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.25 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: Thu, 05 Apr 2018 13:16:26 -0000 Author: mat Date: Thu Apr 5 13:16:25 2018 New Revision: 466558 URL: https://svnweb.freebsd.org/changeset/ports/466558 Log: Add PHP flavors to phpMyAdmin. Approved by: matthew Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14970 Modified: head/databases/phpmyadmin/Makefile (contents, props changed) Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Thu Apr 5 12:55:36 2018 (r466557) +++ head/databases/phpmyadmin/Makefile Thu Apr 5 13:16:25 2018 (r466558) @@ -6,13 +6,14 @@ DISTVERSION= 4.7.9 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= matthew@FreeBSD.org COMMENT= Set of PHP-scripts to manage MySQL over the web LICENSE= GPLv2 -USES= cpe php:web tar:xz +USES= cpe php:web,flavors tar:xz CPE_PRODUCT= ${PORTNAME:tl} NO_ARCH= yes