Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 19:12:34 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456668 - in head/ftp: . php72-fastdfs
Message-ID:  <201712181912.vBIJCY21059739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Mon Dec 18 19:12:34 2017
New Revision: 456668
URL: https://svnweb.freebsd.org/changeset/ports/456668

Log:
  New slaveport: ftp/php72-fastdfs
  
  PR:		223714
  Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13479

Added:
  head/ftp/php72-fastdfs/
     - copied from r456667, head/ftp/php71-fastdfs/
Modified:
  head/ftp/Makefile
  head/ftp/php72-fastdfs/Makefile

Modified: head/ftp/Makefile
==============================================================================
--- head/ftp/Makefile	Mon Dec 18 18:30:42 2017	(r456667)
+++ head/ftp/Makefile	Mon Dec 18 19:12:34 2017	(r456668)
@@ -72,6 +72,7 @@
     SUBDIR += php71-fastdfs
     SUBDIR += php71-ftp
     SUBDIR += php72-curl
+    SUBDIR += php72-fastdfs
     SUBDIR += php72-ftp
     SUBDIR += phpwebftp
     SUBDIR += plasma-applet-ftpmonitor

Modified: head/ftp/php72-fastdfs/Makefile
==============================================================================
--- head/ftp/php71-fastdfs/Makefile	Mon Dec 18 18:30:42 2017	(r456667)
+++ head/ftp/php72-fastdfs/Makefile	Mon Dec 18 19:12:34 2017	(r456668)
@@ -2,11 +2,11 @@
 
 MASTERDIR=	${.CURDIR}/../php56-fastdfs
 
-PKGNAMEPREFIX=	php71-
+PKGNAMEPREFIX=	php72-
 
-COMMENT=	PHP 7.1 module for accessing a FastDFS cluster
+COMMENT=	PHP 7.2 module for accessing a FastDFS cluster
 
-IGNORE_WITH_PHP=	56 70 72
-PHP_VER=		71
+IGNORE_WITH_PHP=	56 70 71
+PHP_VER=		72
 
 .include "${MASTERDIR}/Makefile"



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