Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2022 18:50:00 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 438c160275d2 - main - sysutils/edid-decode: Update to 0.1.20220204
Message-ID:  <202202171850.21HIo0iD052071@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=438c160275d26b4222c83d6761e7f5897773f1e7

commit 438c160275d26b4222c83d6761e7f5897773f1e7
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-02-17 18:49:56 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-02-17 18:49:56 +0000

    sysutils/edid-decode: Update to 0.1.20220204
---
 sysutils/edid-decode/Makefile | 9 ++++++++-
 sysutils/edid-decode/distinfo | 6 +++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/sysutils/edid-decode/Makefile b/sysutils/edid-decode/Makefile
index 643cfc0cf1aa..b2a3064b4f4f 100644
--- a/sysutils/edid-decode/Makefile
+++ b/sysutils/edid-decode/Makefile
@@ -1,7 +1,7 @@
 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 
 PORTNAME=	edid-decode
-PORTVERSION=	0.1.20210115
+PORTVERSION=	0.1.20220204
 CATEGORIES=	sysutils
 MASTER_SITES=	LOCAL/ehaupt
 
@@ -9,6 +9,7 @@ MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Decodes binary EDID information from monitors
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		compiler:c++11-lang gmake tar:xz
 
@@ -21,4 +22,10 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
 
+dist: clean
+	@${MKDIR} ${WRKSRC}
+	@git clone https://git.linuxtv.org/edid-decode.git ${WRKSRC}
+	@${RM} -rf ${WRKSRC}/.git*
+	@${TAR} -C ${WRKDIR} -cvJpf ${DISTDIR}/${DISTFILES} ${DISTNAME}
+
 .include <bsd.port.mk>
diff --git a/sysutils/edid-decode/distinfo b/sysutils/edid-decode/distinfo
index d9037978549d..69ca1b6214ab 100644
--- a/sysutils/edid-decode/distinfo
+++ b/sysutils/edid-decode/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611054116
-SHA256 (edid-decode-0.1.20210115.tar.xz) = 82784fe620133efbf4ce5fd35fdfc42ff4e096a78f0ea9472c1522b46be4b0bb
-SIZE (edid-decode-0.1.20210115.tar.xz) = 633660
+TIMESTAMP = 1645121834
+SHA256 (edid-decode-0.1.20220204.tar.xz) = c5f739e376fec8d9363270f0afcf8d26f9ce951c90bf5ec2e66ee45f5ba034e0
+SIZE (edid-decode-0.1.20220204.tar.xz) = 102048



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202171850.21HIo0iD052071>