Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2016 13:10:27 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420343 - head/databases/phpmyadmin
Message-ID:  <201608171310.u7HDARvL036621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Aug 17 13:10:27 2016
New Revision: 420343
URL: https://svnweb.freebsd.org/changeset/ports/420343

Log:
  Fix build -- the shebang files have been removed[1].
  
  Placate portlint
  
  Reported by:	Walter Schwarzenfeld [1]

Modified:
  head/databases/phpmyadmin/Makefile

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Wed Aug 17 12:59:24 2016	(r420342)
+++ head/databases/phpmyadmin/Makefile	Wed Aug 17 13:10:27 2016	(r420343)
@@ -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 <bsd.port.options.mk>
 
-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}



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