Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/exim/Makefile,v
retrieving revision 1.140
diff -u -p -r1.140 Makefile
--- Makefile 31 Mar 2022 14:03:20 -0000 1.140
+++ Makefile 27 Jun 2022 10:57:35 -0000
@@ -1,12 +1,11 @@
COMMENT-main = flexible mail transfer agent
COMMENT-eximon = X11 monitor tool for Exim MTA
-VERSION = 4.95
+VERSION = 4.96
DISTNAME = exim-${VERSION}
PKGNAME-main = exim-${VERSION}
FULLPKGNAME-eximon = exim-eximon-${VERSION}
FULLPKGPATH-eximon = ${PKGPATH},-eximon
-REVISION = 1
CATEGORIES = mail
@@ -18,9 +17,9 @@ MAINTAINER = Renaud Allard <renaud@alla
PERMIT_PACKAGE = Yes
cWANTLIB = c m
-WANTLIB-main = ${cWANTLIB} crypto iconv perl pcre spf2 \
+WANTLIB-main = ${cWANTLIB} crypto iconv perl pcre2-posix spf2 \
ssl opendmarc
-WANTLIB-eximon = ${cWANTLIB} X11 Xaw Xext Xmu Xt pcre
+WANTLIB-eximon = ${cWANTLIB} X11 Xaw Xext Xmu Xt pcre2-posix
MASTER_SITES = https://ftp.exim.org/pub/exim/exim4/ \
https://ftp.exim.org/pub/exim/exim4/fixes/ \
@@ -30,11 +29,11 @@ MASTER_SITES = https://ftp.exim.org/pub
ftp://ftp.exim.org/pub/exim/exim4/old/
LIB_DEPENDS-main = converters/libiconv \
- devel/pcre \
+ devel/pcre2 \
mail/libspf2 \
mail/opendmarc
RUN_DEPENDS-eximon = ${PKGPATH},-main
-LIB_DEPENDS-eximon = devel/pcre
+LIB_DEPENDS-eximon = devel/pcre2
MAKE_FLAGS += FULLECHO= CC="${CC}" CFLAGS="${CFLAGS}"
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/exim/distinfo,v
retrieving revision 1.43
diff -u -p -r1.43 distinfo
--- distinfo 22 Oct 2021 17:24:53 -0000 1.43
+++ distinfo 27 Jun 2022 10:57:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (exim-4.95.tar.gz) = b92D7de/U73AoggYdkOqDEGGGrqaCaAm94NRrI52i5w=
-SIZE (exim-4.95.tar.gz) = 2566707
+SHA256 (exim-4.96.tar.gz) = SwfRu/TbkAJuXhfh5JQHBsvtZsMFU6bhTrdM2w0k+ko=
+SIZE (exim-4.96.tar.gz) = 2586657
Hello,
Here is a diff for mail/exim 4.96.
There is a library change as it now needs pcre2 instead of pcre.
Best Regards
No comments:
Post a Comment