Bug 242532

Summary: sysutils/hatop: Fix missing .decode() in python3 update
Product: Ports & Packages Reporter: mikeg
Component: Individual Port(s)Assignee: Koichiro Iwao <meta>
Status: Closed FIXED    
Severity: Affects Some People CC: meta
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
0.7.7_3 -> 0.7.7_4 patch: Add missing .decode() to socket receive none

Description mikeg 2019-12-09 22:01:58 UTC
Created attachment 209814 [details]
0.7.7_3 -> 0.7.7_4 patch: Add missing .decode() to socket receive

Apparently my last update was missing a .decode() call in the Python 3 patch. 
Attached patch adds the missing .decode() call for received data & restores normal operation.


(Re-)Checked OK on FreeBSD 12.0p12 / Python36-3.6.9 & haproxy-2.0.8

(D'OH!)
Comment 1 Koichiro Iwao freebsd_committer freebsd_triage 2019-12-10 07:05:02 UTC
(In reply to mikeg from comment #0)
You probably have a mistake on portname. Actually sysutils/hatop right?
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-12-10 07:50:49 UTC
A commit references this bug:

Author: meta
Date: Tue Dec 10 07:49:48 UTC 2019
New revision: 519648
URL: https://svnweb.freebsd.org/changeset/ports/519648

Log:
  sysutils/hatop: Fix patch added in previous commit

  PR:		242532
  Submitted by:	maintainer

Changes:
  head/sysutils/hatop/Makefile
  head/sysutils/hatop/files/patch-bin_hatop
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2019-12-10 07:51:56 UTC
Committed, thanks!