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

Collapse All | Expand All

(-)cointop/Makefile (-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
PORTNAME=	cointop
2
PORTNAME=	cointop
3
PORTVERSION=	1.4.6
3
PORTVERSION=	1.5.4
4
DISTVERSION=	v1.5.4
4
CATEGORIES=	finance
5
CATEGORIES=	finance
5
MAINTAINER=	ndowens@yahoo.com
6
MAINTAINER=	ndowens@yahoo.com
6
COMMENT=	Light cryptocurrency coin stats
7
COMMENT=	Cryptocurrency coin stats
7
LICENSE=	APACHE20
8
LICENSE=	APACHE20
8
LICENSE_FILE=	${WRKSRC}/LICENSE
9
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
GO_BUILDFLAGS=	-ldflags="-X main.Version=${DISTVERSION}"
39
GO_BUILDFLAGS=	-ldflags="-X github.com/miguelmota/cointop/cointop.version=${PORTVERSION}"
39
PLIST_FILES=	bin/cointop
40
PLIST_FILES=	bin/cointop
(-)cointop/distinfo (-3 / +3 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1590301467
1
TIMESTAMP = 1598339735
2
SHA256 (miguelmota-cointop-1.4.6_GH0.tar.gz) = 69391a7c6f3a920c175685b9917086d449f4c1ff72c5b98ab08118489f15c0a9
2
SHA256 (miguelmota-cointop-v1.5.4_GH0.tar.gz) = 9d6d11e71c3c754a654b191a6813a41427c717966999ce335f0f155358a2292b
3
SIZE (miguelmota-cointop-1.4.6_GH0.tar.gz) = 3639504
3
SIZE (miguelmota-cointop-v1.5.4_GH0.tar.gz) = 3463894
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
(-)cointop/pkg-descr (-2 / +2 lines)
Lines 1-5 Link Here
1
WWW: https://github.com/miguelmota/cointop
1
WWW: https://github.com/miguelmota/cointop
2
Fast and lightweight terminal based UI application
2
A fast and lightweight terminal based UI application
3
for tracking and monitoring cryptocurrency coins
3
for tracking and monitoring cryptocurrency coins
4
in real-time; inspired by htop with vim-inspired keys
4
in real-time.

Return to bug 248820