aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-QueryData/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-05-24 06:42:45 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-05-24 06:42:45 +0000
commite20b7be23ad1d3f4ccc41a9c6758954207c0ba55 (patch)
tree954b7a51d5f474250078ab2fc429847c79b7c443 /textproc/p5-WordNet-QueryData/Makefile
parent170ff4dd4234461a02d5f395372d98f2efb9bb8b (diff)
downloadports-e20b7be23ad1d3f4ccc41a9c6758954207c0ba55.tar.gz
ports-e20b7be23ad1d3f4ccc41a9c6758954207c0ba55.zip
- update to 1.38
- from ChangeLog * QueryData.pm (tokenDetach): change match pattern from \w+ to .+; old code wasn't matching words with hyphens! (e.g. go-karts)
Notes
Notes: svn path=/head/; revision=136009
Diffstat (limited to 'textproc/p5-WordNet-QueryData/Makefile')
-rw-r--r--textproc/p5-WordNet-QueryData/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile
index d9281d1c74a5..16b0120f4621 100644
--- a/textproc/p5-WordNet-QueryData/Makefile
+++ b/textproc/p5-WordNet-QueryData/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WordNet-QueryData
-PORTVERSION= 1.37
+PORTVERSION= 1.38
PORTREVISION= 0
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}