sysutils/edid-decode: Update to 0.1.20220204
This commit is contained in:
parent
be180b4b1b
commit
438c160275
2 changed files with 11 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue