diff options
43 files changed, 87 insertions, 75 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile index 4d53991162d..c4bc450ec15 100644 --- a/chat/jabberd2/Makefile +++ b/chat/jabberd2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2005/12/29 06:21:33 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/01/08 18:35:09 xtraeme Exp $ # DISTNAME= jabberd-2.0s10 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://files.jabberstudio.org/jabberd2/ diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile index 3ab444444cb..22c10faa135 100644 --- a/databases/kmysqladmin/Makefile +++ b/databases/kmysqladmin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2006/01/06 15:10:01 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/01/08 18:35:08 xtraeme Exp $ DISTNAME= kmysqladmin-0.7.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases kde MASTER_SITES= http://www.alwins-world.de/programs/download/kmysqladmin/ diff --git a/databases/myodbc/Makefile b/databases/myodbc/Makefile index aa5e5105b34..2fd79f0850d 100644 --- a/databases/myodbc/Makefile +++ b/databases/myodbc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2006/01/07 21:41:48 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2006/01/08 18:35:08 xtraeme Exp $ # DISTNAME= MyODBC-2.50.36 PKGNAME= myodbc-2.50.36 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases MASTER_SITES= http://www.mysql.com/Downloads/MyODBC/ diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index a271bac6a20..a65d1ec16d9 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2005/08/06 06:19:06 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/01/08 18:35:08 xtraeme Exp $ # DISTNAME= DBD-mysql-2.9004 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= p5dmy CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/php-mysql/Makefile b/databases/php-mysql/Makefile index 2dd31358bf3..3342b91da10 100644 --- a/databases/php-mysql/Makefile +++ b/databases/php-mysql/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2005/12/05 20:49:58 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/01/08 18:35:08 xtraeme Exp $ MODNAME= mysql +PKGREVISION= 1 CATEGORIES+= databases COMMENT= PHP extension for MySQL databases diff --git a/databases/php-pdo_mysql/Makefile b/databases/php-pdo_mysql/Makefile index cce33ddfe91..6ac99c630cb 100644 --- a/databases/php-pdo_mysql/Makefile +++ b/databases/php-pdo_mysql/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2005/12/03 17:24:28 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/08 18:35:08 xtraeme Exp $ PDO_DRIVER= mysql PDO_COMMENT= MySQL PDO_VERSION= 1.0.1 +PKGREVISION= 1 + .include "../../databases/php-pdo/module.mk" CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.mysql-client} diff --git a/databases/php5-mysqli/Makefile b/databases/php5-mysqli/Makefile index 0b5b4e44730..ce96d5c8310 100644 --- a/databases/php5-mysqli/Makefile +++ b/databases/php5-mysqli/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:14 tv Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/08 18:35:08 xtraeme Exp $ MODNAME= mysqli +PKGREVISION= 1 CATEGORIES+= databases COMMENT= PHP5 extension for MySQL 4.1 and later databases @@ -12,7 +13,5 @@ CONFIGURE_ARGS+= --with-${MODNAME}=${PREFIX}/bin/mysql_config PHP_VERSION_REQD= 5 .include "../../lang/php/ext.mk" - -MYSQL_VERSION_REQD= 41 .include "../../mk/mysql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/py-mysqldb/Makefile b/databases/py-mysqldb/Makefile index e7aec7fc399..abd4d0af31c 100644 --- a/databases/py-mysqldb/Makefile +++ b/databases/py-mysqldb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2005/04/26 13:28:26 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/01/08 18:35:08 xtraeme Exp $ DISTNAME= MySQL-python-0.9.2 PKGNAME= ${PYPKGPREFIX}-mysqldb-0.9.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mysql-python/} diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index 1f4b6ae4ef4..ee1e1341770 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2006/01/03 15:07:29 taca Exp $ +# $NetBSD: Makefile,v 1.21 2006/01/08 18:35:08 xtraeme Exp $ # DISTNAME= mysql-ruby-2.7 PKGNAME= ${RUBY_PKGPREFIX}-mysql-2.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= databases ruby MASTER_SITES= http://tmtm.org/downloads/mysql/ruby/ diff --git a/databases/tcl-fbsql/Makefile b/databases/tcl-fbsql/Makefile index 483db636524..f09b903113e 100644 --- a/databases/tcl-fbsql/Makefile +++ b/databases/tcl-fbsql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:44 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/01/08 18:35:09 xtraeme Exp $ DISTNAME= fbsql.c PKGNAME= tcl-fbsql-1.06 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases MASTER_SITES= http://www.fastbase.co.nz/fbsql/ EXTRACT_SUFX= diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index 572495c82d7..db1fb066ad1 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:01 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2006/01/08 18:35:09 xtraeme Exp $ # DISTNAME= xmysql-1.10 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= databases x11 MASTER_SITES= http://web.wt.net/~dblhack/ @@ -10,8 +10,6 @@ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://web.wt.net/~dblhack COMMENT= Graphical front end to the MySQL database engine -BUILDLINK_DEPENDS.mysql-client= mysql-client>=3.23.35 - MAKE_ENV+= X11PREFIX=${X11PREFIX:Q} BUILD_TARGET= xmysql diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index 25f7d11bbcb..d3bea60adf9 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2005/12/05 20:50:01 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/01/08 18:35:09 xtraeme Exp $ # DISTNAME= xmysqladmin-1.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= databases x11 MASTER_SITES= http://gd.tuwien.ac.at/db/mysql/Downloads/Contrib/ \ http://mysql-mirror.free.fr/Downloads/Contrib/ \ @@ -14,8 +14,6 @@ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://www.mysql.com/ COMMENT= Graphical front end for administering MySQL databases -BUILDLINK_DEPENDS.mysql-client= mysql-client>=3.23.35 - MAKE_ENV+= X11PREFIX=${X11PREFIX:Q} BUILD_TARGET= xmysqladmin diff --git a/databases/xsqlmenu/Makefile b/databases/xsqlmenu/Makefile index 8f566c557fd..450269d7160 100644 --- a/databases/xsqlmenu/Makefile +++ b/databases/xsqlmenu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2005/12/05 20:50:01 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2006/01/08 18:35:09 xtraeme Exp $ # DISTNAME= xsqlmenu-2.10 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= databases MASTER_SITES= http://www.jlab.org/~saw/xsqlmenu/ diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile index a18b47d50e7..f19221567d8 100644 --- a/devel/mantis/Makefile +++ b/devel/mantis/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2005/12/29 06:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/08 18:35:09 xtraeme Exp $ DISTNAME= mantis-1.0.0rc4 +PKGREVISION= 1 CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/} diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index b17b4ddd560..96342a06ce7 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2005/12/29 06:21:48 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2006/01/08 18:35:09 xtraeme Exp $ DISTNAME= dspam-3.6.2 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 3886c43655f..5727340cc7f 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2005/12/29 06:21:49 jlam Exp $ +# $NetBSD: Makefile,v 1.74 2006/01/08 18:35:09 xtraeme Exp $ DISTNAME= exim-4.54 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile index 25722d66518..6cd80c75f40 100644 --- a/mail/exim3/Makefile +++ b/mail/exim3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2005/12/29 06:21:49 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/08 18:35:10 xtraeme Exp $ DISTNAME= exim-3.36 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail net MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://public.planetmirror.com.au/pub/exim/exim3/ diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index 938f56d6d42..eded466afc1 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2005/12/29 06:21:49 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/08 18:35:10 xtraeme Exp $ # .include "../../mail/ezmlm/Makefile.common" DISTNAME= ezmlm-idx-0.443 +PKGREVISION= 1 SITES_${DISTNAME}.tar.gz= http://www.ezmlm.org/archive/${PKGVERSION}/ MAINTAINER= schmonz@NetBSD.org diff --git a/mail/gld/Makefile b/mail/gld/Makefile index 89c8570e383..43864e8650b 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2005/12/29 06:21:50 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/01/08 18:35:10 xtraeme Exp $ # DISTNAME= gld-1.5.2 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.gasmi.net/down/ EXTRACT_SUFX= .tgz diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 04246a6a0d4..960996cdf28 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2005/12/31 15:16:18 martti Exp $ +# $NetBSD: Makefile,v 1.54 2006/01/08 18:35:10 xtraeme Exp $ DISTNAME= postfix-2.3-20051128 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ http://public.planetmirror.com.au/pub/postfix/experimental/ diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 8ad0445d218..f7ecbd4acba 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.173 2005/12/31 15:16:18 martti Exp $ +# $NetBSD: Makefile,v 1.174 2006/01/08 18:35:10 xtraeme Exp $ DISTNAME= postfix-2.2.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 0a11ede81ba..e812497ddf0 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2005/12/29 06:21:54 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/08 18:35:10 xtraeme Exp $ DISTNAME= teapop-0.3.8 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 289672ba54c..211fa573262 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2006/01/06 15:10:06 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2006/01/08 18:35:09 xtraeme Exp $ DISTNAME= koffice-1.4.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= misc kde MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.4.2/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.4.2/src/ \ diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile index a0375f256ce..1cc2f104c32 100644 --- a/misc/open2300-mysql/Makefile +++ b/misc/open2300-mysql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:40 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/08 18:35:09 xtraeme Exp $ # PKGNAME= ${DISTNAME:S/-/-mysql-/} +PKGREVISION= 1 COMMENT= WS 23xx weather station MySQL support PATCHDIR= ${.CURDIR}/../open2300/patches diff --git a/net/boinc3-seti/Makefile b/net/boinc3-seti/Makefile index 0f180053b4a..fa2b0d5c8f7 100644 --- a/net/boinc3-seti/Makefile +++ b/net/boinc3-seti/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:44 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/08 18:35:10 xtraeme Exp $ # DISTNAME= seti_boinc-client-cvs-2004-07-15 PKGNAME= boinc3-seti-20040715 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://boinc.berkeley.edu/seti_source/nightly/ diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 69f151880ad..1afccd92831 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:13 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/01/08 18:35:11 xtraeme Exp $ # DISTNAME= entropy_rsa-${ENTROPY_VERSION} PKGNAME= entropy-${ENTROPY_VERSION:S/-/./} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/entropy_rsa-${ENTROPY_VERSION:C/-.*$//} CATEGORIES= net www MASTER_SITES= http://entropy.stop1984.com/files/ diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index 3d0020010ca..ddc26441087 100644 --- a/net/flow-tools/Makefile +++ b/net/flow-tools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2005/12/29 06:21:58 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/01/08 18:35:11 xtraeme Exp $ DISTNAME= flow-tools-0.68 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index 08d11d4c09f..ae2b3c20462 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2005/12/29 06:21:58 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2006/01/08 18:35:11 xtraeme Exp $ DISTNAME= freeradius-1.0.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ ftp://ftp.Awfulhak.org/pub/radius/ diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile index cf985968021..62c5051db80 100644 --- a/net/mydns-mysql/Makefile +++ b/net/mydns-mysql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2005/11/05 12:24:35 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/08 18:35:11 xtraeme Exp $ PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= MySQL-based DNS server CONFLICTS= mydns-pgsql-[0-9]* diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 318af1f3921..c1096521e8b 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2005/12/29 06:22:01 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/01/08 18:35:11 xtraeme Exp $ DISTNAME= proftpd-1.3.0rc3 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.servus.at/ProFTPD/distrib/source/ \ diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index 60417d224ea..c3dd14b04c0 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2005/12/29 06:22:01 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/08 18:35:11 xtraeme Exp $ DISTNAME= pure-ftpd-1.0.20 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \ diff --git a/net/samba/Makefile b/net/samba/Makefile index 04ae87c831e..47cb747967e 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.157 2006/01/06 00:15:21 joerg Exp $ +# $NetBSD: Makefile,v 1.158 2006/01/08 18:35:11 xtraeme Exp $ .include "Makefile.mirrors" DISTNAME= samba-3.0.21a +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${SAMBA_MIRRORS:=old-versions/} DIST_SUBDIR= ${DISTNAME} diff --git a/net/snort-mysql/Makefile b/net/snort-mysql/Makefile index 36ec01c37cc..9eb18caa7be 100644 --- a/net/snort-mysql/Makefile +++ b/net/snort-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2006/01/03 17:34:40 adrianp Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/08 18:35:11 xtraeme Exp $ .include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Network Intrusion Detection System (with MySQL support) diff --git a/security/base/Makefile b/security/base/Makefile index f96bdfc8486..2f917c4ba90 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/03 21:09:44 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/08 18:35:11 xtraeme Exp $ # DISTNAME= base-1.2.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/} diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 3d9d0a4c7de..918fe119a8f 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:32 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/08 18:35:11 xtraeme Exp $ DISTNAME= pam_mysql-0.5 PKGNAME= ${DISTNAME:S/_/-/} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pam-mysql/} diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index a4af94b3175..7ca024c3328 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2005/12/08 01:04:44 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/01/08 18:35:11 xtraeme Exp $ CONFLICTS+= bacula-client-[0-9]* +PKGREVISION= 1 .include "options.mk" 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/ diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile index 237549a7585..6ededd4db47 100644 --- a/x11/efltk/Makefile +++ b/x11/efltk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/11/07 15:48:16 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/08 18:35:12 xtraeme Exp $ # DISTNAME= efltk-2.0.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ede/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile index 0fac60ab451..4739ab4f9b6 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2005/12/05 20:51:19 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/08 18:35:12 xtraeme Exp $ .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-mysql-${QTVERSION} +PKGREVISION= 1 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |