Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152101396
D22102.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D22102.id.diff
View Options
Index: head/sysutils/go-wtf/Makefile
===================================================================
--- head/sysutils/go-wtf/Makefile
+++ head/sysutils/go-wtf/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= wtf
-PORTVERSION= 0.21.0
+PORTVERSION= 0.23.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
PKGNAMEPREFIX= go-
@@ -25,6 +25,14 @@
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_SUB= yes
+
+# try to deal with case insensitive github names
+WTF_VGH_DIR= ${WRKSRC}/vendor/github.com
+post-patch:
+ [ -d "${WTF_VGH_DIR}/Microsoft" -a ! -d "${WTF_VGH_DIR}/microsoft" ] && \
+ ${LN} -s Microsoft "${WTF_VGH_DIR}/microsoft" || true
+ [ -d "${WTF_VGH_DIR}/microsoft" -a ! -d "${WTF_VGH_DIR}/Microsoft" ] && \
+ ${LN} -s microsoft "${WTF_VGH_DIR}/Microsoft" || true
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Index: head/sysutils/go-wtf/distinfo
===================================================================
--- head/sysutils/go-wtf/distinfo
+++ head/sysutils/go-wtf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567513605
-SHA256 (wtfutil-wtf-v0.21.0_GH0.tar.gz) = f1a5267f5b534026d7ae75ee2c13b4d3e08643b8f5b52637b41fb6c4fea1838d
-SIZE (wtfutil-wtf-v0.21.0_GH0.tar.gz) = 11162170
+TIMESTAMP = 1571016550
+SHA256 (wtfutil-wtf-v0.23.0_GH0.tar.gz) = b5b7284cd3884d8e43886f27fe2b0705734ae9637f67174e75bfe5c0ba6f2eda
+SIZE (wtfutil-wtf-v0.23.0_GH0.tar.gz) = 11625161
Index: head/sysutils/go-wtf/files/patch-modules_azuredevops_widget.go
===================================================================
--- head/sysutils/go-wtf/files/patch-modules_azuredevops_widget.go
+++ head/sysutils/go-wtf/files/patch-modules_azuredevops_widget.go
@@ -0,0 +1,11 @@
+--- 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
Index: head/sysutils/go-wtf/files/patch-modules_devto_widget.go
===================================================================
--- head/sysutils/go-wtf/files/patch-modules_devto_widget.go
+++ head/sysutils/go-wtf/files/patch-modules_devto_widget.go
@@ -0,0 +1,20 @@
+--- 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)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 13, 5:56 PM (19 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31419900
Default Alt Text
D22102.id.diff (2 KB)
Attached To
Mode
D22102: Update sysutils/go-wtf to version 0.23
Attached
Detach File
Event Timeline
Log In to Comment