svn commit: r396044 - head/comms/qt5-serialport

Max Brazhnikov makc at FreeBSD.org
Thu Sep 3 21:56:59 UTC 2015


Author: makc
Date: Thu Sep  3 21:56:57 2015
New Revision: 396044
URL: https://svnweb.freebsd.org/changeset/ports/396044

Log:
  comms/qt5-serialport:
  - Fix misused PLIST substitution
  - Add missing files for WITH_DEBUG build
  
  Submitted by:	Ralf Nolden <nolden at kde.org> via kde-freebsd maillist

Modified:
  head/comms/qt5-serialport/pkg-plist

Modified: head/comms/qt5-serialport/pkg-plist
==============================================================================
--- head/comms/qt5-serialport/pkg-plist	Thu Sep  3 20:40:14 2015	(r396043)
+++ head/comms/qt5-serialport/pkg-plist	Thu Sep  3 21:56:57 2015	(r396044)
@@ -29,6 +29,7 @@
 %%QT_LIBDIR%%/libQt5SerialPort.so.5
 %%QT_LIBDIR%%/libQt5SerialPort.so.%%SHORTVER%%
 %%QT_LIBDIR%%/libQt5SerialPort.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQt5SerialPort.so.%%FULLVER%%.debug
 %%QT_MKSPECDIR%%/modules/qt_lib_serialport.pri
 %%QT_MKSPECDIR%%/modules/qt_lib_serialport_private.pri
-%%QT_LIBDIR%%data/pkgconfig/Qt5SerialPort.pc
+libdata/pkgconfig/Qt5SerialPort.pc


More information about the svn-ports-all mailing list