svn commit: r416594 - head/graphics/oyranos

Boris Samorodov bsam at FreeBSD.org
Thu Jun 9 11:48:29 UTC 2016


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 at 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


More information about the svn-ports-head mailing list