svn commit: r454873 - in head/ftp: php56-fastdfs php56-fastdfs/files php70-fastdfs php70-fastdfs/files php71-fastdfs php71-fastdfs/files
Jochen Neumeister
joneum at FreeBSD.org
Sat Nov 25 07:51:22 UTC 2017
Author: joneum
Date: Sat Nov 25 07:51:20 2017
New Revision: 454873
URL: https://svnweb.freebsd.org/changeset/ports/454873
Log:
php*-fastdfs: remove hard-code patching
PR: 223714
Submitted by: Daniel Ylitalo <daniel at blodan.se> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13137
Deleted:
head/ftp/php56-fastdfs/files/
head/ftp/php70-fastdfs/files/
head/ftp/php71-fastdfs/files/
Modified:
head/ftp/php56-fastdfs/Makefile
head/ftp/php70-fastdfs/Makefile
head/ftp/php71-fastdfs/Makefile
Modified: head/ftp/php56-fastdfs/Makefile
==============================================================================
--- head/ftp/php56-fastdfs/Makefile Sat Nov 25 06:03:47 2017 (r454872)
+++ head/ftp/php56-fastdfs/Makefile Sat Nov 25 07:51:20 2017 (r454873)
@@ -1,8 +1,9 @@
# $FreeBSD$
-PORTNAME= php56-fastdfs
+PORTNAME= fastdfs
PORTVERSION= 5.0.11
CATEGORIES= ftp
+PKGNAMEPREFIX= php56-
MAINTAINER= daniel at blodan.se
COMMENT= PHP 5.6 module for accessing a FastDFS cluster
@@ -18,10 +19,10 @@ GH_PROJECT= fastdfs
GH_TAGNAME= 1e50b4f
USES= php:ext
-IGNORE_WITH_PHP= 70 71
PHP_VER= 56
WRKSRC_SUBDIR= php_client
+CONFIGURE_ENV= ROOT=${LOCALBASE}
PHP_MODNAME= fastdfs_client
Modified: head/ftp/php70-fastdfs/Makefile
==============================================================================
--- head/ftp/php70-fastdfs/Makefile Sat Nov 25 06:03:47 2017 (r454872)
+++ head/ftp/php70-fastdfs/Makefile Sat Nov 25 07:51:20 2017 (r454873)
@@ -19,10 +19,10 @@ GH_PROJECT= fastdfs
GH_TAGNAME= 1e50b4f
USES= php:ext
-IGNORE_WITH_PHP= 56 71
PHP_VER= 70
WRKSRC_SUBDIR= php_client
+CONFIGURE_ENV= ROOT=${LOCALBASE}
PHP_MODNAME= fastdfs_client
Modified: head/ftp/php71-fastdfs/Makefile
==============================================================================
--- head/ftp/php71-fastdfs/Makefile Sat Nov 25 06:03:47 2017 (r454872)
+++ head/ftp/php71-fastdfs/Makefile Sat Nov 25 07:51:20 2017 (r454873)
@@ -19,10 +19,10 @@ GH_PROJECT= fastdfs
GH_TAGNAME= 1e50b4f
USES= php:ext
-IGNORE_WITH_PHP= 56 70
PHP_VER= 71
WRKSRC_SUBDIR= php_client
+CONFIGURE_ENV= ROOT=${LOCALBASE}
PHP_MODNAME= fastdfs_client
More information about the svn-ports-all
mailing list