pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php Make PHP version 5.x the default. Security up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf7f261c6327
branches:  trunk
changeset: 512424:cf7f261c6327
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue May 09 10:06:34 2006 +0000

description:
Make PHP version 5.x the default. Security updates for PHP 4.x are
simply releasted much too slow these days.

diffstat:

 lang/php/phpversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d8d34b0ee51c -r cf7f261c6327 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Tue May 09 10:05:04 2006 +0000
+++ b/lang/php/phpversion.mk    Tue May 09 10:06:34 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.3 2005/05/09 19:24:46 jdolecek Exp $
+# $NetBSD: phpversion.mk,v 1.4 2006/05/09 10:06:34 tron Exp $
 # PHP wrapper, for module builds
 
 .if !defined(PHPVERSION_MK)
@@ -6,7 +6,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-PHP_VERSION_DEFAULT?=          4
+PHP_VERSION_DEFAULT?=          5
 PHP_VERSIONS_ACCEPTED?=                4 5
 
 # transform the list into individual variables



Home | Main Index | Thread Index | Old Index