From owner-svn-ports-head@freebsd.org Mon Feb 29 21:03:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9222DAB74E9; Mon, 29 Feb 2016 21:03:15 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5CECD1D13; Mon, 29 Feb 2016 21:03:15 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1TL3E4c092849; Mon, 29 Feb 2016 21:03:14 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1TL3EiX092846; Mon, 29 Feb 2016 21:03:14 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201602292103.u1TL3EiX092846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 29 Feb 2016 21:03:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409826 - in head/multimedia: gstreamer1-plugins gstreamer1-plugins-rtmp 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.20 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: Mon, 29 Feb 2016 21:03:15 -0000 Author: hrs Date: Mon Feb 29 21:03:14 2016 New Revision: 409826 URL: https://svnweb.freebsd.org/changeset/ports/409826 Log: Fix broken dependency due to librtmp version bump. PR: 207594 Modified: head/multimedia/gstreamer1-plugins-rtmp/Makefile head/multimedia/gstreamer1-plugins/Makefile.common Modified: head/multimedia/gstreamer1-plugins-rtmp/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-rtmp/Makefile Mon Feb 29 19:53:22 2016 (r409825) +++ head/multimedia/gstreamer1-plugins-rtmp/Makefile Mon Feb 29 21:03:14 2016 (r409826) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer RTMP stream source and sink plugin Modified: head/multimedia/gstreamer1-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile.common Mon Feb 29 19:53:22 2016 (r409825) +++ head/multimedia/gstreamer1-plugins/Makefile.common Mon Feb 29 21:03:14 2016 (r409826) @@ -362,7 +362,7 @@ gst_resindvd_BUILD_DEPENDS= libdvdnav>=4 gst_resindvd_RUN_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav # rtmp xxx -gst_rtmp_LIB_DEPENDS= librtmp.so.0:${PORTSDIR}/multimedia/librtmp +gst_rtmp_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp # rsvg gst_rsvg_USE_GNOME= librsvg2