Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2017 07:51:20 +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: r454873 - in head/ftp: php56-fastdfs php56-fastdfs/files php70-fastdfs php70-fastdfs/files php71-fastdfs php71-fastdfs/files
Message-ID:  <201711250751.vAP7pK66092682@repo.freebsd.org>

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



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