From owner-svn-ports-all@freebsd.org Wed Aug 17 13:11:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B24FBBD8FC; Wed, 17 Aug 2016 13:11:49 +0000 (UTC) (envelope-from matthew@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 mx1.freebsd.org (Postfix) with ESMTPS id E20D11380; Wed, 17 Aug 2016 13:11:48 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7HDBmR1037405; Wed, 17 Aug 2016 13:11:48 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7HDBmtB037404; Wed, 17 Aug 2016 13:11:48 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201608171311.u7HDBmtB037404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 17 Aug 2016 13:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420344 - branches/2016Q3/databases/phpmyadmin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 13:11:49 -0000 Author: matthew Date: Wed Aug 17 13:11:47 2016 New Revision: 420344 URL: https://svnweb.freebsd.org/changeset/ports/420344 Log: MFH: r420343 Fix build -- the shebang files have been removed[1]. Placate portlint Reported by: Walter Schwarzenfeld [1] Approved by: portmgr (mat) Modified: branches/2016Q3/databases/phpmyadmin/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/databases/phpmyadmin/Makefile ============================================================================== --- branches/2016Q3/databases/phpmyadmin/Makefile Wed Aug 17 13:10:27 2016 (r420343) +++ branches/2016Q3/databases/phpmyadmin/Makefile Wed Aug 17 13:11:47 2016 (r420344) @@ -3,6 +3,7 @@ PORTNAME= phpMyAdmin DISTVERSION= 4.6.4 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -10,14 +11,14 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-all MAINTAINER= matthew@FreeBSD.org COMMENT= Set of PHP-scripts to manage MySQL over the web -NO_ARCH= yes LICENSE= GPLv2 BROKEN_powerpc64= Does not build -USES= cpe shebangfix tar:xz +USES= cpe php:web tar:xz CPE_PRODUCT= ${PORTNAME:tl} +NO_ARCH= yes NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) IGNORE_WITH_PHP=5 54 @@ -42,8 +43,6 @@ ZLIB_DESC= PHP ZLIB support .include -WANT_PHP_WEB= yes - GROUPS?= ${WWWGRP} CFG_FILE= config.inc.php @@ -54,9 +53,6 @@ SUB_LIST+= PKGNAME=${PKGNAME} \ CFG_FILE=${WWWDIR}/${CFG_FILE} SUB_FILES+= pkg-message -SHEBANG_FILES= libraries/plugins/transformations/generator_main_class.sh \ - libraries/plugins/transformations/generator_plugin.sh - .if !defined(WITHOUT_PHP_DEPENDS) .for opt in ${OPTIONS_DEFINE} ${OPTIONS_MULTI_DB_connect}