From owner-svn-ports-head@FreeBSD.ORG Fri Sep 5 21:26:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A9326E2; Fri, 5 Sep 2014 21:26:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEF8D1FA0; Fri, 5 Sep 2014 21:26:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s85LQYDH048046; Fri, 5 Sep 2014 21:26:34 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s85LQYUo048037; Fri, 5 Sep 2014 21:26:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201409052126.s85LQYUo048037@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 5 Sep 2014 21:26:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367393 - in head/net/whois: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 21:26:35 -0000 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 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 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