diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2009-03-25 02:28:58 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2009-03-25 02:28:58 +0000 |
commit | a7608b0e026b854409df36dcaaab530924ad71f1 (patch) | |
tree | c5e78c9b133ccc9ca291b13778e651cf97d0e882 /textproc/wordnet | |
parent | 668e64dcba3394c2f6a70a9e1b83bd15da17d777 (diff) |
Notes
Diffstat (limited to 'textproc/wordnet')
-rw-r--r-- | textproc/wordnet/Makefile | 2 | ||||
-rw-r--r-- | textproc/wordnet/files/patch-ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index 6e9ad7d54cf7..e5c763e293ad 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -7,7 +7,7 @@ PORTNAME= WordNet PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PORTVERSION}/ \ http://wordnet.princeton.edu/${PORTVERSION}/ diff --git a/textproc/wordnet/files/patch-ac b/textproc/wordnet/files/patch-ac index 25cc1a162683..c56ff89456c4 100644 --- a/textproc/wordnet/files/patch-ac +++ b/textproc/wordnet/files/patch-ac @@ -257,6 +257,6 @@ - return TCL_OK; + Tcl_CreateObjCommand (interp, "wnlicense", wn_license, + (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL); -+ return Tcl_PkgProvide(interp, "Wordnet", "2.1"); ++ return Tcl_PkgProvide(interp, "Wordnet", "3.0"); } - |