diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 03:59:09 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-06-18 03:59:09 +0000 |
commit | 1b4f1734a0307ce88329fa3cb9c3de606864b99a (patch) | |
tree | c507cedd9b843ff03ac2aeaf6dbb1aae58c3e93a /net/radcli/Makefile | |
parent | 0052e74ae7a28e356f3643437737319c048abb9f (diff) | |
download | ports-1b4f1734a0307ce88329fa3cb9c3de606864b99a.tar.gz ports-1b4f1734a0307ce88329fa3cb9c3de606864b99a.zip |
net/radcli: Update to 1.4.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/radcli/radcli/releases
Diffstat (limited to 'net/radcli/Makefile')
-rw-r--r-- | net/radcli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/radcli/Makefile b/net/radcli/Makefile index 9734c5ccc3ce..35f5d89a5316 100644 --- a/net/radcli/Makefile +++ b/net/radcli/Makefile @@ -1,5 +1,5 @@ PORTNAME= radcli -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 MASTER_SITES= https://github.com/radcli/radcli/releases/download/${PORTVERSION}/ CATEGORIES= net |