From owner-svn-ports-all@FreeBSD.ORG Tue Sep 17 22:34:35 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id E7BE1714; Tue, 17 Sep 2013 22:34:35 +0000 (UTC) (envelope-from mr@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5A7C29F1; Tue, 17 Sep 2013 22:34:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HMYZfv038911; Tue, 17 Sep 2013 22:34:35 GMT (envelope-from mr@svn.freebsd.org) Received: (from mr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HMYZIt038909; Tue, 17 Sep 2013 22:34:35 GMT (envelope-from mr@svn.freebsd.org) Message-Id: <201309172234.r8HMYZIt038909@svn.freebsd.org> From: Michael Reifenberger Date: Tue, 17 Sep 2013 22:34:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327506 - head/cad/kicad-devel 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.14 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: Tue, 17 Sep 2013 22:34:36 -0000 Author: mr Date: Tue Sep 17 22:34:35 2013 New Revision: 327506 URL: http://svnweb.freebsd.org/changeset/ports/327506 Log: Fix plist Modified: head/cad/kicad-devel/Makefile head/cad/kicad-devel/pkg-plist Modified: head/cad/kicad-devel/Makefile ============================================================================== --- head/cad/kicad-devel/Makefile Tue Sep 17 22:23:13 2013 (r327505) +++ head/cad/kicad-devel/Makefile Tue Sep 17 22:34:35 2013 (r327506) @@ -44,7 +44,6 @@ CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" -# -DCMAKE_CXX_FLAGS="-I${LOCALBASE}/include -I/usr/local/include/wx-2.8" .include BUILD_DEPENDS= wxgtk2-2.8-config:${PORTSDIR}/x11-toolkits/wxgtk28 \ @@ -141,8 +140,8 @@ PLIST_FILE_LIST= bin/freeroute.jnlp \ bin/eeschema \ bin/gerbview \ bin/kicad \ - bin/minizip \ bin/pcbnew \ + bin/pl_editor \ bin/bitmap2component \ bin/pcb_calculator \ share/mimelnk/application/x-kicad-schematic.desktop \ Modified: head/cad/kicad-devel/pkg-plist ============================================================================== --- head/cad/kicad-devel/pkg-plist Tue Sep 17 22:23:13 2013 (r327505) +++ head/cad/kicad-devel/pkg-plist Tue Sep 17 22:34:35 2013 (r327506) @@ -6,6 +6,7 @@ bin/gerbview bin/kicad bin/pcb_calculator bin/pcbnew +bin/pl_editor lib/kicad/plugins/bom2csv.xsl lib/kicad/plugins/bom_cvs.xsl lib/kicad/plugins/netlist_form_OrcadPcb2.xsl