Date: Sun, 26 Apr 2020 05:53:38 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532997 - in head/mail/opensmtpd-extras: . files Message-ID: <202004260553.03Q5rcrf003810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Sun Apr 26 05:53:37 2020 New Revision: 532997 URL: https://svnweb.freebsd.org/changeset/ports/532997 Log: mail/opensmtpd-extras: update to 6.7.1 maintenance release - fix mysql disconnect on error - fix build with recent mariadb man mysql >=8.0 Deleted: head/mail/opensmtpd-extras/files/ Modified: head/mail/opensmtpd-extras/Makefile head/mail/opensmtpd-extras/distinfo Modified: head/mail/opensmtpd-extras/Makefile ============================================================================== --- head/mail/opensmtpd-extras/Makefile Sun Apr 26 03:06:48 2020 (r532996) +++ head/mail/opensmtpd-extras/Makefile Sun Apr 26 05:53:37 2020 (r532997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd-extras -PORTVERSION?= 6.6.0 +PORTVERSION?= 6.7.1 PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES+= mail @@ -22,8 +22,6 @@ USES+= autoreconf ssl libtool GNU_CONFIGURE= yes LDFLAGS+= -L${OPENSSLLIB} CFLAGS+= -I${OPENSSLINC} - -WRKSRC= ${WRKDIR}/OpenSMTPD-extras-${PORTVERSION} CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc/mail" \ --with-libevent=${LOCALBASE} \ Modified: head/mail/opensmtpd-extras/distinfo ============================================================================== --- head/mail/opensmtpd-extras/distinfo Sun Apr 26 03:06:48 2020 (r532996) +++ head/mail/opensmtpd-extras/distinfo Sun Apr 26 05:53:37 2020 (r532997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573830614 -SHA256 (opensmtpd-extras-6.6.0.tar.gz) = 126b023602e8bb222bf24543a056ee0a548343dc86d184669ff9d82dfca1fbdf -SIZE (opensmtpd-extras-6.6.0.tar.gz) = 124234 +TIMESTAMP = 1587878117 +SHA256 (opensmtpd-extras-6.7.1.tar.gz) = f84385559a8bb366b2fe25d8b1f78c108f07cc15992350171569d7bdc2e935ac +SIZE (opensmtpd-extras-6.7.1.tar.gz) = 548792
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004260553.03Q5rcrf003810>