- Update to master branch on 2018-12-16, this is a few commits after

v0.25.0 was tagged because v0.25.0 is missing some vendored code.

Submitted by:		hsw__bitmark.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D22832
This commit is contained in:
Marcelo Araujo 2019-12-16 07:25:12 +00:00
parent 2ddd9a264c
commit bfb55e72e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520225
5 changed files with 7 additions and 35 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= wtf
PORTVERSION= 0.23.0
PORTVERSION= 0.25.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
PKGNAMEPREFIX= go-
@ -18,6 +18,7 @@ CONFLICTS= wtf
USE_GITHUB= yes
GH_ACCOUNT= wtfutil
GH_TAGNAME= b7f8ec5ae2
GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}"

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1571016550
SHA256 (wtfutil-wtf-v0.23.0_GH0.tar.gz) = b5b7284cd3884d8e43886f27fe2b0705734ae9637f67174e75bfe5c0ba6f2eda
SIZE (wtfutil-wtf-v0.23.0_GH0.tar.gz) = 11625161
TIMESTAMP = 1576478475
SHA256 (wtfutil-wtf-v0.25.0-b7f8ec5ae2_GH0.tar.gz) = 6ffc203f05a3988b8079d510432e75bf84f21eaa8c829410f7f009fed2278661
SIZE (wtfutil-wtf-v0.25.0-b7f8ec5ae2_GH0.tar.gz) = 11931185

View File

@ -1,11 +0,0 @@
--- modules/azuredevops/widget.go.orig 2019-10-11 19:16:00 UTC
+++ modules/azuredevops/widget.go
@@ -13,7 +13,7 @@ import (
type Widget struct {
view.TextWidget
- cli azrBuild.Client
+ cli *azrBuild.Client
settings *Settings
displayBuffer string
ctx context.Context

View File

@ -1,20 +0,0 @@
--- modules/devto/widget.go.orig 2019-10-11 19:16:00 UTC
+++ modules/devto/widget.go
@@ -14,7 +14,7 @@ import (
type Widget struct {
view.KeyboardWidget
view.ScrollableWidget
- articles []devto.ListedArticle
+ articles []devto.Article
settings *Settings
err error
}
@@ -59,7 +59,7 @@ func (widget *Widget) Refresh() {
widget.articles = nil
widget.SetItemCount(0)
} else {
- var displayArticles []devto.ListedArticle
+ var displayArticles []devto.Article
var l int
if len(articles) < widget.settings.numberOfArticles {
l = len(articles)

View File

@ -1,5 +1,7 @@
bin/wtf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bargraph_config.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_sizing.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kubernetes_config.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample_config.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/small_config.yml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uniconfig.yml