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 /misc | |
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 'misc')
-rw-r--r-- | misc/koffice/Makefile | 4 | ||||
-rw-r--r-- | misc/open2300-mysql/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
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 |