diff options
author | taca <taca@pkgsrc.org> | 2008-09-18 12:35:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-09-18 12:35:27 +0000 |
commit | 1a116e4c6e710e5fff946b3cdf338037e2d4b2bd (patch) | |
tree | 35ead878ecd57c9b11460abc84f9546f161f3884 /inputmethod | |
parent | eff33425fd47e1ce6082c7954db2e0d832ded3dd (diff) | |
download | pkgsrc-1a116e4c6e710e5fff946b3cdf338037e2d4b2bd.tar.gz |
Bump PKGREVISION of inputmethod/canna* packages.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/canna-canuum/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/canna-lib/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/canna-server/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/canna/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/inputmethod/canna-canuum/Makefile b/inputmethod/canna-canuum/Makefile index f290204df70..a60dba014be 100644 --- a/inputmethod/canna-canuum/Makefile +++ b/inputmethod/canna-canuum/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2007/01/07 09:13:56 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2008/09/18 12:35:27 taca Exp $ -PKGREVISION= 1 +PKGREVISION= 2 CANNA_MODULE= canuum .include "../../inputmethod/canna/Makefile.common" diff --git a/inputmethod/canna-lib/Makefile b/inputmethod/canna-lib/Makefile index 979906adbc7..77c3c294d62 100644 --- a/inputmethod/canna-lib/Makefile +++ b/inputmethod/canna-lib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2006/07/05 04:48:28 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2008/09/18 12:35:27 taca Exp $ -PKGREVISION= 1 +PKGREVISION= 2 CANNA_MODULE= lib .include "../../inputmethod/canna/Makefile.common" diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile index 6f5a8e2e7cc..81a31d6f2c2 100644 --- a/inputmethod/canna-server/Makefile +++ b/inputmethod/canna-server/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2007/07/04 20:54:39 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2008/09/18 12:35:27 taca Exp $ -PKGREVISION= 2 +PKGREVISION= 3 CANNA_MODULE= server .include "../../inputmethod/canna/Makefile.common" diff --git a/inputmethod/canna/Makefile b/inputmethod/canna/Makefile index 369136ff680..2676923c109 100644 --- a/inputmethod/canna/Makefile +++ b/inputmethod/canna/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/09/18 12:35:27 taca Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" PKGNAME:= Canna-${CANNA_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 DEPENDS+= Canna-server>=${CANNA_VERSION}nb2:../../inputmethod/canna-server DEPENDS+= Canna-dict>=${CANNA_VERSION}nb1:../../inputmethod/canna-dict |