diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-08 18:35:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-08 18:35:08 +0000 |
commit | 35f7387178f97fcb3d7bc2d2199a78d3dbffd212 (patch) | |
tree | 2022c3b625fc2ab7ad7fb19b5f4350694b55c659 /www | |
parent | f5052938a971361fdfe6c1668fc9a4324604cd59 (diff) | |
download | pkgsrc-35f7387178f97fcb3d7bc2d2199a78d3dbffd212.tar.gz |
Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-mysql/Makefile | 4 | ||||
-rw-r--r-- | www/ap2-auth-mysql/Makefile | 4 | ||||
-rw-r--r-- | www/drupal/Makefile | 4 | ||||
-rw-r--r-- | www/horde3/Makefile | 3 | ||||
-rw-r--r-- | www/lighttpd/Makefile | 3 |
5 files changed, 10 insertions, 8 deletions
diff --git a/www/ap-auth-mysql/Makefile b/www/ap-auth-mysql/Makefile index 830daf0407e..9ee6613235c 100644 --- a/www/ap-auth-mysql/Makefile +++ b/www/ap-auth-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:49 tv Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/08 18:35:11 xtraeme Exp $ # DISTNAME= libapache-mod-auth-mysql_4.3.1 PKGNAME= ${DISTNAME:S/libapache-mod/ap/:S/_/-/} -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} CATEGORIES= www databases security MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/liba/libapache-mod-auth-mysql/} diff --git a/www/ap2-auth-mysql/Makefile b/www/ap2-auth-mysql/Makefile index b22d2b51e20..8f22b8e6e0a 100644 --- a/www/ap2-auth-mysql/Makefile +++ b/www/ap2-auth-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:51 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/01/08 18:35:11 xtraeme Exp $ # DISTNAME= mod_auth_mysql.c PKGNAME= ap2-auth-mysql-1.11.12 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www databases MASTER_SITES= ftp://ftp.kcilink.com/pub/ DISTFILES= ${DISTNAME}.gz mysql-group-auth.txt diff --git a/www/drupal/Makefile b/www/drupal/Makefile index 96f5f1dd13e..e3d7b5998be 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/01/06 12:06:35 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/08 18:35:11 xtraeme Exp $ DISTNAME= drupal-4.6.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ diff --git a/www/horde3/Makefile b/www/horde3/Makefile index 4bbad76cf27..b571e98e2dd 100644 --- a/www/horde3/Makefile +++ b/www/horde3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2005/12/29 06:22:23 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/08 18:35:11 xtraeme Exp $ DISTNAME= horde-3.0.9 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 17ec3a4c9ad..bf89a052e5f 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/12/29 06:22:23 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/08 18:35:12 xtraeme Exp $ DISTNAME= lighttpd-1.4.8 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ |