git: 81c5e2529945 - main - multimedia/mlt: bump to 6.26.1

Adriaan de Groot adridg at FreeBSD.org
Thu May 6 19:05:26 UTC 2021


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81c5e2529945fe8de76e0ab54ad33933fa705123

commit 81c5e2529945fe8de76e0ab54ad33933fa705123
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-05-06 14:32:07 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-05-06 19:05:23 +0000

    multimedia/mlt: bump to 6.26.1
    
    This is the last 6-series update. The 7-series (repease May 2nd) introduces
    API breaks, which means more coordination with consumers.
---
 multimedia/mlt/Makefile | 9 ++++-----
 multimedia/mlt/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index 8dc1c90293dc..93a30f77981b 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	mlt
-DISTVERSIONPREFIX=	v
-DISTVERSION=	6.22.1
-PORTREVISION=	2
+DISTVERSION=	6.26.1
+# Don't use GitHub "fake" downloads that are auto-generated from a
+# tag; the project uploads tarballs for each release.
+MASTER_SITES=	https://github.com/mltframework/${PORTNAME}/releases/download/v${DISTVERSION}/
 CATEGORIES?=	multimedia
 
 MAINTAINER=	kde at FreeBSD.org
@@ -14,8 +15,6 @@ USES+=		alias compiler:c++11-lang eigen:3 gmake gnome localbase \
 		pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD
-USE_GITHUB=	yes
-GH_ACCOUNT=	mltframework
 
 .ifndef(WITH_DEBUG)
 CONFIGURE_ARGS+=--disable-debug
diff --git a/multimedia/mlt/distinfo b/multimedia/mlt/distinfo
index 7e9b2a076f14..c621f95e2e1e 100644
--- a/multimedia/mlt/distinfo
+++ b/multimedia/mlt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596320106
-SHA256 (mltframework-mlt-v6.22.1_GH0.tar.gz) = a3debdf0b8811f0d20c902cc3df3d05dad7d3ff36d1db16c0a7338d0d5989998
-SIZE (mltframework-mlt-v6.22.1_GH0.tar.gz) = 1343746
+TIMESTAMP = 1620310819
+SHA256 (mlt-6.26.1.tar.gz) = 8a484bbbf51f33e25312757531f3ad2ce20607149d20fcfcb40a3c1e60b20b4e
+SIZE (mlt-6.26.1.tar.gz) = 1366022


More information about the dev-commits-ports-all mailing list