diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-10-22 11:34:07 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-10-22 11:36:07 +0200 |
commit | df6c65a0267a323b1adfc7dca649e9f7b649cc7c (patch) | |
tree | 4e630d630cacb2f570f32fbf380e724a05e4aaad /dns/libpsl | |
parent | Add devel/gcli: CLI utility to interact with various Git forges (diff) |
*/*: Bump PORTREVISION for consumers of libunistring
Reported by: jbeich
Diffstat (limited to 'dns/libpsl')
-rw-r--r-- | dns/libpsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/libpsl/Makefile b/dns/libpsl/Makefile index f8a6571118f2..17eb84dc9c2f 100644 --- a/dns/libpsl/Makefile +++ b/dns/libpsl/Makefile @@ -1,6 +1,6 @@ PORTNAME= libpsl PORTVERSION= 0.21.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns MASTER_SITES= https://github.com/rockdaboot/libpsl/releases/download/${PORTVERSION}/ |