From owner-cvs-ports@FreeBSD.ORG Wed Jun 6 20:49:07 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89C7C1065673; Wed, 6 Jun 2012 20:49:07 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5CF878FC0A; Wed, 6 Jun 2012 20:49:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q56Kn78v083502; Wed, 6 Jun 2012 20:49:07 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q56Kn722083501; Wed, 6 Jun 2012 20:49:07 GMT (envelope-from truckman) Message-Id: <201206062049.q56Kn722083501@repoman.freebsd.org> From: Don Lewis Date: Wed, 6 Jun 2012 20:49:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/scilab Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2012 20:49:07 -0000 truckman 2012-06-06 20:49:07 UTC FreeBSD ports repository (src committer) Modified files: math/scilab Makefile Log: Unbreak package builds on pointyhat cluster by adding the missing unzip dependency. Add a post-extract target to copy the .jar files from distfiles to the thirdparty directory instead of doing this as part of post-patch. Slightly re-order the contents of Makefile to get rid of some new portlint warnings introduced in rev 1.89. Reported by: pav@ and bapt@ from pointyhat error logs Approved by: Rob Farmer (maintainer) Revision Changes Path 1.90 +12 -7 ports/math/scilab/Makefile