Date: Sat, 16 Dec 2017 10:20:14 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456464 - head/www/unit-php56 Message-ID: <201712161020.vBGAKEE9019908@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Sat Dec 16 10:20:14 2017 New Revision: 456464 URL: https://svnweb.freebsd.org/changeset/ports/456464 Log: - Explicitly specify PHP_VER, this fixes when default php version is not 5.6 Notified by: brnrd Approved by: osa (maintainer) Modified: head/www/unit-php56/Makefile Modified: head/www/unit-php56/Makefile ============================================================================== --- head/www/unit-php56/Makefile Sat Dec 16 09:01:01 2017 (r456463) +++ head/www/unit-php56/Makefile Sat Dec 16 10:20:14 2017 (r456464) @@ -1,6 +1,8 @@ # Created by: Li-Wen Hsu <lwhsu@FreeBSD.org> # $FreeBSD$ +PHP_VER?= 56 + PKGNAMESUFFIX= -php${PHP_VER} COMMENT= PHP module for NGINX Unit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712161020.vBGAKEE9019908>