svn commit: r439058 - head/multimedia/lives

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 11:10:23 UTC 2017


Author: amdmi3
Date: Fri Apr 21 11:10:21 2017
New Revision: 439058
URL: https://svnweb.freebsd.org/changeset/ports/439058

Log:
  - shabang

Modified:
  head/multimedia/lives/Makefile

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Fri Apr 21 11:10:02 2017	(r439057)
+++ head/multimedia/lives/Makefile	Fri Apr 21 11:10:21 2017	(r439058)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lives
 PORTVERSION=	2.8.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	http://lives-video.com/releases/
 DISTNAME=	LiVES-${PORTVERSION}
@@ -52,6 +52,8 @@ USES=		compiler:c++11-lib gettext-runtim
 		localbase pathfix perl5 pkgconfig python shebangfix tar:bzip2
 SHEBANG_FILES=	build-lives-rfx-plugin build-lives-rfx-plugin-multi \
 		smogrify tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \
+		lives-plugins/marcos-encoders/*encoder* \
+		lives-plugins/plugins/encoders/multi_encoder3 \
 		lives-plugins/plugins/playback/audiostream/audiostreamer.pl
 GNU_CONFIGURE=	yes
 USE_XORG=	x11


More information about the svn-ports-head mailing list