From owner-svn-ports-head@freebsd.org Mon Jul 27 07:52:12 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B06AC379B83; Mon, 27 Jul 2020 07:52:12 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BFX8D4GmDz4brB; Mon, 27 Jul 2020 07:52:12 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7774F1A732; Mon, 27 Jul 2020 07:52:12 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06R7qC5j034201; Mon, 27 Jul 2020 07:52:12 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06R7qB2a034198; Mon, 27 Jul 2020 07:52:11 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202007270752.06R7qB2a034198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 27 Jul 2020 07:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543506 - head/mail/mailfromd X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/mail/mailfromd X-SVN-Commit-Revision: 543506 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2020 07:52:12 -0000 Author: danfe Date: Mon Jul 27 07:52:11 2020 New Revision: 543506 URL: https://svnweb.freebsd.org/changeset/ports/543506 Log: - Update to version 8.8, which, most importantly, brings DKIM support - Similar to r520244, remove DEBUG option and amend CONFIGURE_ARGS in accordance to WITH_DEBUG, a user-facing variable Reported by: Zeus Panchenko Modified: head/mail/mailfromd/Makefile head/mail/mailfromd/distinfo head/mail/mailfromd/pkg-plist Modified: head/mail/mailfromd/Makefile ============================================================================== --- head/mail/mailfromd/Makefile Mon Jul 27 07:45:54 2020 (r543505) +++ head/mail/mailfromd/Makefile Mon Jul 27 07:52:11 2020 (r543506) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mailfromd -PORTVERSION= 8.5 -PORTREVISION= 6 +PORTVERSION= 8.8 CATEGORIES= mail MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \ http://download.gnu.org.ua/pub/alpha/${PORTNAME}/ @@ -35,7 +34,7 @@ SUB_LIST+= MFD_RUN_DIR=${MFD_RUN_DIR} INFO= ${PORTNAME} PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO -OPTIONS_DEFINE= DEBUG DOCS DSPAM NLS +OPTIONS_DEFINE= DOCS DSPAM NLS OPTIONS_DEFAULT= GDBM OPTIONS_MULTI= DB OPTIONS_MULTI_DB= BDB GDBM @@ -44,8 +43,6 @@ OPTIONS_SUB= yes BDB_DESC= Berkeley DB v4.8 support (last working one) DB_DESC= Database configuration -DEBUG_CONFIGURE_ON= --enable-debug - DSPAM_DESC= DSPAM spam filter library support DSPAM_LIB_DEPENDS= libdspam.so:mail/dspam DSPAM_USES= pkgconfig @@ -61,6 +58,10 @@ BDB_LDFLAGS= -L${BDB_LIB_DIR} GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= gdbm + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif post-install: @${MKDIR} ${STAGEDIR}${DATABASEDIR} ${STAGEDIR}${MFD_RUN_DIR} Modified: head/mail/mailfromd/distinfo ============================================================================== --- head/mail/mailfromd/distinfo Mon Jul 27 07:45:54 2020 (r543505) +++ head/mail/mailfromd/distinfo Mon Jul 27 07:52:11 2020 (r543506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523602394 -SHA256 (mailfromd-8.5.tar.xz) = 7796223635ce8a912a649de566f9595432590c6b6d38db7c56d61ab6b86fbbc3 -SIZE (mailfromd-8.5.tar.xz) = 1054908 +TIMESTAMP = 1595788074 +SHA256 (mailfromd-8.8.tar.xz) = c93949f23d8ed91c03811289fe14d92af1193de5d539dc26ca6471dee7f0ba2a +SIZE (mailfromd-8.8.tar.xz) = 1094040 Modified: head/mail/mailfromd/pkg-plist ============================================================================== --- head/mail/mailfromd/pkg-plist Mon Jul 27 07:45:54 2020 (r543505) +++ head/mail/mailfromd/pkg-plist Mon Jul 27 07:52:11 2020 (r543506) @@ -7,10 +7,12 @@ sbin/mailfromd %%NLS%%share/locale/fr/LC_MESSAGES/mailfromd.mo %%NLS%%share/locale/id/LC_MESSAGES/mailfromd.mo %%NLS%%share/locale/pl/LC_MESSAGES/mailfromd.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/mailfromd.mo %%NLS%%share/locale/uk/LC_MESSAGES/mailfromd.mo %%NLS%%share/locale/vi/LC_MESSAGES/mailfromd.mo %%DATADIR%%/%%VERSION%%/include/_register.mf %%DATADIR%%/%%VERSION%%/include/callout.mf +%%DATADIR%%/%%VERSION%%/include/dkim.mf %%DATADIR%%/%%VERSION%%/include/dns.mf %%DSPAM%%%%DATADIR%%/%%VERSION%%/include/dspam.mf %%DATADIR%%/%%VERSION%%/include/gettext.mf