svn commit: r546194 - head/finance/cointop

Fernando Apesteguía fernape at FreeBSD.org
Tue Aug 25 16:56:26 UTC 2020


Author: fernape
Date: Tue Aug 25 16:56:25 2020
New Revision: 546194
URL: https://svnweb.freebsd.org/changeset/ports/546194

Log:
  finance/cointop: update to 1.5.4
  
  ChangeLog: https://github.com/miguelmota/cointop/releases/tag/v1.5.4
  
  PR:	248820
  Submitted by:	hello at miguelmota.com (maintainer)

Modified:
  head/finance/cointop/Makefile
  head/finance/cointop/distinfo
  head/finance/cointop/pkg-descr

Modified: head/finance/cointop/Makefile
==============================================================================
--- head/finance/cointop/Makefile	Tue Aug 25 16:41:52 2020	(r546193)
+++ head/finance/cointop/Makefile	Tue Aug 25 16:56:25 2020	(r546194)
@@ -1,11 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	cointop
-PORTVERSION=	1.4.6
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.5.4
 CATEGORIES=	finance
 
 MAINTAINER=	ndowens at yahoo.com
-COMMENT=	Light cryptocurrency coin stats
+COMMENT=	Cryptocurrency coin stats
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -15,8 +16,7 @@ USES=		go:modules
 USE_GITHUB=	yes
 GH_ACCOUNT=	miguelmota
 
-GH_TUPLE=	\
-		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
+GH_TUPLE=	BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
 		anaskhan96:soup:v1.1.1:anaskhan96_soup/vendor/github.com/anaskhan96/soup \
 		fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \
 		golang:net:da137c7871d7:golang_net/vendor/golang.org/x/net \
@@ -36,7 +36,7 @@ GH_TUPLE=	\
 		spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \
 		tomnomnom:xtermcolor:b78803f00a7e:tomnomnom_xtermcolor/vendor/github.com/tomnomnom/xtermcolor
 
-GO_BUILDFLAGS=	-ldflags="-X main.Version=${DISTVERSION}"
+GO_BUILDFLAGS=	-ldflags="-X github.com/miguelmota/cointop/cointop.version=${PORTVERSION}"
 
 PLIST_FILES=	bin/cointop
 

Modified: head/finance/cointop/distinfo
==============================================================================
--- head/finance/cointop/distinfo	Tue Aug 25 16:41:52 2020	(r546193)
+++ head/finance/cointop/distinfo	Tue Aug 25 16:56:25 2020	(r546194)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1590301467
-SHA256 (miguelmota-cointop-1.4.6_GH0.tar.gz) = 69391a7c6f3a920c175685b9917086d449f4c1ff72c5b98ab08118489f15c0a9
-SIZE (miguelmota-cointop-1.4.6_GH0.tar.gz) = 3639504
+TIMESTAMP = 1598339735
+SHA256 (miguelmota-cointop-v1.5.4_GH0.tar.gz) = 9d6d11e71c3c754a654b191a6813a41427c717966999ce335f0f155358a2292b
+SIZE (miguelmota-cointop-v1.5.4_GH0.tar.gz) = 3463894
 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
 SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
 SHA256 (anaskhan96-soup-v1.1.1_GH0.tar.gz) = 16627880c76b28dc19551c5ae4322e77b5f09000f1c8b6d4c2343229e9541141

Modified: head/finance/cointop/pkg-descr
==============================================================================
--- head/finance/cointop/pkg-descr	Tue Aug 25 16:41:52 2020	(r546193)
+++ head/finance/cointop/pkg-descr	Tue Aug 25 16:56:25 2020	(r546194)
@@ -1,5 +1,5 @@
 WWW: https://github.com/miguelmota/cointop
 
-Fast and lightweight terminal based UI application
+A fast and lightweight terminal based UI application
 for tracking and monitoring cryptocurrency coins
-in real-time; inspired by htop with vim-inspired keys
+in real-time.


More information about the svn-ports-head mailing list