Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 09:14:27 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320543 - in head/multimedia: gstreamer1 gstreamer1-plugins
Message-ID:  <201306110914.r5B9ERfT062500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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