From owner-svn-ports-all@freebsd.org Thu Jun 9 11:48:29 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 6F6C1B6DB51; Thu, 9 Jun 2016 11:48:29 +0000 (UTC) (envelope-from bsam@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 22E171FAA; Thu, 9 Jun 2016 11:48:29 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u59BmSWH038804; Thu, 9 Jun 2016 11:48:28 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u59BmS7i038802; Thu, 9 Jun 2016 11:48:28 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201606091148.u59BmS7i038802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 9 Jun 2016 11:48:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416594 - head/graphics/oyranos 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 11:48:29 -0000 Author: bsam Date: Thu Jun 9 11:48:27 2016 New Revision: 416594 URL: https://svnweb.freebsd.org/changeset/ports/416594 Log: graphics/oyranos: Fix wrong use of %%QT_BINDIRi%% and xdg/autostart location. PR: 210104 Submitted by: tcberner@gmail.com Modified: head/graphics/oyranos/Makefile head/graphics/oyranos/pkg-plist Modified: head/graphics/oyranos/Makefile ============================================================================== --- head/graphics/oyranos/Makefile Thu Jun 9 11:19:58 2016 (r416593) +++ head/graphics/oyranos/Makefile Thu Jun 9 11:48:27 2016 (r416594) @@ -2,7 +2,7 @@ PORTNAME= oyranos PORTVERSION= 0.9.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|} Modified: head/graphics/oyranos/pkg-plist ============================================================================== --- head/graphics/oyranos/pkg-plist Thu Jun 9 11:19:58 2016 (r416593) +++ head/graphics/oyranos/pkg-plist Thu Jun 9 11:48:27 2016 (r416594) @@ -1,16 +1,16 @@ -%%QT_BINDIR%%/oyranos-config -%%QT_BINDIR%%/oyranos-config-fltk -%%QT_BINDIR%%/oyranos-icc -%%QT_BINDIR%%/oyranos-monitor -%%QT_BINDIR%%/oyranos-monitor-daemon -%%QT_BINDIR%%/oyranos-policy -%%QT_BINDIR%%/oyranos-profile -%%QT_BINDIR%%/oyranos-profile-graph -%%QT_BINDIR%%/oyranos-profile-install -%%QT_BINDIR%%/oyranos-profiles -%%QT_BINDIR%%/oyranos-xforms-modules -%%QT_BINDIR%%/qcmsevents -%%QT_ETCDIR%%/autostart/oyranos-monitor-setup.desktop +bin/oyranos-config +bin/oyranos-config-fltk +bin/oyranos-icc +bin/oyranos-monitor +bin/oyranos-monitor-daemon +bin/oyranos-policy +bin/oyranos-profile +bin/oyranos-profile-graph +bin/oyranos-profile-install +bin/oyranos-profiles +bin/oyranos-xforms-modules +bin/qcmsevents +etc/xdg/autostart/oyranos-monitor-setup.desktop include/oyranos/alpha/oyranos_alpha.h include/oyranos/icc34.h include/oyranos/oyArray2d_s.h