From owner-svn-ports-head@freebsd.org Thu Nov 16 20:16:12 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 0165EDE7F54; Thu, 16 Nov 2017 20:16:12 +0000 (UTC) (envelope-from dinoex@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 C2A1268B23; Thu, 16 Nov 2017 20:16:11 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAGKGA3g089288; Thu, 16 Nov 2017 20:16:10 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAGKGAMd089285; Thu, 16 Nov 2017 20:16:10 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201711162016.vAGKGAMd089285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 16 Nov 2017 20:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454334 - head/mail/sid-milter X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/mail/sid-milter X-SVN-Commit-Revision: 454334 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.25 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: Thu, 16 Nov 2017 20:16:12 -0000 Author: dinoex Date: Thu Nov 16 20:16:10 2017 New Revision: 454334 URL: https://svnweb.freebsd.org/changeset/ports/454334 Log: - fix regression with clang 4.0.0 PR: 223702 - fix homepage - add pkg-message Added: head/mail/sid-milter/pkg-message (contents, props changed) Modified: head/mail/sid-milter/Makefile head/mail/sid-milter/pkg-descr Modified: head/mail/sid-milter/Makefile ============================================================================== --- head/mail/sid-milter/Makefile Thu Nov 16 20:02:08 2017 (r454333) +++ head/mail/sid-milter/Makefile Thu Nov 16 20:16:10 2017 (r454334) @@ -2,7 +2,7 @@ PORTNAME= sid-milter PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/SenderID%20Milter/${PORTVERSION} @@ -11,6 +11,7 @@ COMMENT= Milter module for sid and spf RESTRICTED= May incorporate intellectual property, possible patent issues +CFLAGS+= -std=gnu89 WCONF= ${WRKSRC}/devtools/Site DOCSFILES= FEATURES INSTALL KNOWNBUGS LICENSE README README-SenderID \ RELEASE_NOTES rfc4406.txt rfc4407.txt rfc4408.txt Modified: head/mail/sid-milter/pkg-descr ============================================================================== --- head/mail/sid-milter/pkg-descr Thu Nov 16 20:02:08 2017 (r454333) +++ head/mail/sid-milter/pkg-descr Thu Nov 16 20:16:10 2017 (r454334) @@ -6,4 +6,4 @@ sid-milter implements the -core and -protocol specific Additionally, sid-milter implements the "SPF Classic" record protocol (v=spf1) as defined by the SPF community. -WWW: http://sendmail.net/sid-milter/ +WWW: https://sourceforge.net/projects/sid-milter/ Added: head/mail/sid-milter/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/sid-milter/pkg-message Thu Nov 16 20:16:10 2017 (r454334) @@ -0,0 +1,2 @@ +Add to your /etc/mail/.mc the following line: +INPUT_MAIL_FILTER(`sid-filter',`S=local:/var/run/sid-filter')dnl