Created attachment 167279 [details] misc/binclock port directory Binclock is a small C CLI application to print a binary clock.
Created attachment 167280 [details] Poudriere log
Hi, Is there a reason why your Bugzilla email address is not the same one you've set in the MAINTAINER field? With this setup at the very least auto-assigning bugs to you will likely fail.
Yes, it's as I already maintain ports, with this @gmail.com mail address noted in the maintainer field. What's the procedure to follow to change a mail address? Should I submit a patch to update it each port Makefile?
It depends on whether you want to change your MAINTAINER address in your ports to your Bugzilla email address or make your Bugzilla email address match your current MAINTAINER address. For the former, it'd be good if you sent a patch updating it and set the "maintainer-approval+" flag on it with your current maintainer address (gmail.com). If it's the latter, you can just change it in your Bugzilla preferences.
A commit references this bug: Author: riggs Date: Mon Mar 28 16:22:30 UTC 2016 New revision: 412060 URL: https://svnweb.freebsd.org/changeset/ports/412060 Log: Add new port: misc/binclock: A small CLI binary clock PR: 207406 Submitted by: dereckson@espace-win.org (maintainer) Reviewed by: riggs Changes: head/misc/Makefile head/misc/binclock/ head/misc/binclock/Makefile head/misc/binclock/distinfo head/misc/binclock/files/ head/misc/binclock/files/patch-Makefile head/misc/binclock/pkg-descr
Thanks! Committed with a couple of changes: - LICENSE: This port is GPLv2 or later. Recently the framework has introduced "GPLv2+" for this kind of license. - Add LICENSE_FILE - Modify patch-Makefile: Respect CC and CFLAGS. Remove unconditional strip. - Add STRIP_CMD to do-install: stage to allow DEBUG-dependent omission of stripping the binary