From owner-svn-ports-head@FreeBSD.ORG Wed Dec 17 21:14:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74A1AB81; Wed, 17 Dec 2014 21:14:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E5A61E18; Wed, 17 Dec 2014 21:14:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBHLEger010980; Wed, 17 Dec 2014 21:14:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBHLEUlU010920; Wed, 17 Dec 2014 21:14:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412172114.sBHLEUlU010920@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Dec 2014 21:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374874 - in head: audio/gstreamer1-plugins-a52dec audio/gstreamer1-plugins-cdparanoia audio/gstreamer1-plugins-faac audio/gstreamer1-plugins-faad audio/gstreamer1-plugins-flac audio/gs... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2014 21:14:42 -0000 Author: antoine Date: Wed Dec 17 21:14:29 2014 New Revision: 374874 URL: https://svnweb.freebsd.org/changeset/ports/374874 QAT: https://qat.redports.org/buildarchive/r374874/ Log: Fix 41 gstreamer1-plugins- ports that were creating empty packages With hat: portmgr Modified: head/audio/gstreamer1-plugins-a52dec/Makefile head/audio/gstreamer1-plugins-cdparanoia/Makefile head/audio/gstreamer1-plugins-faac/Makefile head/audio/gstreamer1-plugins-faad/Makefile head/audio/gstreamer1-plugins-flac/Makefile head/audio/gstreamer1-plugins-flite/Makefile head/audio/gstreamer1-plugins-gme/Makefile head/audio/gstreamer1-plugins-gsm/Makefile head/audio/gstreamer1-plugins-jack/Makefile head/audio/gstreamer1-plugins-lame/Makefile head/audio/gstreamer1-plugins-mad/Makefile head/audio/gstreamer1-plugins-modplug/Makefile head/audio/gstreamer1-plugins-ogg/Makefile head/audio/gstreamer1-plugins-opus/Makefile head/audio/gstreamer1-plugins-pulse/Makefile head/audio/gstreamer1-plugins-shout2/Makefile head/audio/gstreamer1-plugins-soundtouch/Makefile head/audio/gstreamer1-plugins-speex/Makefile head/audio/gstreamer1-plugins-taglib/Makefile head/audio/gstreamer1-plugins-twolame/Makefile head/audio/gstreamer1-plugins-vorbis/Makefile head/audio/gstreamer1-plugins-wavpack/Makefile head/comms/gstreamer1-plugins-spandsp/Makefile head/ftp/gstreamer1-plugins-curl/Makefile head/graphics/gstreamer1-plugins-cairo/Makefile head/graphics/gstreamer1-plugins-jpeg/Makefile head/graphics/gstreamer1-plugins-libvisual/Makefile head/graphics/gstreamer1-plugins-openjpeg/Makefile head/graphics/gstreamer1-plugins-webp/Makefile head/graphics/gstreamer1-plugins-zbar/Makefile head/multimedia/gstreamer1-plugins-assrender/Makefile head/multimedia/gstreamer1-plugins-dvdread/Makefile head/multimedia/gstreamer1-plugins-kate/Makefile head/multimedia/gstreamer1-plugins-mpeg2dec/Makefile head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile head/multimedia/gstreamer1-plugins-resindvd/Makefile head/multimedia/gstreamer1-plugins-rtmp/Makefile head/multimedia/gstreamer1-plugins-schroedinger/Makefile head/multimedia/gstreamer1-plugins-theora/Makefile head/multimedia/gstreamer1-plugins/Makefile head/multimedia/gstreamer1-plugins/Makefile.common head/sysutils/gstreamer1-plugins-cdio/Makefile head/x11-toolkits/gstreamer1-plugins-pango/Makefile Modified: head/audio/gstreamer1-plugins-a52dec/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-a52dec/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-a52dec/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin Modified: head/audio/gstreamer1-plugins-cdparanoia/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-cdparanoia/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-cdparanoia/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer CDDA extraction (aka audio ripping) plugin Modified: head/audio/gstreamer1-plugins-faac/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-faac/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-faac/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin Modified: head/audio/gstreamer1-plugins-faad/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-faad/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-faad/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin Modified: head/audio/gstreamer1-plugins-flac/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-flac/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-flac/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio COMMENT= Gstreamer free lossless audio encoder/decoder plugin Modified: head/audio/gstreamer1-plugins-flite/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-flite/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-flite/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer flite run-time speech synthesis engine plugin Modified: head/audio/gstreamer1-plugins-gme/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-gme/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-gme/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer gme plugin Modified: head/audio/gstreamer1-plugins-gsm/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-gsm/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-gsm/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer gsm encoding/decoding plugin Modified: head/audio/gstreamer1-plugins-jack/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-jack/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-jack/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer low-latency audio server plugin Modified: head/audio/gstreamer1-plugins-lame/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-lame/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-lame/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer mp3 encode plugin Modified: head/audio/gstreamer1-plugins-mad/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-mad/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-mad/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio COMMENT= Gstreamer mp3 decoder plugin Modified: head/audio/gstreamer1-plugins-modplug/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-modplug/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-modplug/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer modplug plugin Modified: head/audio/gstreamer1-plugins-ogg/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-ogg/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-ogg/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer Ogg bitstream plugin Modified: head/audio/gstreamer1-plugins-opus/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-opus/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-opus/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer Opus audio encoder/decoder plugin Modified: head/audio/gstreamer1-plugins-pulse/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-pulse/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-pulse/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= GStreamer plugin for pulseaudio Modified: head/audio/gstreamer1-plugins-shout2/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-shout2/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-shout2/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio COMMENT= Gstreamer icecast plugin Modified: head/audio/gstreamer1-plugins-soundtouch/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-soundtouch/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-soundtouch/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= GStreamer soundtouch plugin Modified: head/audio/gstreamer1-plugins-speex/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-speex/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-speex/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer speex voice plugin Modified: head/audio/gstreamer1-plugins-taglib/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-taglib/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-taglib/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer taglib plugin Modified: head/audio/gstreamer1-plugins-twolame/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-twolame/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-twolame/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer High-quality free MP2 encoder plugin Modified: head/audio/gstreamer1-plugins-vorbis/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-vorbis/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-vorbis/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer vorbis encoder/decoder plugin Modified: head/audio/gstreamer1-plugins-wavpack/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-wavpack/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/audio/gstreamer1-plugins-wavpack/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio COMMENT= Gstreamer wavpack plugin Modified: head/comms/gstreamer1-plugins-spandsp/Makefile ============================================================================== --- head/comms/gstreamer1-plugins-spandsp/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/comms/gstreamer1-plugins-spandsp/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms COMMENT= Gstreamer DSP library and software FAX machine plugin Modified: head/ftp/gstreamer1-plugins-curl/Makefile ============================================================================== --- head/ftp/gstreamer1-plugins-curl/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/ftp/gstreamer1-plugins-curl/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ftp COMMENT= Gstreamer curl plugin Modified: head/graphics/gstreamer1-plugins-cairo/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-cairo/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/graphics/gstreamer1-plugins-cairo/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer vector graphics plugin Modified: head/graphics/gstreamer1-plugins-jpeg/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-jpeg/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/graphics/gstreamer1-plugins-jpeg/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer jpeg encoder/decoder plugin Modified: head/graphics/gstreamer1-plugins-libvisual/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-libvisual/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/graphics/gstreamer1-plugins-libvisual/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer libvisual plugin Modified: head/graphics/gstreamer1-plugins-openjpeg/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-openjpeg/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/graphics/gstreamer1-plugins-openjpeg/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer jpeg2000 decoder plugin Modified: head/graphics/gstreamer1-plugins-webp/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-webp/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/graphics/gstreamer1-plugins-webp/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer webp image decoder plugin Modified: head/graphics/gstreamer1-plugins-zbar/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-zbar/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/graphics/gstreamer1-plugins-zbar/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer ZBar barcode detector plugin Modified: head/multimedia/gstreamer1-plugins-assrender/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-assrender/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins-assrender/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer ASS/SSA text renderer plugin Modified: head/multimedia/gstreamer1-plugins-dvdread/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-dvdread/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins-dvdread/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer dvdread plugin Modified: head/multimedia/gstreamer1-plugins-kate/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-kate/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins-kate/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer kate codec plugin Modified: head/multimedia/gstreamer1-plugins-mpeg2dec/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-mpeg2dec/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins-mpeg2dec/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer mpeg decode plugin Modified: head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins-mpeg2enc/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer mpeg encoder plugin Modified: head/multimedia/gstreamer1-plugins-resindvd/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-resindvd/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins-resindvd/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer resindvd plugin Modified: head/multimedia/gstreamer1-plugins-rtmp/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-rtmp/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins-rtmp/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer rtmp plugin Modified: head/multimedia/gstreamer1-plugins-schroedinger/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-schroedinger/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins-schroedinger/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia PKGNAMESUFFIX= 1-plugins-schroedinger Modified: head/multimedia/gstreamer1-plugins-theora/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-theora/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins-theora/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Gstreamer theora plugin Modified: head/multimedia/gstreamer1-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -72,7 +72,7 @@ DIST= base NO_GSTREAMER_COMMON= yes .else BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins -RUN_DEPEDNS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins +RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins .endif .if ${DIST} == base || ${DIST} == ugly Modified: head/multimedia/gstreamer1-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common Wed Dec 17 20:13:58 2014 (r374873) +++ head/multimedia/gstreamer1-plugins/Makefile.common Wed Dec 17 21:14:29 2014 (r374874) @@ -259,7 +259,7 @@ gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DI gst_gl_USE_GL= gl glu glesv2 egl gst_gl_CONFIGURE_ARGS= --enable-gl --enable-glx \ --enable-egl --enable-gles2 -gst_gl_PLIST= # +gst_gl_PLIST_FILES= # # gme gst_gme_LIB_DEPENDS= libgme.so:${PORTSDIR}/audio/libgme @@ -429,12 +429,8 @@ gst_${GST_PLUGIN}_BUILD_DEPENDS?= gst_${GST_PLUGIN}_LIB_DEPENDS?= gst_${GST_PLUGIN}_RUN_DEPENDS?= gst_${GST_PLUGIN}_USE_XORG?= -# this should be ${PLIST} == ${NONEXISTENT} but make on 9.x and 8.x is trowing -# a fit over it. -.if ${PLIST} == "/nonexistent" gst_${GST_PLUGIN}_PLIST_FILES?= \ ${GST_LIB_DIR}/libgst${GST_PLUGIN}${GST_PLIST_SUFFIX}.so -.endif gst_${GST_PLUGIN}_EXTRA_LIBS?= gst_${GST_PLUGIN}_PREBUILD_DIR?= gst_${GST_PLUGIN}_GST_PLUGIN_DIR?= ext/${GST_PLUGIN} Modified: head/sysutils/gstreamer1-plugins-cdio/Makefile ============================================================================== --- head/sysutils/gstreamer1-plugins-cdio/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/sysutils/gstreamer1-plugins-cdio/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils COMMENT= Gstreamer compact disc input and control library Modified: head/x11-toolkits/gstreamer1-plugins-pango/Makefile ============================================================================== --- head/x11-toolkits/gstreamer1-plugins-pango/Makefile Wed Dec 17 20:13:58 2014 (r374873) +++ head/x11-toolkits/gstreamer1-plugins-pango/Makefile Wed Dec 17 21:14:29 2014 (r374874) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-toolkits COMMENT= Gstreamer pango textoverlay plugin