Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 20:12:14 +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: r410547 - head/Mk
Message-ID:  <201603072012.u27KCElV055380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Mar  7 20:12:14 2016
New Revision: 410547
URL: https://svnweb.freebsd.org/changeset/ports/410547

Log:
  - Update bitset_DEPENDS
  - Fix space/tab

Modified:
  head/Mk/bsd.php.mk

Modified: head/Mk/bsd.php.mk
==============================================================================
--- head/Mk/bsd.php.mk	Mon Mar  7 20:12:10 2016	(r410546)
+++ head/Mk/bsd.php.mk	Mon Mar  7 20:12:14 2016	(r410547)
@@ -56,13 +56,13 @@ PHP_EXT_DIR!=	${PHPBASE}/bin/php-config 
 DEFAULT_PHP_VER?=	${PHP_DEFAULT:S/.//}
 
 PHP_VER?=	${DEFAULT_PHP_VER}
-.if ${PHP_VER}  == 70
+.if ${PHP_VER} == 70
 PHP_EXT_DIR=   20151012
 PHP_EXT_INC=    pcre spl
-.elif ${PHP_VER}  == 56
+.elif ${PHP_VER} == 56
 PHP_EXT_DIR=	20131226
 PHP_EXT_INC=	pcre spl
-.elif ${PHP_VER}  == 55
+.elif ${PHP_VER} == 55
 PHP_EXT_DIR=	20121212
 PHP_EXT_INC=	pcre spl
 .else
@@ -259,7 +259,11 @@ _USE_PHP_VER70=	${_USE_PHP_ALL}
 
 apc_DEPENDS=	www/pecl-APC
 bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
+.if ${PHP_VER} == 70
 bitset_DEPENDS=	math/pecl-bitset
+.else
+bitset_DEPENDS=	math/pecl-bitset2
+.endif
 bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
 calendar_DEPENDS=	misc/php${PHP_VER}-calendar
 ctype_DEPENDS=	textproc/php${PHP_VER}-ctype
@@ -279,7 +283,7 @@ iconv_DEPENDS=	converters/php${PHP_VER}-
 igbinary_DEPENDS=	converters/pecl-igbinary
 imap_DEPENDS=	mail/php${PHP_VER}-imap
 interbase_DEPENDS=	databases/php${PHP_VER}-interbase
-.if ${PHP_VER}	== 70
+.if ${PHP_VER} == 70
 intl_DEPENDS=	devel/php${PHP_VER}-intl
 .else
 intl_DEPENDS=	devel/pecl-intl



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