Date: Wed, 19 May 2021 23:12:21 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f6d7e0c48c22 - main - - devel/sope2: update to 2.4.0 Message-ID: <202105192312.14JNCLWU047886@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6d7e0c48c226e16fa30a3163d782d36ab06b131 commit f6d7e0c48c226e16fa30a3163d782d36ab06b131 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2021-05-19 23:02:03 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2021-05-19 23:11:52 +0000 - devel/sope2: update to 2.4.0 ChangeLog at: https://github.com/inverse-inc/sogo/commits/SOGo-2.4.0 --- devel/sope2/Makefile | 6 +++--- devel/sope2/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index 7e4a5d47bf4e..2d190b3600ae 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -1,8 +1,7 @@ # Created by: Euan Thoms <euan@potensol.com> PORTNAME= sope2 -PORTVERSION= 2.3.23 -PORTREVISION= 6 +PORTVERSION= 2.4.0 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} @@ -29,7 +28,7 @@ MYSQL_DESC= Build with MySQL support PGSQL_DESC= Build with PostgreSQL support MEMCACHED_DESC= Install memcached -USES= gmake iconv gnustep +USES= gmake iconv gnustep ssl USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} LLD_UNSAFE= yes # PR 230608 @@ -46,6 +45,7 @@ MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/sope-core/NGStreams/configure post-patch-LDAP-off: @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure diff --git a/devel/sope2/distinfo b/devel/sope2/distinfo index cd85b91aecb1..8e8b0916b51b 100644 --- a/devel/sope2/distinfo +++ b/devel/sope2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509587811 -SHA256 (SOPE-2.3.23.tar.gz) = fa6e30a5ceb7a09315aa04f41f3b088ed5f43d9ddca833c326c3bec9995177b9 -SIZE (SOPE-2.3.23.tar.gz) = 2283214 +TIMESTAMP = 1618609729 +SHA256 (SOPE-2.4.0.tar.gz) = 0ab9308df8d2c8c154fe64a6be1c46d076fc96f57f11d684710c544dd6d64697 +SIZE (SOPE-2.4.0.tar.gz) = 2295445
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105192312.14JNCLWU047886>