ports/148707: [PATCH] mail/postgrey: update to 1.33
Sunpoet Po-Chuan Hsieh
sunpoet at sunpoet.net
Sat Jul 17 10:30:12 UTC 2010
The following reply was made to PR ports/148707; it has been noted by GNATS.
From: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
To: haroldp at internal.org
Cc: bug-followup at freebsd.org
Subject: Re: ports/148707: [PATCH] mail/postgrey: update to 1.33
Date: Sat, 17 Jul 2010 18:27:05 +0800
Hi,
A backslash is missing to escape semicolon in files/postgrey.in.
The updated patch is attached.
Thanks.
Regards,
Sunpoet
--- postgrey-1.33.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/postgrey/Makefile /usr/ports/sunpoet/postgrey/Makefile
--- /usr/ports/mail/postgrey/Makefile 2010-01-18 14:01:20.000000000 +0800
+++ /usr/ports/sunpoet/postgrey/Makefile 2010-07-17 18:05:29.000000000 +0800
@@ -6,10 +6,10 @@
#
PORTNAME= postgrey
-PORTVERSION= 1.32
-PORTREVISION= 1
+PORTVERSION= 1.33
CATEGORIES= mail
-MASTER_SITES= http://postgrey.schweikert.ch/pub/ LOCAL/beech
+MASTER_SITES= http://postgrey.schweikert.ch/pub/ \
+ http://postgrey.schweikert.ch/pub/old/
MAINTAINER= haroldp at internal.org
COMMENT= Greylisting policy server for Postfix
diff -ruN --exclude=CVS /usr/ports/mail/postgrey/distinfo /usr/ports/sunpoet/postgrey/distinfo
--- /usr/ports/mail/postgrey/distinfo 2008-08-26 05:52:52.000000000 +0800
+++ /usr/ports/sunpoet/postgrey/distinfo 2010-07-17 18:03:29.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (postgrey-1.32.tar.gz) = 524a4e165bf997996f3bccade394712f
-SHA256 (postgrey-1.32.tar.gz) = b460939018b98763c74f4d3272104adb85f321bcfd9c866daff73e4e061feb24
-SIZE (postgrey-1.32.tar.gz) = 35486
+MD5 (postgrey-1.33.tar.gz) = 334c908bb9d34e9b87790d4b0b6db87e
+SHA256 (postgrey-1.33.tar.gz) = 8417aee37f8a6518580989122240753bc65e99e47db5f52ef1a0bebbd6f82bda
+SIZE (postgrey-1.33.tar.gz) = 36077
diff -ruN --exclude=CVS /usr/ports/mail/postgrey/files/postgrey.in /usr/ports/sunpoet/postgrey/files/postgrey.in
--- /usr/ports/mail/postgrey/files/postgrey.in 2010-03-27 13:56:55.000000000 +0800
+++ /usr/ports/sunpoet/postgrey/files/postgrey.in 2010-07-17 18:19:47.000000000 +0800
@@ -36,9 +36,11 @@
load_rc_config $name
postgrey_enable=${postgrey_enable:-"NO"}
+postgrey_greylist_header=${postgrey_greylist_header:-"X-Greylist: delayed %t seconds by postgrey-%v at %h\; %d"}
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"}
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \
- --inet=10023 -d --user=%%USER%% --group=%%GROUP%% --dbdir=/var/db/postgrey"}
+ --inet=10023 -d --user=%%USER%% --group=%%GROUP%% --dbdir=/var/db/postgrey \
+ --x-greylist-header=${postgrey_greylist_header}"}
pidfile="${postgrey_pidfile}"
--- postgrey-1.33.patch ends here ---
More information about the freebsd-ports-bugs
mailing list