From owner-svn-ports-head@freebsd.org Mon Jul 11 16:23:13 2016 Return-Path: Delivered-To: svn-ports-head@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 86A56B92F77; Mon, 11 Jul 2016 16:23:13 +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 4FB4611EF; Mon, 11 Jul 2016 16:23:13 +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 u6BGNC78070633; Mon, 11 Jul 2016 16:23:12 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6BGNCva070632; Mon, 11 Jul 2016 16:23:12 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201607111623.u6BGNCva070632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 11 Jul 2016 16:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418389 - head/archivers/quazip-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2016 16:23:13 -0000 Author: tcberner Date: Mon Jul 11 16:23:12 2016 New Revision: 418389 URL: https://svnweb.freebsd.org/changeset/ports/418389 Log: archivers/quazip-qt5 uses the PLIST_SUB for QT_LIBDIR (=relative path to Qt's libraries) by mistake. Correct this. Reported by: Ralf Nolden Approved by: rakuco (mentor) Modified: head/archivers/quazip-qt5/pkg-plist Modified: head/archivers/quazip-qt5/pkg-plist ============================================================================== --- head/archivers/quazip-qt5/pkg-plist Mon Jul 11 15:51:21 2016 (r418388) +++ head/archivers/quazip-qt5/pkg-plist Mon Jul 11 16:23:12 2016 (r418389) @@ -14,7 +14,7 @@ include/quazip5/quazipfileinfo.h include/quazip5/quazipnewinfo.h include/quazip5/unzip.h include/quazip5/zip.h -%%QT_LIBDIR%%/libquazip5.so -%%QT_LIBDIR%%/libquazip5.so.1 -%%QT_LIBDIR%%/libquazip5.so.1.0.0 +lib/libquazip5.so +lib/libquazip5.so.1 +lib/libquazip5.so.1.0.0 share/cmake/Modules/FindQuaZip5.cmake