diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-03-20 00:46:49 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-03-20 00:46:49 +0800 |
commit | f1b132265554fb0c09de80c72f523ebd0d056ebb (patch) | |
tree | ea2b5e9470cb96053dc11a4827abcb96b14237a0 /editors | |
parent | 190b075327cd8e7634532d9a70d7a7043c16984c (diff) | |
download | freebsd-ports-gnome-f1b132265554fb0c09de80c72f523ebd0d056ebb.tar.gz freebsd-ports-gnome-f1b132265554fb0c09de80c72f523ebd0d056ebb.tar.zst freebsd-ports-gnome-f1b132265554fb0c09de80c72f523ebd0d056ebb.zip |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/imhex/Makefile | 2 | ||||
-rw-r--r-- | editors/imhex/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/imhex/Makefile b/editors/imhex/Makefile index dab4478490a7..abdfe8f9f757 100644 --- a/editors/imhex/Makefile +++ b/editors/imhex/Makefile @@ -2,6 +2,7 @@ PORTNAME= imhex PORTVERSION= 1.7.0 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= editors @@ -29,7 +30,6 @@ USE_XORG= x11 xcb xau xdmcp USE_GITHUB= yes GH_ACCOUNT= WerWolv GH_PROJECT= ImHex -GH_TAGNAME= v${PORTVERSION} CC= ${LOCALBASE}/bin/gcc10 CXX= ${LOCALBASE}/bin/c++10 diff --git a/editors/imhex/distinfo b/editors/imhex/distinfo index 03747b198c59..8cac4bc1b324 100644 --- a/editors/imhex/distinfo +++ b/editors/imhex/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1613820150 -SHA256 (WerWolv-ImHex-1.7.0-v1.7.0_GH0.tar.gz) = 891c9268dda958922698c6fdfcba34ec7b20853f3764fe9d58c4a932a6b0d3d8 -SIZE (WerWolv-ImHex-1.7.0-v1.7.0_GH0.tar.gz) = 1189375 +SHA256 (WerWolv-ImHex-v1.7.0_GH0.tar.gz) = 891c9268dda958922698c6fdfcba34ec7b20853f3764fe9d58c4a932a6b0d3d8 +SIZE (WerWolv-ImHex-v1.7.0_GH0.tar.gz) = 1189375 |