Date: Thu, 9 Jun 2016 11:48:28 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416594 - head/graphics/oyranos Message-ID: <201606091148.u59BmS7i038802@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606091148.u59BmS7i038802>