Date: Wed, 5 Nov 2014 09:50:36 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372180 - in head: comms devel Message-ID: <201411050950.sA59oa3I068820@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411050950.sA59oa3I068820>