diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-02-28 10:34:57 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-02-28 10:45:13 +0900 |
commit | 53bef59df1c1e2376da7e27dc3087c07a4868afb (patch) | |
tree | 269a0d365d117791323f52657e893e69d58cf414 /mail/snappymail/Makefile | |
parent | ef1feb1590757df102a3878cdc2aaa12ba348659 (diff) | |
download | freebsd-ports-53bef59df1c1e2376da7e27dc3087c07a4868afb.zip |
mail/snappymail: Update to 2.35.2
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.35.1
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.35.2
MFH: 2024Q1
Diffstat (limited to 'mail/snappymail/Makefile')
-rw-r--r-- | mail/snappymail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/snappymail/Makefile b/mail/snappymail/Makefile index 926c55603e75..44cf253e8a43 100644 --- a/mail/snappymail/Makefile +++ b/mail/snappymail/Makefile @@ -1,5 +1,5 @@ PORTNAME= snappymail -DISTVERSION= 2.35.0 +DISTVERSION= 2.35.2 CATEGORIES= mail www MASTER_SITES= https://github.com/the-djmaze/snappymail/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} |