1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

net/whois: 5.1.4 -> 5.1.5

Upstream:
- Updated the list of new gTLDs.
- Added some disclaimer suppression strings for the new gTLDs' servers.
- Updated one or more translations. (Closes: #756231)

Port:
- Pull source from github, not from the Debian pool
- Fix build error in QAT

PR:		190799
Submitted by:	Marco Steinbach <coco@executive-computing.de>
This commit is contained in:
Kurt Jaeger 2014-09-05 21:26:33 +00:00
parent 3c3af2eb37
commit 95bf149eee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367393
3 changed files with 11 additions and 9 deletions

View File

@ -2,10 +2,8 @@
# $FreeBSD$
PORTNAME= whois
PORTVERSION= 5.1.4
PORTVERSION= 5.1.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= coco@executive-computing.de
COMMENT= Marco d'Itri whois client
@ -13,9 +11,8 @@ COMMENT= Marco d'Itri whois client
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= iconv gmake perl5 tar:xz
USES= iconv gmake perl5
USE_PERL5= build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ARGS= BASEDIR="${STAGEDIR}"
OPTIONS_DEFINE= NLS
@ -23,6 +20,11 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
USE_GITHUB= yes
GH_ACCOUNT= rfc1036
GH_COMMIT= d346ca6
GH_TAGNAME= ${GH_COMMIT}
.include <bsd.port.options.mk>
post-patch:

View File

@ -1,2 +1,2 @@
SHA256 (whois_5.1.4.tar.xz) = 678f8677d0e2d4836b14c8e95ad875ec569cec282572635f920888462cc5daef
SIZE (whois_5.1.4.tar.xz) = 76804
SHA256 (whois-5.1.5.tar.gz) = b488c51677713694468a030d1559f3acbbe9bca0a22ec2649acbcae3f9ea15ca
SIZE (whois-5.1.5.tar.gz) = 90846

View File

@ -5,8 +5,8 @@
+prefix = ${PREFIX}
CFLAGS ?= -g -O2
+LDFLAGS += -L/usr/local/lib -lintl
+CFLAGS += -I/usr/local/include
+LDFLAGS += -L${LOCALBASE}/lib -lintl
+CFLAGS += -I${LOCALBASE}/include
PERL = perl
INSTALL = install