Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159069678
D26861.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
D26861.diff
View Options
Index: head/net/whois/Makefile
===================================================================
--- head/net/whois/Makefile
+++ head/net/whois/Makefile
@@ -3,7 +3,7 @@
PORTNAME= whois
DISTVERSIONPREFIX= v
-DISTVERSION= 5.5.6
+DISTVERSION= 5.5.7
CATEGORIES= net
MAINTAINER= coco@executive-computing.de
@@ -11,6 +11,8 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libidn2.so:dns/libidn2
USES= iconv gmake perl5 pkgconfig
USE_PERL5= build
Index: head/net/whois/distinfo
===================================================================
--- head/net/whois/distinfo
+++ head/net/whois/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586583966
-SHA256 (rfc1036-whois-v5.5.6_GH0.tar.gz) = fa86a9da4b6e79b6a04b0110f7f4f46214d038a051fef3d0767a09b44e49e8c8
-SIZE (rfc1036-whois-v5.5.6_GH0.tar.gz) = 103581
+TIMESTAMP = 1602430665
+SHA256 (rfc1036-whois-v5.5.7_GH0.tar.gz) = ae389c1486cdeae99f5f02940f98f5d7ff1f08ac0f96810365159b27b0189b5e
+SIZE (rfc1036-whois-v5.5.7_GH0.tar.gz) = 102666
Index: head/net/whois/files/patch-po_Makefile
===================================================================
--- head/net/whois/files/patch-po_Makefile
+++ head/net/whois/files/patch-po_Makefile
@@ -1,4 +1,4 @@
---- po/Makefile.orig 2019-12-31 02:05:47 UTC
+--- po/Makefile.orig 2020-10-03 15:43:15 UTC
+++ po/Makefile
@@ -1,4 +1,7 @@
prefix = /usr
@@ -15,11 +15,11 @@
-PACKAGE = whois
+PACKAGE = %%MWHOIS%%
- CATALOGS = cs.mo da.mo de.mo el.mo es.mo eu.mo fi.mo fr.mo it.mo ja.mo nb.mo pl.mo pt_BR.mo ru.mo zh_CN.mo
+ CATALOGS = cs.mo da.mo de.mo el.mo es.mo eu.mo fi.mo fr.mo it.mo ja.mo pl.mo pt_BR.mo ru.mo zh_CN.mo
POTFILES=../whois.c ../mkpasswd.c
-+.SUFFIXES: .po .mo
++.SUFFIXES: .po .mo
+
all: $(PACKAGE).pot $(CATALOGS)
Index: head/net/whois/files/patch-whois.1
===================================================================
--- head/net/whois/files/patch-whois.1
+++ head/net/whois/files/patch-whois.1
@@ -2,13 +2,13 @@
+++ whois.1
@@ -1,8 +1,8 @@
-.TH "WHOIS" "1" "2019-12-30" "Marco d'Itri" "Debian GNU/Linux"
-+.TH "MWHOIS" "1" "2019-12-30" "Marco d'Itri" "Debian GNU/Linux"
++.TH "%%MWHOIST%%" "1" "2019-12-30" "Marco d'Itri" "Debian GNU/Linux"
.SH NAME
-whois \- client for the whois directory service
-+mwhois \- client for the whois directory service
++%%MWHOIS%% \- client for the whois directory service
.SH SYNOPSIS
-.B whois
-+.B mwhois
++.B %%MWHOIS%%
[
.RB {\~ \-h \~|\~ \-\-host \~}
.I HOST
@@ -17,30 +17,30 @@
.I OBJECT
-.B whois
-+.B mwhois
++.B %%MWHOIS%%
.B \-q
.I KEYWORD
-.B whois
-+.B mwhois
++.B %%MWHOIS%%
.B \-t
.I TYPE
-.B whois
-+.B mwhois
++.B %%MWHOIS%%
.B \-v
.I TYPE
-.B whois \-\-help
-+.B mwhois \-\-help
++.B %%MWHOIS%% \-\-help
-.B whois \-\-version
-+.B mwhois \-\-version
++.B %%MWHOIS%% \-\-version
.PP
.SH DESCRIPTION
-.B whois
-+.B mwhois
++.B %%MWHOIS%%
searches for an object in a
.I RFC 3912
database.
@@ -49,7 +49,7 @@
.P
If the
-.I /etc/whois.conf
-+.I /usr/local/etc/mwhois.conf
++.I %%MWHOISCONF%%
configuration file exists, it will be consulted
to find a server before applying the normal rules. Each line of the
file should contain a regular expression to be matched against the query
@@ -58,7 +58,7 @@
current system locale and converted to the IDN ASCII Compatible Encoding.
.SH "FILES"
-/etc/whois.conf
-+/usr/local/etc/mwhois.conf
++%%MWHOISCONF%%
.SH "ENVIRONMENT"
.IP LANG
When querying
@@ -67,7 +67,7 @@
will be queried.
.SH "SEE ALSO"
-.IR whois.conf (5).
-+.IR /usr/local/etc/mwhois.conf (5).
++.IR %%MWHOIS%%.conf (5).
.P
.IR "RFC 3912" :
WHOIS Protocol Specification.
Index: head/net/whois/files/patch-whois.conf.5
===================================================================
--- head/net/whois/files/patch-whois.conf.5
+++ head/net/whois/files/patch-whois.conf.5
@@ -2,15 +2,15 @@
+++ whois.conf.5
@@ -1,10 +1,10 @@
-.TH "WHOIS.CONF" "5" "2019-12-30" "Petr Písař" "Debian GNU/Linux"
-+.TH "MWHOIS.CONF" "5" "2019-12-30" "Petr Písař" "Debian GNU/Linux"
++.TH "%%MWHOIST%%.CONF" "5" "2019-12-30" "Petr Písař" "Debian GNU/Linux"
.SH NAME
-whois.conf \- alternative WHOIS servers list for whois client
-+mwhois.conf \- alternative WHOIS servers list for mwhois client
++%%MWHOIS%%.conf \- alternative WHOIS servers list for %%MWHOIS%% client
.SH SYNOPSIS
-.B /etc/whois.conf
-+.B /usr/local/etc/mwhois.conf
++.B %%MWHOISCONF%%
.SH DESCRIPTION
This file contains a list of WHOIS servers which can augment or override
@@ -19,7 +19,7 @@
considered.
-The pattern is case-insensitive extended regular expression if whois client
-+The pattern is case-insensitive extended regular expression if mwhois client
++The pattern is case-insensitive extended regular expression if %%MWHOIS%% client
has been compiled with POSIX regular expressions support. Otherwise, simple
case-insensitive suffix comparison against WHOIS object identifier is used.
@@ -28,11 +28,11 @@
.SH FILES
-/etc/whois.conf
-+/usr/local/etc/mwhois.conf
++%%MWHOISCONF%%
.SH "SEE ALSO"
-.IR whois (1)
-+.IR mwhois (1)
++.IR %%MWHOIS%% (1)
.SH AUTHOR
This manual page was written by Petr Písař
Index: head/net/whois/pkg-descr
===================================================================
--- head/net/whois/pkg-descr
+++ head/net/whois/pkg-descr
@@ -1,4 +1,4 @@
Why another whois client? Because the RIPE client is a mess of hacks and
#ifdefs and more complex programs lack features or are bloated.
-WWW: http://www.linux.it/~md/software/
+WWW: https://github.com/rfc1036/whois
Index: head/net/whois/pkg-plist
===================================================================
--- head/net/whois/pkg-plist
+++ head/net/whois/pkg-plist
@@ -13,7 +13,6 @@
%%NLS%%share/locale/fr/LC_MESSAGES/mwhois.mo
%%NLS%%share/locale/it/LC_MESSAGES/mwhois.mo
%%NLS%%share/locale/ja/LC_MESSAGES/mwhois.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/mwhois.mo
%%NLS%%share/locale/pl/LC_MESSAGES/mwhois.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/mwhois.mo
%%NLS%%share/locale/ru/LC_MESSAGES/mwhois.mo
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 10, 6:24 PM (16 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33855861
Default Alt Text
D26861.diff (5 KB)
Attached To
Mode
D26861: net/whois: Update to 5.5.7
Attached
Detach File
Event Timeline
Log In to Comment