diff options
author | mef <mef@pkgsrc.org> | 2015-03-10 12:00:13 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-10 12:00:13 +0000 |
commit | e1950daf7ae31dae987401eb64a222ab5909b960 (patch) | |
tree | c2cc5130a5106efb9de51128dd3495165c643ea3 /textproc/p5-Net-Dict | |
parent | 0b4a3491267a22feda42d8a962707f955cc3e3be (diff) | |
download | pkgsrc-e1950daf7ae31dae987401eb64a222ab5909b960.tar.gz |
(pkgsrc)
- remove patch-aa, no longer necessary.
(comment was: Avoid interactive configuration during build.)
(upstream)
- Update 2.08 to 2.19
-------------------
2.19 2014-12-17
- Fixed failing tests - caused by updated dictionaries on dict.org
- Added a TODO.md file with the things I want to get around to doing.
2.18 2014-06-26
- Some of the dict.org databases have been updated, needing updates
to databases. Reported by RJBS.
- Converted tests to use eq_or_diff() from Test::Differences,
also suggested by RJBS.
2.17 2014-04-25
- Converted all remaining tests to use Test::More
- Tidied up SEE ALSO, including fixing of broken links
- Tidied up code snippets in the doc
- Reformatted code according to my current conventions,
and got rid of a few rogue tab characters
2.16 2014-04-20
- Test server config in Net::Dict::TestConfig in t/lib.
We no longer prompt for test config -- it hasn't changed in years.
- Refactored t/connection.t to use Test::More
2.15 2014-04-04
- tkdict script had a very site-specific #! path. Changed to use env.
RT#92184
2.14 2014-03-28
- We weren't correctly handling dictionary db names containing a '-'.
Fix from RJBS.
2.13 2013-12-23
- Added "use warnings" to Net::Dict
- Specified min perl version as 5.006 in Makefile.PL
2.12 2013-11-18
- Corrected the dependency I meant to add in the previous release.
I added a dependency on Net::Dict (ie itself) instead.
2.11 2013-11-15
- Added missing dependency (AppConfig::Std) to Makefile.PL
2.10 2013-07-20
- Reformatted this file according to CPAN::Changes::Spec
- Repository details added to metadata (Makefile.PL) and pod
- License type added to metadata (Makefile.PL)
2.09 2011-12-18
- Fixed tests that started breaking due to changes in the dict.org server
- Renamed ChangeLog to Changes & tweaked formatting to CPAN::Changes::Spec
Diffstat (limited to 'textproc/p5-Net-Dict')
-rw-r--r-- | textproc/p5-Net-Dict/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Net-Dict/distinfo | 9 | ||||
-rw-r--r-- | textproc/p5-Net-Dict/patches/patch-aa | 19 |
3 files changed, 11 insertions, 27 deletions
diff --git a/textproc/p5-Net-Dict/Makefile b/textproc/p5-Net-Dict/Makefile index 276e9f786d2..9c6ff463147 100644 --- a/textproc/p5-Net-Dict/Makefile +++ b/textproc/p5-Net-Dict/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2014/10/09 14:07:03 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/03/10 12:00:13 mef Exp $ # -DISTNAME= Net-Dict-2.08 +DISTNAME= Net-Dict-2.19 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= net textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} @@ -18,6 +17,11 @@ CONFLICTS= dict-client-[0-9]* DEPENDS+= p5-AppConfig-Std-[0-9]*:../../devel/p5-AppConfig-Std DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk +# only for make test +DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences + +REPLACE_PERL+= dict +REPLACE_PERL+= tkdict .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Net-Dict/distinfo b/textproc/p5-Net-Dict/distinfo index 91cf10a8387..770479397a1 100644 --- a/textproc/p5-Net-Dict/distinfo +++ b/textproc/p5-Net-Dict/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/11/06 02:44:14 hiramatsu Exp $ +$NetBSD: distinfo,v 1.3 2015/03/10 12:00:13 mef Exp $ -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 +SHA1 (Net-Dict-2.19.tar.gz) = 610de3a8281687b026fb5d30b0a3287bd2ee7544 +RMD160 (Net-Dict-2.19.tar.gz) = beb1892dd33e72c1d27e5f49f74845a2abb561aa +Size (Net-Dict-2.19.tar.gz) = 35984 bytes diff --git a/textproc/p5-Net-Dict/patches/patch-aa b/textproc/p5-Net-Dict/patches/patch-aa deleted file mode 100644 index a2e41bf8335..00000000000 --- a/textproc/p5-Net-Dict/patches/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2011/11/06 02:44:14 hiramatsu Exp $ - -Avoid interactive configuration during build. - ---- Makefile.PL.orig 2011-11-05 23:14:04.000000000 +0000 -+++ Makefile.PL -@@ -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 = 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") |