From owner-svn-ports-all@freebsd.org Fri Oct 28 13:09:00 2016 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 030A6C22C7E; Fri, 28 Oct 2016 13:09:00 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C9311E0A; Fri, 28 Oct 2016 13:08:59 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SD8xuX040007; Fri, 28 Oct 2016 13:08:59 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SD8xo7040006; Fri, 28 Oct 2016 13:08:59 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610281308.u9SD8xo7040006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 28 Oct 2016 13:08:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424834 - head/cad/qcad 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.23 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 Oct 2016 13:09:00 -0000 Author: tcberner Date: Fri Oct 28 13:08:58 2016 New Revision: 424834 URL: https://svnweb.freebsd.org/changeset/ports/424834 Log: Remove wrongly used QT-related plist-subs from plist %%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the Qt binaries and libraries respectively -- they are only 'bin' and 'lib' by chance, and should not be used that way. Approved by: portmgr (blanket), rakuco (mentor) Modified: head/cad/qcad/pkg-plist Modified: head/cad/qcad/pkg-plist ============================================================================== --- head/cad/qcad/pkg-plist Fri Oct 28 13:08:40 2016 (r424833) +++ head/cad/qcad/pkg-plist Fri Oct 28 13:08:58 2016 (r424834) @@ -24,7 +24,7 @@ lib/libqcadzip.so.0 lib/libspatialindexnavel.so lib/libspatialindexnavel.so.0 lib/libstemmer.a -share/applications/usr_local_%%QT_BINDIR%%_qcad%%QT_BINDIR%%.desktop +share/applications/usr_local_bin_qcadbin.desktop %%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.dxf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/entities.dxf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example00.dxf