From owner-svn-ports-all@freebsd.org Fri Aug 28 15:41:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2756C9C4259; Fri, 28 Aug 2015 15:41:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.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 EA5A5F60; Fri, 28 Aug 2015 15:41:16 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7SFfGLj044882; Fri, 28 Aug 2015 15:41:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7SFfGX3044881; Fri, 28 Aug 2015 15:41:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201508281541.t7SFfGX3044881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 28 Aug 2015 15:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395502 - head/net/jwhois X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2015 15:41:17 -0000 Author: pi Date: Fri Aug 28 15:41:15 2015 New Revision: 395502 URL: https://svnweb.freebsd.org/changeset/ports/395502 Log: net/jwhois: really commit fix Missed Makefile during last commit PR: 202673 Submitted by: Carlos J Puga Medina Modified: head/net/jwhois/Makefile Modified: head/net/jwhois/Makefile ============================================================================== --- head/net/jwhois/Makefile Fri Aug 28 15:38:33 2015 (r395501) +++ head/net/jwhois/Makefile Fri Aug 28 15:41:15 2015 (r395502) @@ -3,7 +3,7 @@ PORTNAME= jwhois PORTVERSION= 4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= GNU @@ -13,7 +13,7 @@ COMMENT= Improved WHOIS client capable o LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake iconv CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib CONFIGURE_ARGS= --localstatedir=${PREFIX}/var/jwhois