Created attachment 191313 [details] Patch for picocom 3.1 Hello, the patch updates picocom to 3.1. The update from 2.2 to 3.1 is a major update which contains many improvements, e.g.: - added custom baudrate support for FreeBSD, OpenBSD, and DragonflyBSD (in additions to Linux and MacOS that were already supported) - standard input can now be a non-tty (e.g a file or a pipe). - serial port output queue is now dynamically growable. - now SIGINT, as well as SIGTERM, can kill picocom. May be useful when the standard input is not a tty. Changes to the port: - changed PORTVERSION to DISTVERSION - replaced GH_ACCOUNT with GH_TUPLE - removed files/patch-Makefile (patches to CFLAGS and CPPFLAGS are now included in upstream Makefile) QA: ~~~ - poudriere (11.1Ramd64 + i386) -> OK - portlint -> OK
Why did you use 90385aa and not the tagged version 3.1? Yuri
Created attachment 191319 [details] Patch for picocom 3.1 - revision 2 Hello Yuri, hrm, the matter of habit. Anyway, you gave me the info that GH_TUPLE should be used only for adding extra projects/unbundling parts. Therefor I created a revised patch which uses GH_ACCOUNT/GH_PROJECT instead. -- Cheers Kai
Comment on attachment 191319 [details] Patch for picocom 3.1 - revision 2 Port is unmaintained, implicit approval
Committed. Thank you for the update!
A commit references this bug: Author: yuri Date: Fri Mar 9 05:35:45 UTC 2018 New revision: 463928 URL: https://svnweb.freebsd.org/changeset/ports/463928 Log: comms/picocom: Update to 3.1 Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Removed the useless option DEBUG * Removed the patch PR: 226455 Submitted by: owk <freebsd_ports@k-worx.org> Approved by: tcberner (mentor, implicit) Changes: head/comms/picocom/Makefile head/comms/picocom/distinfo head/comms/picocom/files/