View | Details | Raw Unified | Return to bug 248820 | Differences between
and this patch

Collapse All | Expand All

(-)files/cointop/Makefile (working copy) (-4 / +5 lines)
Lines 1-11 Link Here
1
# $FreeBSD$
1
# $FreeBSD: head/finance/cointop/Makefile 536362 2020-05-24 06:28:34Z yuri $
2
2
3
PORTNAME=	cointop
3
PORTNAME=	cointop
4
PORTVERSION=	1.4.6
4
PORTVERSION=	1.5.3
5
DISTVERSION=	v1.5.3
5
CATEGORIES=	finance
6
CATEGORIES=	finance
6
7
7
MAINTAINER=	ndowens@yahoo.com
8
MAINTAINER=	ndowens@yahoo.com
8
COMMENT=	Light cryptocurrency coin stats
9
COMMENT=	Cryptocurrency coin stats
9
10
10
LICENSE=	APACHE20
11
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
Lines 36-42 GH_TUPLE= \ Link Here
36
		spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \
37
		spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \
37
		tomnomnom:xtermcolor:b78803f00a7e:tomnomnom_xtermcolor/vendor/github.com/tomnomnom/xtermcolor
38
		tomnomnom:xtermcolor:b78803f00a7e:tomnomnom_xtermcolor/vendor/github.com/tomnomnom/xtermcolor
38
39
39
GO_BUILDFLAGS=	-ldflags="-X main.Version=${DISTVERSION}"
40
GO_BUILDFLAGS=	-ldflags="-X github.com/miguelmota/cointop/cointop.version=${PORTVERSION}"
40
41
41
PLIST_FILES=	bin/cointop
42
PLIST_FILES=	bin/cointop
(-)finance/cointop/distinfo (working copy) (-3 / +3 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1590301467
1
TIMESTAMP = 1600719131
2
SHA256 (miguelmota-cointop-1.4.6_GH0.tar.gz) = 69391a7c6f3a920c175685b9917086d449f4c1ff72c5b98ab08118489f15c0a9
2
SHA256 (miguelmota-cointop-v1.5.3_GH0.tar.gz) = da7c975a19b71cb0c62afd69565ce98eddbb54d3b875e277e0fefe32456b106e
3
SIZE (miguelmota-cointop-1.4.6_GH0.tar.gz) = 3639504
3
SIZE (miguelmota-cointop-v1.5.3_GH0.tar.gz) = 3463448
4
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
4
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
5
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
5
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
6
SHA256 (anaskhan96-soup-v1.1.1_GH0.tar.gz) = 16627880c76b28dc19551c5ae4322e77b5f09000f1c8b6d4c2343229e9541141
6
SHA256 (anaskhan96-soup-v1.1.1_GH0.tar.gz) = 16627880c76b28dc19551c5ae4322e77b5f09000f1c8b6d4c2343229e9541141
(-)finance/cointop/pkg-descr (working copy) (-2 / +2 lines)
Lines 1-5 Link Here
1
WWW: https://github.com/miguelmota/cointop
1
WWW: https://github.com/miguelmota/cointop
2
2
3
Fast and lightweight terminal based UI application
3
A fast and lightweight terminal based UI application
4
for tracking and monitoring cryptocurrency coins
4
for tracking and monitoring cryptocurrency coins
5
in real-time; inspired by htop with vim-inspired keys
5
in real-time.

Return to bug 248820