Page MenuHomeFreeBSD

New port: net/grpcurl
ClosedPublic

Authored by seanc on Apr 22 2018, 8:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 21, 3:44 PM
Unknown Object (File)
Sat, Mar 8, 10:53 AM
Unknown Object (File)
Feb 21 2025, 7:41 PM
Unknown Object (File)
Feb 17 2025, 6:44 PM
Unknown Object (File)
Feb 8 2025, 5:30 AM
Unknown Object (File)
Jan 26 2025, 7:42 AM
Unknown Object (File)
Jan 16 2025, 3:42 AM
Unknown Object (File)
Nov 27 2024, 5:43 AM
Subscribers
None

Details

Summary

Adds net/grpcurl...

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

seanc created this revision.

Update COMMENT

net/grpcurl/Makefile
21

portlint says: FATAL: Makefile: [20]: use a tab (not space) after a variable name

seanc marked an inline comment as done.

Updated after using portlint -A

net/grpcurl/Makefile
21

Hrm, I'm not seeing that here w/ my version of portlint.

% pkg version -O ports-mgmt/portlint
portlint-2.17.16                   =
% which portlint
/usr/local/bin/portlint

OH! I didn't have -A passed. Thanks.

This revision is now accepted and ready to land.Apr 23 2018, 12:17 AM