svn commit: r329825 - in head/multimedia/ffmpeg: . files

Xin LI delphij at FreeBSD.org
Tue Oct 8 19:15:53 UTC 2013


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


More information about the svn-ports-all mailing list