Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 13:09:43 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424837 - head/multimedia/qt4-mobility
Message-ID:  <201610281309.u9SD9hTR040313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Oct 28 13:09:42 2016
New Revision: 424837
URL: https://svnweb.freebsd.org/changeset/ports/424837

Log:
  Remove wrongly used QT-related plist-subs from plist
  
  %%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
  Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
  by chance, and should not be used that way.
  
  Approved by: portmgr (blanket), rakuco (mentor)

Modified:
  head/multimedia/qt4-mobility/pkg-plist

Modified: head/multimedia/qt4-mobility/pkg-plist
==============================================================================
--- head/multimedia/qt4-mobility/pkg-plist	Fri Oct 28 13:09:28 2016	(r424836)
+++ head/multimedia/qt4-mobility/pkg-plist	Fri Oct 28 13:09:42 2016	(r424837)
@@ -542,7 +542,7 @@
 %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qgraphicsvideoitem.h
 %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qimageencodercontrol.h
 %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qlocalmediaplaylistprovider.h
-%%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmedia%%QT_BINDIR%%dableinterface.h
+%%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmediabindableinterface.h
 %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmediacontainercontrol.h
 %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmediacontent.h
 %%MULTIMEDIA%%%%QT_INCDIR%%/QtMultimediaKit/qmediacontrol.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610281309.u9SD9hTR040313>