diff options
author | pi <pi@FreeBSD.org> | 2014-09-06 05:26:33 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-09-06 05:26:33 +0800 |
commit | 39a04e4b6fdad2c11fd20e69a50dd0b4a2846ef4 (patch) | |
tree | c8bc0a724d45859d6e20fb5d45d376adae756fd4 /net | |
parent | c34364a8f1d50791de8774c2251d10a6ff3602c4 (diff) | |
download | freebsd-ports-gnome-39a04e4b6fdad2c11fd20e69a50dd0b4a2846ef4.tar.gz freebsd-ports-gnome-39a04e4b6fdad2c11fd20e69a50dd0b4a2846ef4.tar.zst freebsd-ports-gnome-39a04e4b6fdad2c11fd20e69a50dd0b4a2846ef4.zip |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/whois/Makefile | 12 | ||||
-rw-r--r-- | net/whois/distinfo | 4 | ||||
-rw-r--r-- | net/whois/files/patch-Makefile | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index 9d91a96f9e83..6cb1e7ffbf08 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -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: diff --git a/net/whois/distinfo b/net/whois/distinfo index 74d622885713..1cbb7d418ff7 100644 --- a/net/whois/distinfo +++ b/net/whois/distinfo @@ -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 diff --git a/net/whois/files/patch-Makefile b/net/whois/files/patch-Makefile index b25babf7bff3..cd89a10f6902 100644 --- a/net/whois/files/patch-Makefile +++ b/net/whois/files/patch-Makefile @@ -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 |