update to 2.76, adds lot of tlds
take maintainership
This commit is contained in:
parent
ded4ddb041
commit
d3f6bf6b00
@ -1,10 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2014/05/30 13:11:34 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2014/07/12 16:13:24 giovanni Exp $
|
||||
|
||||
COMMENT= extension for unparsed raw whois information
|
||||
|
||||
DISTNAME= Net-Whois-Raw-2.63
|
||||
DISTNAME= Net-Whois-Raw-2.76
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Net-Whois-Raw-2.63.tar.gz) = 7A42mfmY84tiZnCanvHxSDXd1NBxvFgIPQDvjyu6fRI=
|
||||
SIZE (Net-Whois-Raw-2.63.tar.gz) = 44592
|
||||
SHA256 (Net-Whois-Raw-2.76.tar.gz) = zJ9tQWurGd3HFfnJe51NAyaK1nl31uoQ88jRObr+SNo=
|
||||
SIZE (Net-Whois-Raw-2.76.tar.gz) = 42564
|
||||
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-pwhois,v 1.1 2014/05/30 13:11:34 giovanni Exp $
|
||||
--- pwhois.orig Fri Jan 24 08:57:19 2014
|
||||
+++ pwhois Thu May 29 13:03:50 2014
|
||||
@@ -158,8 +158,12 @@ sub detect_encodings {
|
||||
$output_cp = 'cp'.$data;
|
||||
} else {
|
||||
# Read encoding from environment
|
||||
- (my $cp = $ENV{LANG}) =~ s/^[a-z]{2}_[A-Z]{2}\.//;
|
||||
- $input_cp = $output_cp = lc $cp;
|
||||
+ if (defined $ENV{LANG}) {
|
||||
+ (my $cp = $ENV{LANG}) =~ s/^[a-z]{2}_[A-Z]{2}\.//;
|
||||
+ $input_cp = $output_cp = lc $cp;
|
||||
+ } else {
|
||||
+ $input_cp = $output_cp = 'C';
|
||||
+ }
|
||||
}
|
||||
|
||||
return ($input_cp, $output_cp);
|
Loading…
x
Reference in New Issue
Block a user