Index: head/sysutils/edid-decode/Makefile =================================================================== --- head/sysutils/edid-decode/Makefile (revision 479368) +++ head/sysutils/edid-decode/Makefile (revision 479369) @@ -1,25 +1,28 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= edid-decode -PORTVERSION= 0.1.20170329 +PORTVERSION= 0.1.20180813 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 +LDFLAGS+= -lm + do-build: - ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} + ${CC} ${LDFLAGS} ${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 479368) +++ head/sysutils/edid-decode/distinfo (revision 479369) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493638534 -SHA256 (edid-decode-0.1.20170329.tar.xz) = bda7334f165848e5ed276991fd5a4f598431055e32a7ab8b3a54a68e1bbcd589 -SIZE (edid-decode-0.1.20170329.tar.xz) = 17464 +TIMESTAMP = 1536562802 +SHA256 (edid-decode-0.1.20180813.tar.xz) = ac0b0402a48a4efe1cd3753326f4b889f68638663e9fdd7f0b8d9907597376c4 +SIZE (edid-decode-0.1.20180813.tar.xz) = 26440 Index: head/sysutils/edid-decode/pkg-descr =================================================================== --- head/sysutils/edid-decode/pkg-descr (revision 479368) +++ head/sysutils/edid-decode/pkg-descr (revision 479369) @@ -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: https://cgit.freedesktop.org/xorg/app/edid-decode/ +WWW: https://git.linuxtv.org/edid-decode.git