Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 07:06:46 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479369 - head/sysutils/edid-decode
Message-ID:  <201809100706.w8A76kPC051418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Sep 10 07:06:46 2018
New Revision: 479369
URL: https://svnweb.freebsd.org/changeset/ports/479369

Log:
  - Update to 0.1.20180813
  - Update WWW, the upstream git repository has moved

Modified:
  head/sysutils/edid-decode/Makefile
  head/sysutils/edid-decode/distinfo
  head/sysutils/edid-decode/pkg-descr

Modified: head/sysutils/edid-decode/Makefile
==============================================================================
--- head/sysutils/edid-decode/Makefile	Mon Sep 10 07:06:17 2018	(r479368)
+++ head/sysutils/edid-decode/Makefile	Mon Sep 10 07:06:46 2018	(r479369)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	edid-decode
-PORTVERSION=	0.1.20170329
+PORTVERSION=	0.1.20180813
 CATEGORIES=	sysutils
 MASTER_SITES=	LOCAL/ehaupt
 
@@ -15,8 +15,11 @@ 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

Modified: head/sysutils/edid-decode/distinfo
==============================================================================
--- head/sysutils/edid-decode/distinfo	Mon Sep 10 07:06:17 2018	(r479368)
+++ head/sysutils/edid-decode/distinfo	Mon Sep 10 07:06:46 2018	(r479369)
@@ -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

Modified: head/sysutils/edid-decode/pkg-descr
==============================================================================
--- head/sysutils/edid-decode/pkg-descr	Mon Sep 10 07:06:17 2018	(r479368)
+++ head/sysutils/edid-decode/pkg-descr	Mon Sep 10 07:06:46 2018	(r479369)
@@ -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



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