Index: head/sysutils/edid-decode/Makefile =================================================================== --- head/sysutils/edid-decode/Makefile (revision 439867) +++ head/sysutils/edid-decode/Makefile (revision 439868) @@ -1,25 +1,25 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= edid-decode -PORTVERSION= 0.1.20161109 +PORTVERSION= 0.1.20170329 CATEGORIES= sysutils MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Decodes binary EDID information from monitors LICENSE= MIT USES= tar:xz PLIST_FILES= bin/edid-decode man/man1/edid-decode.1.gz do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/sysutils/edid-decode/distinfo =================================================================== --- head/sysutils/edid-decode/distinfo (revision 439867) +++ head/sysutils/edid-decode/distinfo (revision 439868) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481279754 -SHA256 (edid-decode-0.1.20161109.tar.xz) = de097eea1d176ac8ee3617433c19a77c37333d7c3cbd3e90e11a9acba2286a53 -SIZE (edid-decode-0.1.20161109.tar.xz) = 17060 +TIMESTAMP = 1493638534 +SHA256 (edid-decode-0.1.20170329.tar.xz) = bda7334f165848e5ed276991fd5a4f598431055e32a7ab8b3a54a68e1bbcd589 +SIZE (edid-decode-0.1.20170329.tar.xz) = 17464 Index: head/sysutils/edid-decode/pkg-descr =================================================================== --- head/sysutils/edid-decode/pkg-descr (revision 439867) +++ head/sysutils/edid-decode/pkg-descr (revision 439868) @@ -1,4 +1,4 @@ EDID is binary data encoded in the monitor firmware. edid-decode renders this binary data into a human-readable text form. -WWW: http://cgit.freedesktop.org/xorg/app/edid-decode/ +WWW: https://cgit.freedesktop.org/xorg/app/edid-decode/