summaryrefslogtreecommitdiff
path: root/textproc/p5-Net-Dict
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2011-11-06 02:44:14 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2011-11-06 02:44:14 +0000
commit6432bddb9873e364b3aeef095750ce4c8f144f9f (patch)
treefc251b5c1db67ab9f00bf8b16981b13233e63737 /textproc/p5-Net-Dict
parent7e570b0fb0f6e3c1e18c3de2b9bfad434bd7756b (diff)
downloadpkgsrc-6432bddb9873e364b3aeef095750ce4c8f144f9f.tar.gz
Update p5-Net-Dict to 2.08.
Change from previous: 2.08 2011-08-02 neilb * updated testsuite to refer to dict.org, as test.dict.org no longer exists * updated testsuite to reflect the much greater list of databases now hosted on dict.org
Diffstat (limited to 'textproc/p5-Net-Dict')
-rw-r--r--textproc/p5-Net-Dict/Makefile6
-rw-r--r--textproc/p5-Net-Dict/distinfo10
-rw-r--r--textproc/p5-Net-Dict/patches/patch-aa14
3 files changed, 17 insertions, 13 deletions
diff --git a/textproc/p5-Net-Dict/Makefile b/textproc/p5-Net-Dict/Makefile
index afb5689e02d..d13e39bb29a 100644
--- a/textproc/p5-Net-Dict/Makefile
+++ b/textproc/p5-Net-Dict/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2011/08/14 15:14:05 obache Exp $
+# $NetBSD: Makefile,v 1.6 2011/11/06 02:44:14 hiramatsu Exp $
#
-DISTNAME= Net-Dict-2.07
+DISTNAME= Net-Dict-2.08
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= net textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~neilb/Net-Dict/
COMMENT= Client API for the DICT protocol defined in RFC2229
+LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/textproc/p5-Net-Dict/distinfo b/textproc/p5-Net-Dict/distinfo
index 2d4a035197e..91cf10a8387 100644
--- a/textproc/p5-Net-Dict/distinfo
+++ b/textproc/p5-Net-Dict/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/03/15 15:41:29 obache Exp $
+$NetBSD: distinfo,v 1.2 2011/11/06 02:44:14 hiramatsu Exp $
-SHA1 (Net-Dict-2.07.tar.gz) = e96735711be9704b83f165470813bd23f1be7ca5
-RMD160 (Net-Dict-2.07.tar.gz) = 417d440c7278e6ebb5a778e5483dc409846aaa70
-Size (Net-Dict-2.07.tar.gz) = 30284 bytes
-SHA1 (patch-aa) = ed579c715c33e158d51bbf0cfd03021eaed476e7
+SHA1 (Net-Dict-2.08.tar.gz) = f8e77206f7c84534ebcb7cd4e6a0472f82acdf54
+RMD160 (Net-Dict-2.08.tar.gz) = c2cd03424866b6f96d6c1c9bfe226335d680cfb5
+Size (Net-Dict-2.08.tar.gz) = 32777 bytes
+SHA1 (patch-aa) = 7a9f201147c9ad8f202556258adbf8b34f781e86
diff --git a/textproc/p5-Net-Dict/patches/patch-aa b/textproc/p5-Net-Dict/patches/patch-aa
index 4299cc4f55b..a2e41bf8335 100644
--- a/textproc/p5-Net-Dict/patches/patch-aa
+++ b/textproc/p5-Net-Dict/patches/patch-aa
@@ -1,15 +1,19 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/03/15 15:41:29 obache Exp $
+$NetBSD: patch-aa,v 1.2 2011/11/06 02:44:14 hiramatsu Exp $
---- Makefile.PL.orig 2003-05-06 02:56:17.000000000 +0300
+Avoid interactive configuration during build.
+
+--- Makefile.PL.orig 2011-11-05 23:14:04.000000000 +0000
+++ Makefile.PL
-@@ -48,8 +48,8 @@ to skip "make test", then just hit retur
+@@ -48,8 +48,10 @@ to skip "make test", then just hit retur
EOF
- $host = prompt('what is the hostname for the DICT server?', $DEFAULT_HOST);
- $port = prompt('what is the port for the DICT server?', $DEFAULT_PORT);
-+ $host = "test.dict.org";
-+ $port = 2628;
++# $host = prompt('what is the hostname for the DICT server?', $DEFAULT_HOST);
++# $port = prompt('what is the port for the DICT server?', $DEFAULT_PORT);
++ $host = $DEFAULT_HOST;
++ $port = $DEFAULT_PORT;
print "\nWriting test config $test_config_file\n\n";
open(CFGFILE, "> $test_config_file")