Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2017 20:16:10 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454334 - head/mail/sid-milter
Message-ID:  <201711162016.vAGKGAMd089285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/<hostname>.mc the following line:
+INPUT_MAIL_FILTER(`sid-filter',`S=local:/var/run/sid-filter')dnl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711162016.vAGKGAMd089285>