diff options
author | adam <adam> | 2014-01-11 14:42:00 +0000 |
---|---|---|
committer | adam <adam> | 2014-01-11 14:42:00 +0000 |
commit | e4010742a4167bc7ae45a02c57796d16e9c209ad (patch) | |
tree | 58b6f1e9a2b75837dbd01d6d52a48b640123fc60 /textproc | |
parent | fd4dc655265beb0d2947adeaaaffab5afa71a9d9 (diff) | |
download | pkgsrc-e4010742a4167bc7ae45a02c57796d16e9c209ad.tar.gz |
Revbump after updating tcl/tk.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/WordNet/Makefile | 4 | ||||
-rw-r--r-- | textproc/catdoc-tk/Makefile | 3 | ||||
-rw-r--r-- | textproc/tcl-expat/Makefile | 4 | ||||
-rw-r--r-- | textproc/tcl-tDOM/Makefile | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/textproc/WordNet/Makefile b/textproc/WordNet/Makefile index aba9ec328d0..540fa41d708 100644 --- a/textproc/WordNet/Makefile +++ b/textproc/WordNet/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2013/06/06 12:55:06 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/01/11 14:42:05 adam Exp $ # DISTNAME= WordNet-3.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://wordnet.princeton.edu/3.0/ \ ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/ diff --git a/textproc/catdoc-tk/Makefile b/textproc/catdoc-tk/Makefile index 7c69fe76f6e..f41d906ec4b 100644 --- a/textproc/catdoc-tk/Makefile +++ b/textproc/catdoc-tk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2013/06/16 09:08:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/11 14:42:05 adam Exp $ .include "../../textproc/catdoc/Makefile.common" PKGNAME= ${DISTNAME:S/catdoc_/catdoc-tk-/:S/.orig//} +PKGREVISION= 1 COMMENT= Tk interface for MS-Word to plain text converter DEPENDS+= catdoc>=0.94.4:../../textproc/catdoc diff --git a/textproc/tcl-expat/Makefile b/textproc/tcl-expat/Makefile index 3c5d93af424..74056cf7e5a 100644 --- a/textproc/tcl-expat/Makefile +++ b/textproc/tcl-expat/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2012/10/25 06:57:03 asau Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/11 14:42:06 adam Exp $ # DISTNAME= TclExpat-1.1 PKGNAME= tcl-expat-1.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc www tcl MASTER_SITES= http://www.zveno.com/in-tclxml/ diff --git a/textproc/tcl-tDOM/Makefile b/textproc/tcl-tDOM/Makefile index 4809d167e28..42a9d6a3a7f 100644 --- a/textproc/tcl-tDOM/Makefile +++ b/textproc/tcl-tDOM/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2012/10/25 06:57:03 asau Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/11 14:42:06 adam Exp $ # DISTNAME= tDOM-0.8.3 PKGNAME= tcl-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://cloud.github.com/downloads/tDOM/tdom/ EXTRACT_SUFX= .tgz |