Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2005 15:50:05 -0300 (BRT)
From:      Marcus Grando <marcus@corp.grupos.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        garga@FreeBSD.org
Subject:   ports/85664: Update port: mail/tumgreyspf fix pkg-message
Message-ID:  <200509021850.j82Io5Zi028512@marcus.grupos.com.br>
Resent-Message-ID: <200509021850.j82IoJCe062478@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         85664
>Category:       ports
>Synopsis:       Update port: mail/tumgreyspf fix pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 02 18:50:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Grando
>Release:        FreeBSD 6.0-BETA3 i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.0-BETA3 FreeBSD 6.0-BETA3 #34: Fri Sep 2 11:10:54 BRT 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386


	
>Description:

- Fix pkg-message to example work

	
>How-To-Repeat:
	
>Fix:

	

--- tumgreyspf.patch begins here ---
diff -ruN tumgreyspf.orig/Makefile tumgreyspf/Makefile
--- tumgreyspf.orig/Makefile	Fri Sep  2 09:52:56 2005
+++ tumgreyspf/Makefile	Fri Sep  2 15:48:00 2005
@@ -30,7 +30,8 @@
 SUB_FILES=	pkg-message pkg-deinstall pkg-install
 SUB_LIST+=	TUMGREYSPF_DIR=${TUMGREYSPF_DIR} \
 		TUMGREYSPF_USER=${TUMGREYSPF_USER} \
-		TUMGREYSPF_GROUP=${TUMGREYSPF_GROUP}
+		TUMGREYSPF_GROUP=${TUMGREYSPF_GROUP} \
+		PYTHON_CMD=${PYTHON_CMD}
 
 .if !defined(NOPORTDOCS)
 PORTDOCS=	*
diff -ruN tumgreyspf.orig/files/pkg-message.in tumgreyspf/files/pkg-message.in
--- tumgreyspf.orig/files/pkg-message.in	Fri Sep  2 09:52:56 2005
+++ tumgreyspf/files/pkg-message.in	Fri Sep  2 15:48:36 2005
@@ -5,7 +5,7 @@
 Add to your postfix master.cf:
 
 tumgreyspf  unix  -       n       n       -       -       spawn
-	user=%%TUMGREYSPF_USER%% argv=%%PREFIX%%/bin/tumgreyspf
+  user=%%TUMGREYSPF_USER%% argv=%%PYTHON_CMD%% %%PREFIX%%/bin/tumgreyspf
       
 Next, main.cf must be configured so that "smtpd_sender_restrictions"
 includes a call to the tumgreyspf policy filter.  If you already have
--- tumgreyspf.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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