svn commit: r432507 - head/ftp/php70-fastdfs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 26 14:38:29 UTC 2017


Author: sunpoet
Date: Thu Jan 26 14:38:27 2017
New Revision: 432507
URL: https://svnweb.freebsd.org/changeset/ports/432507

Log:
  Use PKGNAMEPREFIX
  
  - While I'm here, update IGNORE_WITH_PHP

Modified:
  head/ftp/php70-fastdfs/Makefile

Modified: head/ftp/php70-fastdfs/Makefile
==============================================================================
--- head/ftp/php70-fastdfs/Makefile	Thu Jan 26 14:38:22 2017	(r432506)
+++ head/ftp/php70-fastdfs/Makefile	Thu Jan 26 14:38:27 2017	(r432507)
@@ -1,8 +1,9 @@
 # $FreeBSD$
 
-PORTNAME=	php70-fastdfs
+PORTNAME=	fastdfs
 PORTVERSION=	5.0.8
 CATEGORIES=	ftp
+PKGNAMEPREFIX=	php70-
 
 MAINTAINER=	daniel at blodan.se
 COMMENT=	PHP 7 module for accessing a FastDFS cluster
@@ -18,7 +19,7 @@ GH_PROJECT=	fastdfs
 GH_TAGNAME=	87659981148a362812912b6d4752d281ac05f0b6
 
 USES=			php:ext
-IGNORE_WITH_PHP=	56
+IGNORE_WITH_PHP=	56 71
 PHP_VER=		70
 
 WRKSRC_SUBDIR=	php_client


More information about the svn-ports-all mailing list