Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2017 14:38:32 +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: r432508 - in head/ftp: . php71-fastdfs
Message-ID:  <201701261438.v0QEcW0I042176@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 26 14:38:32 2017
New Revision: 432508
URL: https://svnweb.freebsd.org/changeset/ports/432508

Log:
  Add php71-fastdfs 5.0.8 (copied from php70-fastdfs)
  
  PR:		216494
  Submitted by:	Daniel Ylitalo <daniel@blodan.se>

Added:
  head/ftp/php71-fastdfs/
     - copied from r432488, head/ftp/php70-fastdfs/
Modified:
  head/ftp/Makefile
  head/ftp/php71-fastdfs/Makefile

Modified: head/ftp/Makefile
==============================================================================
--- head/ftp/Makefile	Thu Jan 26 14:38:27 2017	(r432507)
+++ head/ftp/Makefile	Thu Jan 26 14:38:32 2017	(r432508)
@@ -69,6 +69,7 @@
     SUBDIR += php70-fastdfs
     SUBDIR += php70-ftp
     SUBDIR += php71-curl
+    SUBDIR += php71-fastdfs
     SUBDIR += php71-ftp
     SUBDIR += phpwebftp
     SUBDIR += plasma-applet-ftpmonitor

Modified: head/ftp/php71-fastdfs/Makefile
==============================================================================
--- head/ftp/php70-fastdfs/Makefile	Thu Jan 26 13:39:39 2017	(r432488)
+++ head/ftp/php71-fastdfs/Makefile	Thu Jan 26 14:38:32 2017	(r432508)
@@ -1,11 +1,12 @@
 # $FreeBSD$
 
-PORTNAME=	php70-fastdfs
+PORTNAME=	fastdfs
 PORTVERSION=	5.0.8
 CATEGORIES=	ftp
+PKGNAMEPREFIX=	php71-
 
 MAINTAINER=	daniel@blodan.se
-COMMENT=	PHP 7 module for accessing a FastDFS cluster
+COMMENT=	PHP 7.1 module for accessing a FastDFS cluster
 
 LICENSE=	GPLv3
 
@@ -18,8 +19,8 @@ GH_PROJECT=	fastdfs
 GH_TAGNAME=	87659981148a362812912b6d4752d281ac05f0b6
 
 USES=			php:ext
-IGNORE_WITH_PHP=	56
-PHP_VER=		70
+IGNORE_WITH_PHP=	56 70
+PHP_VER=		71
 
 WRKSRC_SUBDIR=	php_client
 



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