pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apache2 Require at least version 0.9.7.2.0.55 of t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e3f927472db
branches:  trunk
changeset: 501372:4e3f927472db
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Oct 21 10:31:18 2005 +0000

description:
Require at least version 0.9.7.2.0.55 of the "apr" package because
Apache 2.0.55 won't work with older versions. Bump package revision
because of this dependence change.

This fixes PR pkg/31872 by Carl Brewer.

diffstat:

 www/apache2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 4884a6037e76 -r 4e3f927472db www/apache2/Makefile
--- a/www/apache2/Makefile      Fri Oct 21 07:46:24 2005 +0000
+++ b/www/apache2/Makefile      Fri Oct 21 10:31:18 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.84 2005/10/17 10:28:46 tron Exp $
+# $NetBSD: Makefile,v 1.85 2005/10/21 10:31:18 tron Exp $
 
 .include "Makefile.common"
 
 PKGNAME=       apache-${APACHE_VERSION}
+PKGREVISION=   1
 CATEGORIES=    www
 
 HOMEPAGE=      http://httpd.apache.org/
@@ -27,6 +28,8 @@
 CONFIGURE_ARGS+=       --with-apr=${BUILDLINK_PREFIX.apr}
 CONFIGURE_ARGS+=       --with-apr-util=${BUILDLINK_PREFIX.apr}
 
+BUILDLINK_DEPENDS.apr= apr>=0.9.7.2.0.55
+
 .include "../../mk/bsd.prefs.mk"
 .include "../../devel/apr/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"



Home | Main Index | Thread Index | Old Index