diff options
author | xtraeme <xtraeme> | 2006-01-08 18:35:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-01-08 18:35:08 +0000 |
commit | 07d471794ced7b5003de13454e4df5d1a0108de9 (patch) | |
tree | 2022c3b625fc2ab7ad7fb19b5f4350694b55c659 /security/pam-mysql | |
parent | 265e8631f546bace4e1c11237189ad3373213f76 (diff) | |
download | pkgsrc-07d471794ced7b5003de13454e4df5d1a0108de9.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 'security/pam-mysql')
-rw-r--r-- | security/pam-mysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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/} |