diff --git a/sysutils/portroach-cli/Makefile b/sysutils/portroach-cli/Makefile index 6b25565dfe3..32f922fa6bd 100644 --- a/sysutils/portroach-cli/Makefile +++ b/sysutils/portroach-cli/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2021/01/12 13:20:41 kn Exp $ +# $OpenBSD: Makefile,v 1.4 2021/01/16 05:24:42 kn Exp $ COMMENT = query portroach(1) CATEGORIES = sysutils DISTFILES = # empty # .rev -PKGNAME = portroach-cli-1.2 +PKGNAME = portroach-cli-1.3 MAINTAINER = Klemens Nanni # ISC diff --git a/sysutils/portroach-cli/files/portroach-cli b/sysutils/portroach-cli/files/portroach-cli index 5d24b04b690..dd7881a3a43 100755 --- a/sysutils/portroach-cli/files/portroach-cli +++ b/sysutils/portroach-cli/files/portroach-cli @@ -1,6 +1,6 @@ #!/bin/ksh # -# $OpenBSD: portroach-cli,v 1.3 2021/01/12 13:20:41 kn Exp $ +# $OpenBSD: portroach-cli,v 1.4 2021/01/16 05:24:42 kn Exp $ # # Copyright (c) 2021 Klemens Nanni # @@ -87,7 +87,9 @@ then if [ -n "$ports" ] then printf '\n===>\t%s\n' "$match" - printf %s "$ports" | column -tc4 -s' ' + printf '%s\t%s\t%s\t%s\n%s' BASE_PKGPATH VERSION NEW \ + HOMEPAGE/COMMENT "$ports" | + column -tc4 -s' ' fi done else