svn commit: r320543 - in head/multimedia: gstreamer1 gstreamer1-plugins

Koop Mast kwm at FreeBSD.org
Tue Jun 11 09:14:27 UTC 2013


Author: kwm
Date: Tue Jun 11 09:14:26 2013
New Revision: 320543
URL: http://svnweb.freebsd.org/changeset/ports/320543

Log:
  Add PORTSCOUT macro's to prevent from picking up development versions.

Modified:
  head/multimedia/gstreamer1-plugins/Makefile
  head/multimedia/gstreamer1/Makefile

Modified: head/multimedia/gstreamer1-plugins/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile	Tue Jun 11 08:50:20 2013	(r320542)
+++ head/multimedia/gstreamer1-plugins/Makefile	Tue Jun 11 09:14:26 2013	(r320543)
@@ -26,6 +26,8 @@ LIB_DEPENDS+=	gstreamer-1.0:${PORTSDIR}/
 		orc-0.4:${PORTSDIR}/devel/orc
 RUN_DEPENDS+=	iso-codes>=0:${PORTSDIR}/misc/iso-codes
 
+PORTSCOUT=	limitw:1,even
+
 BASE_PORTVERSION=	1.0.7
 BASE_DISTNAME=		gst-plugins-base-${BASE_PORTVERSION}
 BASE_DISTFILE=		${BASE_DISTNAME}${EXTRACT_SUFX}

Modified: head/multimedia/gstreamer1/Makefile
==============================================================================
--- head/multimedia/gstreamer1/Makefile	Tue Jun 11 08:50:20 2013	(r320542)
+++ head/multimedia/gstreamer1/Makefile	Tue Jun 11 09:14:26 2013	(r320543)
@@ -17,6 +17,8 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${P
 		gobject-introspection>=1.31.1:${PORTSDIR}/devel/gobject-introspection
 RUN_DEPENDS=	${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
 
+PORTSCOUT=	limitw:1,even
+
 CFLAGS:=	${CFLAGS} -O2 -Wno-format
 USES=		bison gettext pathfix pkgconfig
 # workaround a crash in clang 3.3 crash llvm bug # 15840


More information about the svn-ports-all mailing list