diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-06 21:27:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-06 21:27:53 +0000 |
commit | cb301946b11889b53fc4217820f1f6e6b67e74ff (patch) | |
tree | 553761ed4b9014dee6f6e95a8142fad39042d116 /textproc/WordNet/Makefile | |
parent | 8c1ab900671b8c8083da688873d664e33609b289 (diff) | |
download | pkgsrc-cb301946b11889b53fc4217820f1f6e6b67e74ff.tar.gz |
Use newer upstream patch:
Fixes (non-security) problem in security patch.
Bump PKGREVISION.
Diffstat (limited to 'textproc/WordNet/Makefile')
-rw-r--r-- | textproc/WordNet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/WordNet/Makefile b/textproc/WordNet/Makefile index eeb097b1b15..c57776cd05f 100644 --- a/textproc/WordNet/Makefile +++ b/textproc/WordNet/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2008/09/01 14:58:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/09/06 21:27:53 wiz Exp $ # DISTNAME= WordNet-3.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://wordnet.princeton.edu/3.0/ \ ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/ -PATCHFILES= wordnet.patch +PATCHFILES= wordnet.patch.2 PATCH_SITES= http://www.ocert.org/analysis/2008-014/ PATCH_DIST_STRIP= -p1 |