mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.1.20180813
- Update WWW, the upstream git repository has moved
This commit is contained in:
parent
82feb5323f
commit
63ac3e99f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479369
3 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue