Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2013 19:15:52 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329825 - in head/multimedia/ffmpeg: . files
Message-ID:  <201310081915.r98JFq02008912@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Tue Oct  8 19:15:52 2013
New Revision: 329825
URL: http://svnweb.freebsd.org/changeset/ports/329825

Log:
  Fix build breakage caused by invalid sequence in protocols.texi.
  
  PR:		182839
  Approved by:	wg (maintainer)

Added:
  head/multimedia/ffmpeg/files/patch-doc-protocols.texi   (contents, props changed)
Modified:
  head/multimedia/ffmpeg/Makefile

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Tue Oct  8 19:09:06 2013	(r329824)
+++ head/multimedia/ffmpeg/Makefile	Tue Oct  8 19:15:52 2013	(r329825)
@@ -5,6 +5,7 @@ PORTNAME=	ffmpeg
 PORTVERSION=	0.7.15
 PORTREVISION=	2
 PORTEPOCH=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/
 

Added: head/multimedia/ffmpeg/files/patch-doc-protocols.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/ffmpeg/files/patch-doc-protocols.texi	Tue Oct  8 19:15:52 2013	(r329825)
@@ -0,0 +1,13 @@
+--- doc/protocols.texi.orig	2013-02-17 14:46:23.000000000 -0800
++++ doc/protocols.texi	2013-10-08 12:00:38.375693236 -0700
+@@ -155,8 +155,8 @@
+ 
+ Real-Time Messaging Protocol.
+ 
+-The Real-Time Messaging Protocol (RTMP) is used for streaming multimeā€
+-dia content across a TCP/IP network.
++The Real-Time Messaging Protocol (RTMP) is used for streaming multimedia
++content across a TCP/IP network.
+ 
+ The required syntax is:
+ @example



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