diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-05 22:43:38 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-11-17 12:46:00 +0100 |
commit | e55b80195e2af4bd63088de216ccd3e23be81c1f (patch) | |
tree | 2940e8bbfa7b746e0ca39510d33120efd8d69e5e /dns/libpsl | |
parent | graphics/impressive: Update to 0.13.2 (diff) |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy
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 8ac639cac720..926dfd5b4979 100644 --- a/dns/libpsl/Makefile +++ b/dns/libpsl/Makefile @@ -1,6 +1,6 @@ PORTNAME= libpsl PORTVERSION= 0.21.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= https://github.com/rockdaboot/libpsl/releases/download/${PORTVERSION}/ |