diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-08-01 00:58:31 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-08-01 00:58:31 +0000 |
commit | d18238a32dba7e7f832abf99592a77a62ca79404 (patch) | |
tree | 8a6f1127289db208a7b1325f5cb4172ea122ce53 /www | |
parent | 2beeef5b7f6f96be78d28e19af2ffa64f4768c9f (diff) | |
download | pkgsrc-d18238a32dba7e7f832abf99592a77a62ca79404.tar.gz |
Crank libmm dependency versions and dependent pkg revisions.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-aolserver/Makefile | 5 | ||||
-rw-r--r-- | www/apache/Makefile | 4 | ||||
-rw-r--r-- | www/apache6/Makefile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/www/ap-aolserver/Makefile b/www/ap-aolserver/Makefile index b661d61e4a5..92a97227052 100644 --- a/www/ap-aolserver/Makefile +++ b/www/ap-aolserver/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2002/06/21 15:01:54 cjones Exp $ +# $NetBSD: Makefile,v 1.10 2002/08/01 00:58:32 mycroft Exp $ # DISTNAME= mod_aolserver-1.1 PKGNAME= ap-aolserver-1.1 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -11,7 +12,7 @@ HOMEPAGE= http://www.arsdigita.com/acs-repository/one-version?version_id=601 COMMENT= Module that emulates AOLServer in Apache DEPENDS+= postgresql-lib>=7.0:../../databases/postgresql-lib -DEPENDS+= libmm>=1.1.3:../../devel/libmm +DEPENDS+= libmm>=1.2.1:../../devel/libmm DEPENDS+= tcl>=8.3:../../lang/tcl DEPENDS+= apache{,6}-1.3.*:../../www/apache diff --git a/www/apache/Makefile b/www/apache/Makefile index 6f6929b7e6d..965fef03d7e 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2002/07/30 18:40:14 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2002/08/01 00:58:33 mycroft Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -6,7 +6,7 @@ DISTNAME= apache_${APACHE_VERSION} PKGNAME= apache-${APACHE_VERSION} APACHE_VERSION= 1.3.26 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ http://www.apache.de/dist/httpd/ diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 245de068136..22d4ec13618 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2002/07/30 18:40:15 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2002/08/01 00:58:33 mycroft Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -10,7 +10,7 @@ DISTNAME= apache_${APACHE_VERSION} PKGNAME= apache6-${APACHE_VERSION} APACHE_VERSION= 1.3.26 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ http://www.apache.de/dist/httpd/ \ |