Date: Fri, 14 Dec 2018 05:42:01 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487406 - head/sysutils/gotop Message-ID: <201812140542.wBE5g1pt012285@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Dec 14 05:42:00 2018 New Revision: 487406 URL: https://svnweb.freebsd.org/changeset/ports/487406 Log: sysutils/gotop: Fix on 12 The upstream fixed it just now. Reported by: adamw Modified: head/sysutils/gotop/Makefile head/sysutils/gotop/distinfo Modified: head/sysutils/gotop/Makefile ============================================================================== --- head/sysutils/gotop/Makefile Fri Dec 14 05:07:04 2018 (r487405) +++ head/sysutils/gotop/Makefile Fri Dec 14 05:42:00 2018 (r487406) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= gotop -DISTVERSION= 1.7.0-4 -DISTVERSIONSUFFIX= -gf608f63 +DISTVERSION= 1.7.0-5 +DISTVERSIONSUFFIX= -g23b961b CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org Modified: head/sysutils/gotop/distinfo ============================================================================== --- head/sysutils/gotop/distinfo Fri Dec 14 05:07:04 2018 (r487405) +++ head/sysutils/gotop/distinfo Fri Dec 14 05:42:00 2018 (r487406) @@ -1,6 +1,6 @@ -TIMESTAMP = 1544758216 -SHA256 (cjbassi-gotop-1.7.0-4-gf608f63_GH0.tar.gz) = 86742e4a89ce82c701e226ad8b0f16a7635abf340d9b270c364f74fcce8f7168 -SIZE (cjbassi-gotop-1.7.0-4-gf608f63_GH0.tar.gz) = 387339 +TIMESTAMP = 1544765835 +SHA256 (cjbassi-gotop-1.7.0-5-g23b961b_GH0.tar.gz) = e29df4adf466178df4427c1271b55f41ed4caa23d8b825a9cbb4f41123375752 +SIZE (cjbassi-gotop-1.7.0-5-g23b961b_GH0.tar.gz) = 387345 SHA256 (cjbassi-termui-e8dd23f_GH0.tar.gz) = 1a26a894587fd9f533d25ff60128c3234ee6a64eb643d21c7983314984ab38e6 SIZE (cjbassi-termui-e8dd23f_GH0.tar.gz) = 78782 SHA256 (docopt-docopt.go-ee0de3b_GH0.tar.gz) = 6eb951df9aa0503060e3912fd10f5f592b4453a5f1d5130995db02aa4697374d
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812140542.wBE5g1pt012285>