svn commit: r431966 - head/multimedia/lives

Guido Falsi madpilot at FreeBSD.org
Fri Jan 20 15:23:38 UTC 2017


Author: madpilot
Date: Fri Jan 20 15:23:36 2017
New Revision: 431966
URL: https://svnweb.freebsd.org/changeset/ports/431966

Log:
  - Update lives to 2.8.4
  - Get distfile from github

Modified:
  head/multimedia/lives/Makefile
  head/multimedia/lives/distinfo

Modified: head/multimedia/lives/Makefile
==============================================================================
--- head/multimedia/lives/Makefile	Fri Jan 20 15:22:34 2017	(r431965)
+++ head/multimedia/lives/Makefile	Fri Jan 20 15:23:36 2017	(r431966)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	lives
-PORTVERSION=	2.8.3
+PORTVERSION=	2.8.4
 CATEGORIES=	multimedia
-MASTER_SITES=	SF
+MASTER_SITES=	http://lives-video.com/releases/
+DISTNAME=	LiVES-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Video editing system
@@ -43,6 +44,8 @@ RUN_DEPENDS=	${LOCALBASE}/bin/analyseplu
 		x264:multimedia/x264 \
 		cdrecord:sysutils/cdrtools
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
 USES=		compiler:c++11-lib gettext-runtime ghostscript:run libtool \
 		localbase pathfix perl5 pkgconfig python shebangfix tar:bzip2
 SHEBANG_FILES=	build-lives-rfx-plugin build-lives-rfx-plugin-multi \

Modified: head/multimedia/lives/distinfo
==============================================================================
--- head/multimedia/lives/distinfo	Fri Jan 20 15:22:34 2017	(r431965)
+++ head/multimedia/lives/distinfo	Fri Jan 20 15:23:36 2017	(r431966)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483784098
-SHA256 (lives-2.8.3.tar.bz2) = e7d6c651f6c5050791fe283a187bb6e114ad85552b090450468eca4010f20450
-SIZE (lives-2.8.3.tar.bz2) = 3896878
+TIMESTAMP = 1484732974
+SHA256 (LiVES-2.8.4.tar.bz2) = e5353c4942e8bfbb419fe630b77b1de32d61bba5acec50ba5a1e89bae7b75661
+SIZE (LiVES-2.8.4.tar.bz2) = 3898709


More information about the svn-ports-head mailing list