aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/cyrus-imapd34/Makefile2
-rw-r--r--mail/cyrus-imapd34/distinfo6
-rw-r--r--mail/cyrus-imapd34/files/patch-lib__byteorder.h16
3 files changed, 4 insertions, 20 deletions
diff --git a/mail/cyrus-imapd34/Makefile b/mail/cyrus-imapd34/Makefile
index 7a8f7c1c60db..0023e946fe10 100644
--- a/mail/cyrus-imapd34/Makefile
+++ b/mail/cyrus-imapd34/Makefile
@@ -1,5 +1,5 @@
PORTNAME= cyrus-imapd
-PORTVERSION= 3.4.0
+PORTVERSION= 3.4.1
PORTREVISION= 0
CATEGORIES= mail
MASTER_SITES= https://github.com/cyrusimap/cyrus-imapd/releases/download/${PORTNAME}-${PORTVERSION}/
diff --git a/mail/cyrus-imapd34/distinfo b/mail/cyrus-imapd34/distinfo
index b22ae2e5e1a6..fdb8fd75bbf8 100644
--- a/mail/cyrus-imapd34/distinfo
+++ b/mail/cyrus-imapd34/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618834194
-SHA256 (cyrus-imapd-3.4.0.tar.gz) = 6a441a180d8224f496e279da7fdb24baa702800414206e5f26fc7d006b2eb2fa
-SIZE (cyrus-imapd-3.4.0.tar.gz) = 12514849
+TIMESTAMP = 1620646436
+SHA256 (cyrus-imapd-3.4.1.tar.gz) = a1b185efabe0f7eeaac99ed8781b309acf7c07a1f1fb9be467598988863b4cb5
+SIZE (cyrus-imapd-3.4.1.tar.gz) = 12539102
diff --git a/mail/cyrus-imapd34/files/patch-lib__byteorder.h b/mail/cyrus-imapd34/files/patch-lib__byteorder.h
deleted file mode 100644
index a0b2f7e2fabd..000000000000
--- a/mail/cyrus-imapd34/files/patch-lib__byteorder.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- lib/byteorder.h.orig 2021-01-07 01:26:49 UTC
-+++ lib/byteorder.h
-@@ -61,7 +61,12 @@
- # define ntohll(x) (x)
-
- #else /* small-endian machines */
--# if defined(__GNUC__) && __GNUC_PREREQ(4, 3)
-+# if defined(__GNUC__) && !defined(__clang__)
-+# if __GNUC_PREREQ(4, 3)
-+# define GNUC_PREREQ_4_3 1
-+# endif
-+# endif
-+# if defined(GNUC_PREREQ_4_3)
- /* Remove existing macros if present */
- # undef ntohl
- # undef htonl