Skip to content

Commit

Permalink
sysutils/evhz: simplify distfile logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Oct 12, 2022
1 parent 8123c8c commit 9ef20b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions sysutils/evhz/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PORTNAME= evhz
DISTVERSION= g20210920
DISTVERSIONSUFFIX= -0-g35b7526
CATEGORIES= sysutils
MASTER_SITES= https://git.sr.ht/~iank/${PORTNAME}/archive/${SR_HT_COMMIT}${EXTRACT_SUFX}?dummy=/
MASTER_SITES= https://git.sr.ht/~iank/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Tool for measuring evdev event rate (mouse polling rate)
Expand All @@ -13,10 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto

USES= localbase

SR_HT_COMMIT= 35b7526e0655522bbdf92f6384f4e9dff74f38a0
WRKSRC= ${WRKDIR}/${PORTNAME}-${SR_HT_COMMIT}

PLIST_FILES= bin/${PORTNAME}

do-build:
Expand Down
4 changes: 2 additions & 2 deletions sysutils/evhz/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1637690741
SHA256 (evhz-g20210920.tar.gz) = ac78919a358b152ea22dbadf3970ad887ebc68b91b039d4c043607b451c532e7
SIZE (evhz-g20210920.tar.gz) = 14568
SHA256 (evhz-g20210920-0-g35b7526.tar.gz) = 5494e52749162c4eca3c9eaf58df637dcb1595dc94c3f34b341d45ed7de5685a
SIZE (evhz-g20210920-0-g35b7526.tar.gz) = 14562

0 comments on commit 9ef20b5

Please sign in to comment.