Index: branches/2014Q1/multimedia/oggvideotools/Makefile =================================================================== --- branches/2014Q1/multimedia/oggvideotools/Makefile (revision 341165) +++ branches/2014Q1/multimedia/oggvideotools/Makefile (revision 341166) @@ -1,27 +1,27 @@ # Created by: Jille Timmermans (jille@quis.cx) # $FreeBSD$ PORTNAME= oggvideotools PORTVERSION= 0.8a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Toolbox for manipulating Ogg video files LICENSE= GPLv2 # (or later) LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ libogg.so:${PORTSDIR}/audio/libogg \ libtheora.so:${PORTSDIR}/multimedia/libtheora \ libvorbis.so:${PORTSDIR}/audio/libvorbis USES= cmake pkgconfig USE_SDL= sdl USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: branches/2014Q1/multimedia/oggvideotools/files/patch-src_cmdlineextractor.h =================================================================== --- branches/2014Q1/multimedia/oggvideotools/files/patch-src_cmdlineextractor.h (nonexistent) +++ branches/2014Q1/multimedia/oggvideotools/files/patch-src_cmdlineextractor.h (revision 341166) @@ -0,0 +1,11 @@ +--- src/cmdlineextractor.h.orig 2010-05-30 21:11:10.000000000 +0200 ++++ src/cmdlineextractor.h 2014-01-25 18:46:51.620972183 +0100 +@@ -20,7 +20,7 @@ + #include "oggComment.h" + #include "blendElement.h" + +-const std::string validChars ( "0123456789,x" ); ++const std::string validChars ( "0123456789,x:" ); + const std::string + validTextChars ( "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 /\\.,=;:-_" ); + Property changes on: branches/2014Q1/multimedia/oggvideotools/files/patch-src_cmdlineextractor.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2014Q1 =================================================================== --- branches/2014Q1 (revision 341165) +++ branches/2014Q1 (revision 341166) Property changes on: branches/2014Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r341157