- Update to 4.7.10

PR:		ports/90327
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2005-12-13 15:05:03 +00:00
parent 0f61ed98e1
commit 72b03541c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151101
4 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= whois
PORTVERSION= 4.7.8
PORTVERSION= 4.7.10
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -16,11 +16,12 @@ COMMENT= Marco d'Itri whois client
MAN1= whois.1
USE_ICONV= yes
USE_ICONV= yes
USE_PERL5_BUILD= yes
USE_REINPLACE= yes
USE_REINPLACE= yes
USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-4.7.7
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ENV= LDFLAGS="${LDFLAGS}"
MAKE_ARGS= OPTS=""

View file

@ -1,3 +1,3 @@
MD5 (whois_4.7.8.tar.gz) = 41cc0635976d6d0b33ba3067ad246b97
SHA256 (whois_4.7.8.tar.gz) = 3a7e78716f17b43646cb583e77a8d213fe91d4ae771c308d1d945511a3822382
SIZE (whois_4.7.8.tar.gz) = 55784
MD5 (whois_4.7.10.tar.gz) = c56c1e5e00c579b023ad5142983fcf4f
SHA256 (whois_4.7.10.tar.gz) = 2c84cd9036eabc32885961163411d613e738545540bc450a68e8c60499069b8d
SIZE (whois_4.7.10.tar.gz) = 58410

View file

@ -1,5 +1,5 @@
--- Makefile.orig Sun Sep 11 15:33:28 2005
+++ Makefile Tue Sep 27 08:51:22 2005
--- Makefile.orig Mon Nov 28 20:06:56 2005
+++ Makefile Mon Nov 28 20:06:38 2005
@@ -6,23 +6,23 @@
#whois_LDADD += -lnsl -lsocket
@ -31,17 +31,15 @@
PERL := perl
@@ -49,10 +49,9 @@
@@ -49,9 +49,8 @@
$(PERL) -w make_tld_serv.pl < tld_serv_list > tld_serv.h
install: whois
- install -m 0755 whois $(BASEDIR)$(prefix)/bin/
- strip $(BASEDIR)$(prefix)/bin/whois
- install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
- cd po && $(MAKE) $@
+ install -m 0755 whois ${PREFIX}/bin/
+ strip ${PREFIX}/bin/whois
+ install -m 0644 whois.1 ${PREFIX}/man/man1/
distclean: clean
install-mkpasswd: mkpasswd
install -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/

View file

@ -7,3 +7,4 @@ bin/whois
%%NLS%%share/locale/ja/LC_MESSAGES/whois.mo
%%NLS%%share/locale/no/LC_MESSAGES/whois.mo
%%NLS%%share/locale/pl/LC_MESSAGES/whois.mo
%%NLS%%share/locale/ru/LC_MESSAGES/whois.mo