svn commit: r456464 - head/www/unit-php56
Li-Wen Hsu
lwhsu at FreeBSD.org
Sat Dec 16 10:20:15 UTC 2017
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 at FreeBSD.org>
# $FreeBSD$
+PHP_VER?= 56
+
PKGNAMESUFFIX= -php${PHP_VER}
COMMENT= PHP module for NGINX Unit
More information about the svn-ports-all
mailing list