svn commit: r372180 - in head: comms devel

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Nov 5 09:50:37 UTC 2014


Author: rakuco
Date: Wed Nov  5 09:50:35 2014
New Revision: 372180
URL: https://svnweb.freebsd.org/changeset/ports/372180
QAT: https://qat.redports.org/buildarchive/r372180/

Log:
  Fix INDEX after r372179.
  
  - Remove devel/qt5-qmldevtools from devel/Makefile.
  - Hook devel/qt5-qdoc to devel/Makefile.
  - Hook comms/qt5-serialport to comms/Makefile.
  
  I knew I would forget something...
  
  Submitted by:	antoine

Modified:
  head/comms/Makefile
  head/devel/Makefile

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Wed Nov  5 09:39:21 2014	(r372179)
+++ head/comms/Makefile	Wed Nov  5 09:50:35 2014	(r372180)
@@ -132,6 +132,7 @@
     SUBDIR += qpage
     SUBDIR += qrq
     SUBDIR += qsstv
+    SUBDIR += qt5-serialport
     SUBDIR += quisk
     SUBDIR += remserial
     SUBDIR += rtl-sdr

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Nov  5 09:39:21 2014	(r372179)
+++ head/devel/Makefile	Wed Nov  5 09:50:35 2014	(r372180)
@@ -4174,7 +4174,7 @@
     SUBDIR += qt5-linguisttools
     SUBDIR += qt5-qdbus
     SUBDIR += qt5-qdbusviewer
-    SUBDIR += qt5-qmldevtools
+    SUBDIR += qt5-qdoc
     SUBDIR += qt5-script
     SUBDIR += qt5-scripttools
     SUBDIR += qt5-testlib


More information about the svn-ports-head mailing list