From owner-svn-ports-head@freebsd.org Wed Apr 12 15:51:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 017B5D3BE7B; Wed, 12 Apr 2017 15:51:10 +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 mx1.freebsd.org (Postfix) with ESMTPS id AEBDCCDC; Wed, 12 Apr 2017 15:51:09 +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 v3CFp83F005458; Wed, 12 Apr 2017 15:51:08 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3CFp8JR005453; Wed, 12 Apr 2017 15:51:08 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201704121551.v3CFp8JR005453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 12 Apr 2017 15:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438363 - in head/mail/mailfromd: . files X-SVN-Group: ports-head 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.23 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: Wed, 12 Apr 2017 15:51:10 -0000 Author: danfe Date: Wed Apr 12 15:51:08 2017 New Revision: 438363 URL: https://svnweb.freebsd.org/changeset/ports/438363 Log: - Update `mail/mailfromd' to version 8.1.90 (this is actually required to unbreak the port against recent `mail/mailutils') - Amend MASTER_SITES to allow fetching both stable and alpha releases - Install configuration file as @sample to avoid overwriting existing one - Tighten permissions on ${DATABASEDIR} and ${MFD_RUN_DIR} - Make port description text more detailed and accurate Submitted by: maintainer Added: head/mail/mailfromd/files/patch-etc_Makefile.in (contents, props changed) Modified: head/mail/mailfromd/Makefile head/mail/mailfromd/distinfo head/mail/mailfromd/pkg-descr head/mail/mailfromd/pkg-plist Modified: head/mail/mailfromd/Makefile ============================================================================== --- head/mail/mailfromd/Makefile Wed Apr 12 15:44:24 2017 (r438362) +++ head/mail/mailfromd/Makefile Wed Apr 12 15:51:08 2017 (r438363) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= mailfromd -PORTVERSION= 8.1 +PORTVERSION= 8.1.90 CATEGORIES= mail -MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ +MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \ + http://download.gnu.org.ua/pub/alpha/${PORTNAME}/ MAINTAINER= zeus@gnu.org.ua COMMENT= Mail filtering daemon for Sendmail, Postfix, and MeTA1 Modified: head/mail/mailfromd/distinfo ============================================================================== --- head/mail/mailfromd/distinfo Wed Apr 12 15:44:24 2017 (r438362) +++ head/mail/mailfromd/distinfo Wed Apr 12 15:51:08 2017 (r438363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481666642 -SHA256 (mailfromd-8.1.tar.xz) = 6d83038a17e9d9009da2545a76898ba62a386d0d0b9f558be76765eeabeaf5c2 -SIZE (mailfromd-8.1.tar.xz) = 1040704 +TIMESTAMP = 1491762601 +SHA256 (mailfromd-8.1.90.tar.xz) = 8d5e12002eafcd66025662c6142fdb5486eb2ba27f18caad78a1b0efe0397669 +SIZE (mailfromd-8.1.90.tar.xz) = 1057192 Added: head/mail/mailfromd/files/patch-etc_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailfromd/files/patch-etc_Makefile.in Wed Apr 12 15:51:08 2017 (r438363) @@ -0,0 +1,14 @@ +--- etc/Makefile.in.orig 2017-04-09 17:50:03 UTC ++++ etc/Makefile.in +@@ -681,9 +681,8 @@ check-am: mailfromd.lint + + install-data-local: + @test -z "$(DESTDIR)$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)" +- @if [ -r $(DESTDIR)$(sysconfdir)/mailfromd.mf ]; then :; \ +- else ${INSTALL} -m 644 $(top_srcdir)/etc/mailfromd.mf \ +- $(DESTDIR)$(sysconfdir)/mailfromd.mf; fi ++ ${INSTALL} -m 644 $(top_srcdir)/etc/mailfromd.mf \ ++ $(DESTDIR)$(sysconfdir)/mailfromd.mf.sample + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. Modified: head/mail/mailfromd/pkg-descr ============================================================================== --- head/mail/mailfromd/pkg-descr Wed Apr 12 15:44:24 2017 (r438362) +++ head/mail/mailfromd/pkg-descr Wed Apr 12 15:51:08 2017 (r438363) @@ -4,9 +4,12 @@ criteria of arbitrary complexity, suppli of a script file. The daemon interacts with the MTA via Milter or PMilter protocols. Some of its features: - - Flexible programming language for writing MTA extensions + - Feature-rich, detailed, configurable absolute control over each + stage of SMTP session + - Advanced sieve support (flexible programming language for writing + MTA extensions) - Sender address verification (call-out) - - Greylisting and whitelisting + - Black/greylisting and whitelisting - Mail sending rate control - Local account verification - Native language support Modified: head/mail/mailfromd/pkg-plist ============================================================================== --- head/mail/mailfromd/pkg-plist Wed Apr 12 15:44:24 2017 (r438362) +++ head/mail/mailfromd/pkg-plist Wed Apr 12 15:51:08 2017 (r438363) @@ -1,8 +1,9 @@ bin/mfdbtool bin/mtasim -etc/mailfromd.mf +@sample etc/mailfromd.mf.sample sbin/calloutd sbin/mailfromd +%%NLS%%share/locale/da/LC_MESSAGES/mailfromd.mo %%NLS%%share/locale/fr/LC_MESSAGES/mailfromd.mo %%NLS%%share/locale/id/LC_MESSAGES/mailfromd.mo %%NLS%%share/locale/pl/LC_MESSAGES/mailfromd.mo @@ -37,5 +38,5 @@ sbin/mailfromd %%DATADIR%%/%%VERSION%%/include/valid_domain.mf %%DATADIR%%/%%VERSION%%/include/verp.mf %%DATADIR%%/postfix-macros.sed -@dir(mailnull,mail,775) %%DATABASEDIR%% -@dir(mailnull,mail,775) %%MFD_RUN_DIR%% +@dir(mailnull,mail,700) %%DATABASEDIR%% +@dir(mailnull,mail,700) %%MFD_RUN_DIR%%