summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-09-09 21:28:07 +0000
committersno <sno@pkgsrc.org>2010-09-09 21:28:07 +0000
commitfb01c95ac4d38358eb5a1c41b282a8bcaac61174 (patch)
tree32ca299c66d456627a551ed80d444ea8f0ac5b18 /net
parentf334e257625123fbb91424987c5301a796840d3a (diff)
downloadpkgsrc-fb01c95ac4d38358eb5a1c41b282a8bcaac61174.tar.gz
Updating net/p5-Net-Ident from 1.20nb4 to 1.23
pkgsrc changes: - remove patch which remove a sub signature - it's fixed upstream Upstream changes: 1.23 Sun Jun 13 2010 - Setting values for read only tied hash %! is illegal. removing code. 1.22 Fri Jun 11 09:00:00 CST 2010 - Remove Apache (mod_perl) as a dep for this module 1.21 Fri Jun 11 01:00:00 CST 2010 - Move sub around to fix prototyping bug. - Remove broken ident hosts from list so tests don't break. Right now i know of no working public ident hosts. Patches welcome! - Update Makefile.PL with new options - Add META.yml to module - use %! to determine if error was EINPROGRESS to function in other languages
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Ident/Makefile5
-rw-r--r--net/p5-Net-Ident/distinfo9
-rw-r--r--net/p5-Net-Ident/patches/patch-aa13
3 files changed, 6 insertions, 21 deletions
diff --git a/net/p5-Net-Ident/Makefile b/net/p5-Net-Ident/Makefile
index 4eb91c6b154..e06eb02fccc 100644
--- a/net/p5-Net-Ident/Makefile
+++ b/net/p5-Net-Ident/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2010/08/21 16:35:25 seb Exp $
+# $NetBSD: Makefile,v 1.8 2010/09/09 21:28:07 sno Exp $
#
-DISTNAME= Net-Ident-1.20
+DISTNAME= Net-Ident-1.23
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
SVR4_PKGNAME= p5nid
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Ident/distinfo b/net/p5-Net-Ident/distinfo
index 1db5bebb2c5..6349b89333c 100644
--- a/net/p5-Net-Ident/distinfo
+++ b/net/p5-Net-Ident/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/02/13 22:18:24 heinz Exp $
+$NetBSD: distinfo,v 1.3 2010/09/09 21:28:07 sno Exp $
-SHA1 (Net-Ident-1.20.tar.gz) = 1780c4048c9f9b49477103bf2a6f6d2ec1aafe52
-RMD160 (Net-Ident-1.20.tar.gz) = 5d6693739d62f8fc5a6677f5d775338e6c56ebdc
-Size (Net-Ident-1.20.tar.gz) = 24983 bytes
-SHA1 (patch-aa) = d0eb4934d8130091cb9affcf35b27f72e74626af
+SHA1 (Net-Ident-1.23.tar.gz) = d9d37f37372f293c170a1023e4c7170d9a42ead9
+RMD160 (Net-Ident-1.23.tar.gz) = d4adb33286884b5cb92a15156c5463fd93d6cfca
+Size (Net-Ident-1.23.tar.gz) = 25923 bytes
diff --git a/net/p5-Net-Ident/patches/patch-aa b/net/p5-Net-Ident/patches/patch-aa
deleted file mode 100644
index 41f5bbf0e99..00000000000
--- a/net/p5-Net-Ident/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2010/02/13 22:18:25 heinz Exp $
-
---- Ident.pm.orig 1999-08-26 22:58:15.000000000 +0000
-+++ Ident.pm
-@@ -505,7 +507,7 @@ sub geterror ($) {
- }
-
- # provide import magic
--sub _export_hooks () {
-+sub _export_hooks {
- my($tag, $hook);
- while ( ($tag, $hook) = each %EXPORT_HOOKS ) {
- my $hookname = "_export_hook_$tag"; # pseudo-function name