diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-12-05 10:57:15 +0100 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2021-12-05 10:57:15 +0100 |
commit | 02227bdd538228567ea5b1545366ce6433d53baf (patch) | |
tree | 220938fece9c0fa6678f0e6e3baa9c3f8281de36 | |
parent | devel/wasi-compiler-rt*: predefine test results (diff) |
mail/isync: Update to 1.4.4
-rw-r--r-- | mail/isync/Makefile | 6 | ||||
-rw-r--r-- | mail/isync/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 2648cb462191..a965c2409121 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -1,7 +1,7 @@ # Created by: eivind PORTNAME= isync -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= mail MASTER_SITES= SF @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 -USES= alias bdb cpe perl5 ssl +USES= alias bdb compiler:c11 cpe perl5 ssl CPE_VENDOR= oswald_buddenhagen USE_PERL5= build @@ -31,6 +31,6 @@ post-patch: @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|\$$(docdir)/examples|\$$(sysconfdir)|g' \ ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e 's|-ansi||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-Wformat-signedness||g' ${WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.mk> diff --git a/mail/isync/distinfo b/mail/isync/distinfo index 6a8fe010eced..e27791263fe6 100644 --- a/mail/isync/distinfo +++ b/mail/isync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627726337 -SHA256 (isync-1.4.3.tar.gz) = b4c720745bda3447fbd5b9f71783b23f699a55295917ae7586ee5c22e91b9708 -SIZE (isync-1.4.3.tar.gz) = 337692 +TIMESTAMP = 1638697372 +SHA256 (isync-1.4.4.tar.gz) = 7c3273894f22e98330a330051e9d942fd9ffbc02b91952c2f1896a5c37e700ff +SIZE (isync-1.4.4.tar.gz) = 340544 |