svn commit: r438742 - head/multimedia/py-ffmpeg

David Naylor dbn at FreeBSD.org
Mon Apr 17 18:51:00 UTC 2017


Author: dbn
Date: Mon Apr 17 18:50:58 2017
New Revision: 438742
URL: https://svnweb.freebsd.org/changeset/ports/438742

Log:
  multimedia/py-ffmpeg: fix expiration date.
  
  Reported by:	dvl@

Modified:
  head/multimedia/py-ffmpeg/Makefile

Modified: head/multimedia/py-ffmpeg/Makefile
==============================================================================
--- head/multimedia/py-ffmpeg/Makefile	Mon Apr 17 18:42:12 2017	(r438741)
+++ head/multimedia/py-ffmpeg/Makefile	Mon Apr 17 18:50:58 2017	(r438742)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	cython:lang/cython
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
 
 DEPRECATED=	Depreciated upstream in favour of ffpyplayer
-EXPIRATION_DATE=2017-06-31
+EXPIRATION_DATE=2017-06-30
 
 MAKE_ENV=	FFMPEG_LIBRARIES="SDL SDL_mixer" FFMPEG_LIBRARY_DIRS=${LOCALBASE}/lib \
 		FFMPEG_INCLUDES=${LOCALBASE}/include/SDL FFMPEG_ROOT=${LOCALBASE}


More information about the svn-ports-head mailing list