diff -ruN cointop-orig/Makefile cointop/Makefile --- cointop-orig/Makefile +++ cointop/Makefile @@ -1,11 +1,12 @@ -# $FreeBSD$ +# $FreeBSD: head/finance/cointop/Makefile 536362 2020-05-24 06:28:34Z yuri $ PORTNAME= cointop -PORTVERSION= 1.4.6 +PORTVERSION= 1.5.4 +DISTVERSION= v1.5.4 CATEGORIES= finance MAINTAINER= ndowens@yahoo.com -COMMENT= Light cryptocurrency coin stats +COMMENT= Cryptocurrency coin stats LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -36,7 +37,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 diff -ruN cointop-orig/distinfo cointop/distinfo --- cointop-orig/distinfo +++ cointop/distinfo @@ -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 diff -ruN cointop-orig/pkg-descr cointop/pkg-descr --- cointop-orig/pkg-descr +++ cointop/pkg-descr @@ -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.