diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-03-17 21:23:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-04-07 00:39:10 +0000 |
commit | 268cee3b0227efd217869b43152e8936a05cb850 (patch) | |
tree | d423114ee3e4ebe982f48abea11319040ed245fd /mail/cyrus-imapd30 | |
parent | 6b6c2f9f597039083465d17cb34259e170db76b1 (diff) | |
download | freebsd-ports-268cee3b0227efd217869b43152e8936a05cb850.zip |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy
Diffstat (limited to 'mail/cyrus-imapd30')
-rw-r--r-- | mail/cyrus-imapd30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd30/Makefile b/mail/cyrus-imapd30/Makefile index bde848575287..8b7750852bea 100644 --- a/mail/cyrus-imapd30/Makefile +++ b/mail/cyrus-imapd30/Makefile @@ -1,6 +1,6 @@ PORTNAME= cyrus-imapd PORTVERSION= 3.0.17 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/ PKGNAMESUFFIX= 30 |