Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2017 14:38:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432507 - head/ftp/php70-fastdfs
Message-ID:  <201701261438.v0QEcRPv042046@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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