pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Make the "apache2" package the default. Apache 1.3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8d34b0ee51c
branches:  trunk
changeset: 512423:d8d34b0ee51c
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue May 09 10:05:04 2006 +0000

description:
Make the "apache2" package the default. Apache 1.3.x is very outdated.

diffstat:

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

diffs (18 lines):

diff -r 5507cffe0197 -r d8d34b0ee51c mk/apache.mk
--- a/mk/apache.mk      Tue May 09 09:31:42 2006 +0000
+++ b/mk/apache.mk      Tue May 09 10:05:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.10 2006/04/06 06:23:05 reed Exp $
+# $NetBSD: apache.mk,v 1.11 2006/05/09 10:05:04 tron Exp $
 #
 # This Makefile fragment handles Apache dependencies and make variables,
 # and is meant to be included by packages that require Apache either at
@@ -54,7 +54,7 @@
 _PKG_APACHE_DEFAULT=   ${PKG_APACHE_DEFAULT}
 .endif
 .if !defined(_PKG_APACHE_DEFAULT)
-_PKG_APACHE_DEFAULT?=  apache13
+_PKG_APACHE_DEFAULT?=  apache2
 .endif
 
 _APACHE_PKGBASE.apache13=      apache-1\*



Home | Main Index | Thread Index | Old Index