From owner-svn-ports-all@freebsd.org Thu Jun 9 13:28:16 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 47500B6FAE7; Thu, 9 Jun 2016 13:28:16 +0000 (UTC) (envelope-from arved@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 14C7A171C; Thu, 9 Jun 2016 13:28:16 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59DSFrh076335; Thu, 9 Jun 2016 13:28:15 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59DSFns076333; Thu, 9 Jun 2016 13:28:15 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201606091328.u59DSFns076333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Thu, 9 Jun 2016 13:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416602 - head/security/keepassx2 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.22 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: Thu, 09 Jun 2016 13:28:16 -0000 Author: arved Date: Thu Jun 9 13:28:14 2016 New Revision: 416602 URL: https://svnweb.freebsd.org/changeset/ports/416602 Log: Fix wrongly use of QT_BINDIR PLIST_SUB PR: 210101 Submitted by: Tobias Berner Approved by: maintainer Modified: head/security/keepassx2/Makefile head/security/keepassx2/pkg-plist Modified: head/security/keepassx2/Makefile ============================================================================== --- head/security/keepassx2/Makefile Thu Jun 9 13:27:25 2016 (r416601) +++ head/security/keepassx2/Makefile Thu Jun 9 13:28:14 2016 (r416602) @@ -3,6 +3,7 @@ PORTNAME= keepassx PORTVERSION= 2.0.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= security MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ Modified: head/security/keepassx2/pkg-plist ============================================================================== --- head/security/keepassx2/pkg-plist Thu Jun 9 13:27:25 2016 (r416601) +++ head/security/keepassx2/pkg-plist Thu Jun 9 13:28:14 2016 (r416602) @@ -1,4 +1,4 @@ -%%QT_BINDIR%%/keepassx +bin/keepassx lib/keepassx/libkeepassx-autotype-x11.so share/applications/keepassx.desktop share/icons/hicolor/128x128/apps/keepassx.png