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
This commit is contained in:
sno 2010-09-09 21:28:07 +00:00
parent f334e25762
commit fb01c95ac4
3 changed files with 6 additions and 21 deletions

View file

@ -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/}

View file

@ -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

View file

@ -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