On Tue, 20 Nov 2012, David Coppa wrote: > > Hi, > > Maintenance update to ffmpegthumbnailer-2.0.8. > > OK?
Ops! Correct autoconf version is now 2.69. Updated diff: Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/ffmpegthumbnailer/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile 4 Sep 2012 06:38:03 -0000 1.19 +++ Makefile 20 Nov 2012 11:33:05 -0000 @@ -2,10 +2,9 @@ COMMENT= lightweight video thumbnailer for file managers -DISTNAME= ffmpegthumbnailer-2.0.7 +DISTNAME= ffmpegthumbnailer-2.0.8 CATEGORIES= graphics multimedia MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/ -REVISION= 0 SHARED_LIBS= ffmpegthumbnailer 4.1 @@ -26,7 +25,7 @@ LIB_DEPENDS= graphics/ffmpeg \ USE_LIBTOOL= Yes CONFIGURE_STYLE= autoconf -AUTOCONF_VERSION= 2.68 +AUTOCONF_VERSION= 2.69 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= ${CONFIGURE_SHARED} Index: distinfo =================================================================== RCS file: /cvs/ports/graphics/ffmpegthumbnailer/distinfo,v retrieving revision 1.6 diff -u -p -r1.6 distinfo --- distinfo 30 Sep 2011 09:18:17 -0000 1.6 +++ distinfo 20 Nov 2012 11:33:05 -0000 @@ -1,5 +1,2 @@ -MD5 (ffmpegthumbnailer-2.0.7.tar.gz) = K1cmiUeS70hHk9zpVooGWg== -RMD160 (ffmpegthumbnailer-2.0.7.tar.gz) = DBi2szjI5zJThqW1NeqQriDV5zw= -SHA1 (ffmpegthumbnailer-2.0.7.tar.gz) = uPU3GqmV/v0ft14wbozXboyfOnM= -SHA256 (ffmpegthumbnailer-2.0.7.tar.gz) = pxFVM50XIBoT/D67ZJsNAMerLVqIgNoHHIFXppxvYSs= -SIZE (ffmpegthumbnailer-2.0.7.tar.gz) = 359864 +SHA256 (ffmpegthumbnailer-2.0.8.tar.gz) = LIu++oONOOpC/IrHgljNo2hl2XTJkWJLFM/9uSo7xos= +SIZE (ffmpegthumbnailer-2.0.8.tar.gz) = 367186 Index: patches/patch-configure_ac =================================================================== RCS file: /cvs/ports/graphics/ffmpegthumbnailer/patches/patch-configure_ac,v retrieving revision 1.3 diff -u -p -r1.3 patch-configure_ac --- patches/patch-configure_ac 4 Sep 2012 06:38:03 -0000 1.3 +++ patches/patch-configure_ac 20 Nov 2012 11:33:05 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-configure_ac,v 1.3 2012/09/04 06:38:03 ajacoutot Exp $ ---- configure.ac.orig Sun Jul 24 18:32:46 2011 -+++ configure.ac Tue Sep 4 08:34:57 2012 -@@ -118,7 +118,7 @@ AC_ARG_ENABLE(debug, +--- configure.ac.orig Sat Aug 25 15:00:19 2012 ++++ configure.ac Tue Nov 20 12:18:46 2012 +@@ -128,7 +128,7 @@ AC_ARG_ENABLE(debug, AM_CONDITIONAL(DEBUG, test "$enable_debug" = "yes") if test "$DEBUG" = "yes"; then AC_DEFINE(ENABLE_DEBUG, [], "Enable debug mode")