From owner-svn-ports-all@FreeBSD.ORG Fri Mar 28 00:29:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92181CCD; Fri, 28 Mar 2014 00:29:45 +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 7C789E00; Fri, 28 Mar 2014 00:29:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2S0Tjq3068054; Fri, 28 Mar 2014 00:29:45 GMT (envelope-from lioux@svn.freebsd.org) Received: (from lioux@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2S0Tjrh068053; Fri, 28 Mar 2014 00:29:45 GMT (envelope-from lioux@svn.freebsd.org) Message-Id: <201403280029.s2S0Tjrh068053@svn.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 28 Mar 2014 00:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349384 - head/portuguese/irpf-pt_BR 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.17 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 Mar 2014 00:29:45 -0000 Author: lioux Date: Fri Mar 28 00:29:44 2014 New Revision: 349384 URL: http://svnweb.freebsd.org/changeset/ports/349384 QAT: https://qat.redports.org/buildarchive/r349384/ Log: o Fix build: use TAR instead of JAR. o Incidentally avoiding BUILD_DEPENDS on Java. Submitted by: bdrewery Approved by: bdrewery (mentor) Modified: head/portuguese/irpf-pt_BR/Makefile Modified: head/portuguese/irpf-pt_BR/Makefile ============================================================================== --- head/portuguese/irpf-pt_BR/Makefile Fri Mar 28 00:20:17 2014 (r349383) +++ head/portuguese/irpf-pt_BR/Makefile Fri Mar 28 00:29:44 2014 (r349384) @@ -90,7 +90,7 @@ PLIST_DIRS+= \ %%JAR_DIR%% post-extract: - @( cd ${WRKSRC} && ${JAR} xf ./irpf.jar IRPF-Licenses.txt ) + @( cd ${WRKSRC} && ${TAR} xf ./irpf.jar IRPF-Licenses.txt ) post-patch: @${SED} -e "s|%%JAR_DIR%%|${JAR_DIR}|; \