svn commit: r412378 - head/multimedia/ffmpeg

Thomas Zander riggs at FreeBSD.org
Sat Apr 2 01:52:31 UTC 2016


Author: riggs
Date: Sat Apr  2 01:52:30 2016
New Revision: 412378
URL: https://svnweb.freebsd.org/changeset/ports/412378

Log:
  Limit PORTSCOUT to the 2.x series of ffmpeg.
  
  Since many ports are not yet ready for 3.x., limit the portscout
  distfile scanner not to report the 3.x releases.

Modified:
  head/multimedia/ffmpeg/Makefile

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Fri Apr  1 22:27:12 2016	(r412377)
+++ head/multimedia/ffmpeg/Makefile	Sat Apr  2 01:52:30 2016	(r412378)
@@ -23,6 +23,8 @@ USE_LDCONFIG=	yes
 USE_PERL5=	build
 SHEBANG_FILES=	doc/texi2pod.pl
 
+PORTSCOUT=	limit:^2\.
+
 OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS BS2B CACA CDIO CELT DC1394 \
 		DEBUG DOCS FAAC FDK_AAC FFSERVER FLITE FONTCONFIG \
 		FREETYPE FREI0R FRIBIDI GME GSM ICONV ILBC JACK LADSPA \


More information about the svn-ports-all mailing list