Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2016 05:30:38 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429711 - in head: accessibility/speech-dispatcher comms/py-libimobiledevice devel/py-libplist devel/qjson
Message-ID:  <201612280530.uBS5Ucc6011118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avilla
Date: Wed Dec 28 05:30:38 2016
New Revision: 429711
URL: https://svnweb.freebsd.org/changeset/ports/429711

Log:
  - Make portscout ignore slave ports

Modified:
  head/accessibility/speech-dispatcher/Makefile
  head/comms/py-libimobiledevice/Makefile
  head/devel/py-libplist/Makefile
  head/devel/qjson/Makefile

Modified: head/accessibility/speech-dispatcher/Makefile
==============================================================================
--- head/accessibility/speech-dispatcher/Makefile	Wed Dec 28 05:12:46 2016	(r429710)
+++ head/accessibility/speech-dispatcher/Makefile	Wed Dec 28 05:30:38 2016	(r429711)
@@ -90,6 +90,8 @@ post-install:
 
 .else
 
+PORTSCOUT=	ignore:1
+
 NO_ARCH=	yes
 USES+=		python:3.3+
 LIB_DEPENDS+=	libspeechd.so:accessibility/speech-dispatcher

Modified: head/comms/py-libimobiledevice/Makefile
==============================================================================
--- head/comms/py-libimobiledevice/Makefile	Wed Dec 28 05:12:46 2016	(r429710)
+++ head/comms/py-libimobiledevice/Makefile	Wed Dec 28 05:30:38 2016	(r429711)
@@ -12,6 +12,8 @@ BUILD_DEPENDS=	cython:lang/cython \
 		${PYTHON_SITELIBDIR}/plist.so:devel/py-libplist
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/plist.so:devel/py-libplist
 
+PORTSCOUT=	ignore:1
+
 USES=		python
 CONFIGURE_ENV=	PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`"
 SLAVE_PORT=	yes

Modified: head/devel/py-libplist/Makefile
==============================================================================
--- head/devel/py-libplist/Makefile	Wed Dec 28 05:12:46 2016	(r429710)
+++ head/devel/py-libplist/Makefile	Wed Dec 28 05:30:38 2016	(r429711)
@@ -10,6 +10,8 @@ COMMENT=	Python bindings for libplist
 LIB_DEPENDS=	libplist.so:${MASTER_PORT}
 BUILD_DEPENDS=	cython:lang/cython
 
+PORTSCOUT=	ignore:1
+
 USES=		python
 CONFIGURE_ENV=	PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`"
 SLAVE_PORT=	yes

Modified: head/devel/qjson/Makefile
==============================================================================
--- head/devel/qjson/Makefile	Wed Dec 28 05:12:46 2016	(r429710)
+++ head/devel/qjson/Makefile	Wed Dec 28 05:30:38 2016	(r429711)
@@ -21,6 +21,8 @@ USE_QT4=	corelib moc_build qmake_build r
 CMAKE_ARGS+=	-DQT4_BUILD:BOOL=TRUE
 PLIST_SUB=	QT5="@comment " NO_QT5=""
 .else
+PORTSCOUT=	ignore:1
+
 USE_QT5=	core buildtools_build qmake_build
 CMAKE_ARGS+=	-DQT4_BUILD:BOOL=FALSE
 PLIST_SUB=	QT5="" NO_QT5="@comment "



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