mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Update whois to 4.7.22 [1]
- Rename whois binary from gwhois to mwhois [1] - Remove CONFLICTS from net/gwhois PR: ports/116001 [1] Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer) [1]
This commit is contained in:
parent
972b9b1c32
commit
87466b8058
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198677
8
UPDATING
8
UPDATING
@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each
|
||||
time you update your ports collection, before attempting any port
|
||||
upgrades.
|
||||
|
||||
20070903:
|
||||
AFFECTS: users of net/whois, net/gwhois
|
||||
AUTHOR: nivo+kw+ports.bfa274@is-root.com
|
||||
|
||||
To avoid a conflicting binary name issue, net/whois has renamed its
|
||||
files to mwhois. Please use mwhois if you want to use Marco d'Itri's
|
||||
whois client from now on.
|
||||
|
||||
20070828:
|
||||
AFFECTS: users of www/wordpress-mu
|
||||
AUTHOR: araujo@FreeBSD.org
|
||||
|
@ -18,7 +18,6 @@ RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \
|
||||
lynx:${PORTSDIR}/www/lynx \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
CONFLICTS= whois-[0-9]*
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= whois
|
||||
PORTVERSION= 4.7.21
|
||||
PORTVERSION= 4.7.22
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
MAKE_ARGS= OPTS=""
|
||||
|
||||
MAN1= gwhois.1
|
||||
MAN1= mwhois.1
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (whois_4.7.21.tar.gz) = 465479682f31f0627ebc4ab3e365b7d2
|
||||
SHA256 (whois_4.7.21.tar.gz) = c62dca7c1bc1da469cb98c08075e716c33ef631cbdf86b819949c306b417df77
|
||||
SIZE (whois_4.7.21.tar.gz) = 60132
|
||||
MD5 (whois_4.7.22.tar.gz) = 0e91c899a836be0f0cdc4a8ed5af6479
|
||||
SHA256 (whois_4.7.22.tar.gz) = 9acdc5b93ad9145dd2da47ea592aeb5b2b170bdac29ca780b186bd4249b3b3a9
|
||||
SIZE (whois_4.7.22.tar.gz) = 60511
|
||||
|
@ -38,8 +38,8 @@
|
||||
- install -m 0755 whois $(BASEDIR)$(prefix)/bin/
|
||||
- install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
|
||||
- cd po && $(MAKE) $@
|
||||
+ install -m 0755 whois ${PREFIX}/bin/gwhois
|
||||
+ install -m 0644 whois.1 ${PREFIX}/man/man1/gwhois.1
|
||||
+ install -m 0755 whois ${PREFIX}/bin/mwhois
|
||||
+ install -m 0644 whois.1 ${PREFIX}/man/man1/mwhois.1
|
||||
|
||||
install-mkpasswd: mkpasswd
|
||||
install -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/
|
||||
|
@ -1,4 +1,4 @@
|
||||
bin/gwhois
|
||||
bin/mwhois
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/whois.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/whois.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/whois.mo
|
||||
|
Loading…
Reference in New Issue
Block a user