Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 14:29:22 +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: r392149 - in head/multimedia: gstreamer-plugins-all gstreamer1-plugins-all
Message-ID:  <201507151429.t6FETMcr097015@svnmir.geo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Jul 15 14:29:22 2015
New Revision: 392149
URL: https://svnweb.freebsd.org/changeset/ports/392149

Log:
  Convert to USES=metaport.
  
  While here, convert gstreamer1-plugins-all too.
  
  PR:		201545
  Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>

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

Modified: head/multimedia/gstreamer-plugins-all/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-all/Makefile	Wed Jul 15 14:26:02 2015	(r392148)
+++ head/multimedia/gstreamer-plugins-all/Makefile	Wed Jul 15 14:29:22 2015	(r392149)
@@ -6,16 +6,11 @@ PORTNAME=	gstreamer-plugins-all
 PORTVERSION=	1.3.${GST_VERSION}.${GST_SHLIB_VERSION}
 PORTREVISION=	15
 CATEGORIES=	multimedia
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Meta-port of all gstreamer plugins with options
 
-NO_BUILD=	yes
-NO_INSTALL=	yes
-NO_MTREE=	yes
+USES=		metaport
 USE_GSTREAMER=	yes
 
 .include "${.CURDIR}/../../Mk/bsd.gstreamer.mk"

Modified: head/multimedia/gstreamer1-plugins-all/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins-all/Makefile	Wed Jul 15 14:26:02 2015	(r392148)
+++ head/multimedia/gstreamer1-plugins-all/Makefile	Wed Jul 15 14:29:22 2015	(r392149)
@@ -5,15 +5,12 @@ PORTNAME=	gstreamer1-plugins-all
 PORTVERSION=	${GST1_VERSION}
 PORTREVISION=	1
 CATEGORIES=	multimedia
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-EXTRACT_ONLY=	# empty
 
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Meta-port of all gstreamer 1.x plugins with options
 
-NO_BUILD=	yes
-NO_INSTALL=	yes
+USES=		metaport
+
 USE_GSTREAMER1=	yes
 
 .include "${.CURDIR}/../../Mk/bsd.gstreamer.mk"



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