Created attachment 225077 [details] ipinfo-cli Tested on FreeBSD: 14-amd64 14-i386 13-amd64 13-i386 12-amd64 12-i386 11-amd64 11-i386 Portlint: no errors
Quick review on a few things can be tweaked PORTVERSION --> DISTVERSION DISTVERSIONPREFIX should be defined before DISTVERSION You don't need to define GH_ACCOUNT see https://docs.freebsd.org/en/books/porters-handbook/book.html#makefile-master_sites-github-description
Created attachment 225240 [details] Fix Hi Daniel! I applied your suggestions, please consider a new review.
(In reply to Gabriel Dutra from comment #2) The patch looks good to me - the only thing I'd suggest is to have a more enriched pkg-descr than the current one. It should be a couple of full sentences explaining what it is and what its main functionalities are, instead of just duplicating COMMENTS=. Once this is updated, I can proceed to commit this port. Thanks!
Friendly ping :) Also, please submit git diffs in the future, thanks!
Created attachment 227170 [details] Update to 2.0.2 Hi, I updated the port to 2.0.2 and changed pkg-descr. Sorry for the delay. Portlint: no errors Tested: 11.4-RELEASE-p12 - amd64, i386 12.1-RELEASE-p13 - amd64, i386 12.2-RELEASE-p9 - amd64, i386 13.0-RELEASE-p3 - amd64, i386
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6c9e96452b67777205d461a562a58af46963c30 commit c6c9e96452b67777205d461a562a58af46963c30 Author: Gabriel Dutra <0xdutra@gmail.com> AuthorDate: 2021-08-14 00:23:27 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-08-14 00:23:27 +0000 net/ipinfo-cli: New port Official Command Line Interface for the IPinfo API. PR: 255983 net/Makefile | 1 + net/ipinfo-cli/Makefile (new) | 42 ++++++++++++++++++++++++++++++++++++++++++ net/ipinfo-cli/distinfo (new) | 39 +++++++++++++++++++++++++++++++++++++++ net/ipinfo-cli/pkg-descr (new) | 4 ++++ 4 files changed, 86 insertions(+)
Committed, thanks!