Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2014 21:26:34 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367393 - in head/net/whois: . files
Message-ID:  <201409052126.s85LQYUo048037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Sep  5 21:26:33 2014
New Revision: 367393
URL: http://svnweb.freebsd.org/changeset/ports/367393
QAT: https://qat.redports.org/buildarchive/r367393/

Log:
  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>

Modified:
  head/net/whois/Makefile
  head/net/whois/distinfo
  head/net/whois/files/patch-Makefile

Modified: head/net/whois/Makefile
==============================================================================
--- head/net/whois/Makefile	Fri Sep  5 21:23:29 2014	(r367392)
+++ head/net/whois/Makefile	Fri Sep  5 21:26:33 2014	(r367393)
@@ -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:

Modified: head/net/whois/distinfo
==============================================================================
--- head/net/whois/distinfo	Fri Sep  5 21:23:29 2014	(r367392)
+++ head/net/whois/distinfo	Fri Sep  5 21:26:33 2014	(r367393)
@@ -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

Modified: head/net/whois/files/patch-Makefile
==============================================================================
--- head/net/whois/files/patch-Makefile	Fri Sep  5 21:23:29 2014	(r367392)
+++ head/net/whois/files/patch-Makefile	Fri Sep  5 21:26:33 2014	(r367393)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409052126.s85LQYUo048037>