svn commit: r520225 - in head/sysutils/go-wtf: . files

Marcelo Araujo araujo at FreeBSD.org
Mon Dec 16 07:25:13 UTC 2019


Author: araujo
Date: Mon Dec 16 07:25:12 2019
New Revision: 520225
URL: https://svnweb.freebsd.org/changeset/ports/520225

Log:
  - 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

Deleted:
  head/sysutils/go-wtf/files/
Modified:
  head/sysutils/go-wtf/Makefile
  head/sysutils/go-wtf/distinfo
  head/sysutils/go-wtf/pkg-plist

Modified: head/sysutils/go-wtf/Makefile
==============================================================================
--- head/sysutils/go-wtf/Makefile	Mon Dec 16 06:58:50 2019	(r520224)
+++ head/sysutils/go-wtf/Makefile	Mon Dec 16 07:25:12 2019	(r520225)
@@ -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}"
 

Modified: head/sysutils/go-wtf/distinfo
==============================================================================
--- head/sysutils/go-wtf/distinfo	Mon Dec 16 06:58:50 2019	(r520224)
+++ head/sysutils/go-wtf/distinfo	Mon Dec 16 07:25:12 2019	(r520225)
@@ -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

Modified: head/sysutils/go-wtf/pkg-plist
==============================================================================
--- head/sysutils/go-wtf/pkg-plist	Mon Dec 16 06:58:50 2019	(r520224)
+++ head/sysutils/go-wtf/pkg-plist	Mon Dec 16 07:25:12 2019	(r520225)
@@ -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


More information about the svn-ports-head mailing list