diff options
Diffstat (limited to 'lang/php5/Makefile.common')
-rw-r--r-- | lang/php5/Makefile.common | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common index e0608347f66..30a768a69a1 100644 --- a/lang/php5/Makefile.common +++ b/lang/php5/Makefile.common @@ -1,7 +1,16 @@ -# $NetBSD: Makefile.common,v 1.34 2009/02/25 16:16:33 tnn Exp $ +# $NetBSD: Makefile.common,v 1.35 2009/03/02 22:52:17 adrianp Exp $ # used by lang/php5/Makefile.php # used by lang/php/ext.mk +# +# NOTE: +# The suhosin option includes a patch from http://www.hardened-php.net/ +# Which tracks with the exact version number of PHP. There may be a delay +# in the patch which can leave the option broken until an updated patch +# is released. When updating PHP please don't forget to update the +# distnfo with the details of the suhosin patch as well. +# + .if !defined(DISTNAME) DISTNAME= php-${PHP_BASE_VERS} DIST_SUBDIR= ${DISTNAME} @@ -17,7 +26,7 @@ EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= jdolecek@NetBSD.org HOMEPAGE?= http://www.php.net/ -PHP_BASE_VERS= 5.2.8 +PHP_BASE_VERS= 5.2.9 PHP_EXTENSION_DIR= lib/php/20040412 PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR:Q} |