Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 13:20:59 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488885 - head/devel/gitphp
Message-ID:  <201901011320.x01DKxSV015633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Jan  1 13:20:58 2019
New Revision: 488885
URL: https://svnweb.freebsd.org/changeset/ports/488885

Log:
  devel/gitphp: remove support for PHP 5.6

Modified:
  head/devel/gitphp/Makefile

Modified: head/devel/gitphp/Makefile
==============================================================================
--- head/devel/gitphp/Makefile	Tue Jan  1 13:19:23 2019	(r488884)
+++ head/devel/gitphp/Makefile	Tue Jan  1 13:20:58 2019	(r488885)
@@ -13,19 +13,14 @@ LICENSE=	GPLv2
 
 USES=		gettext php:web tar:bzip2
 USE_PHP=	bz2 fileinfo mbstring memcache posix simplexml spl zlib
+
 NO_ARCH=	yes
 NO_BUILD=	yes
 
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_FILES=	pkg-message
 
-.include <bsd.port.pre.mk>
-
-.if (${PHP_VER} < 70)
-RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:textproc/pecl-xdiff@${PHP_FLAVOR}
-.else
 RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:textproc/pecl-xdiff2@${PHP_FLAVOR}
-.endif
 
 do-install:
 	${MKDIR} ${STAGEDIR}${WWWDIR}
@@ -33,4 +28,4 @@ do-install:
 		 && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
 	${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 644 {} +
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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