[Midnightbsd-cvs] mports: mail/milter-greylist: update to 4.0.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 18 18:00:56 EDT 2009


Log Message:
-----------
update to 4.0.1

Modified Files:
--------------
    mports/mail/milter-greylist:
        Makefile (r1.6 -> r1.7)
        distinfo (r1.2 -> r1.3)
    mports/mail/milter-greylist/files:
        patch-greylist.conf (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/milter-greylist/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L mail/milter-greylist/Makefile -L mail/milter-greylist/Makefile -u -r1.6 -r1.7
--- mail/milter-greylist/Makefile
+++ mail/milter-greylist/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for:	milter-greylist
-# Date created:				27 Apr 2004
-# Whom:					Cyril Guibourg
-#
 # $MidnightBSD$
-# $FreeBSD: ports/mail/milter-greylist/Makefile,v 1.22 2006/12/13 11:19:21 ache Exp $
-#
 
 PORTNAME=	milter-greylist
-PORTVERSION=	4.0
+PORTVERSION=	4.0.1
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.espci.fr/pub/milter-greylist/
 DISTNAME=	milter-greylist-${PORTVERSION}
@@ -68,7 +62,7 @@
 .endif
 
 .if defined(WITH_CURL)
-LIB_DEPENDS+=	curl.4:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+=	curl.5:${PORTSDIR}/ftp/curl
 CONFIGURE_ARGS+=--with-curl=${LOCALBASE}
 .endif
 
@@ -76,7 +70,7 @@
 LIBS+=		${PTHREAD_LIBS}
 
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.1
 CONFIGURE_ARGS+=	--with-user=mailnull --with-libmilter=${MILTERBASE}
 CONFIGURE_ARGS+=	--enable-dnsrbl --with-thread-safe-resolver
 CONFIGURE_ENV+=	CFLAGS="${CFLAGS}" LIBS="${LIBS} "
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/mail/milter-greylist/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L mail/milter-greylist/distinfo -L mail/milter-greylist/distinfo -u -r1.2 -r1.3
--- mail/milter-greylist/distinfo
+++ mail/milter-greylist/distinfo
@@ -1,3 +1,3 @@
-MD5 (milter-greylist-4.0.tgz) = 2834933b27298d30630eea621cbfdcf5
-SHA256 (milter-greylist-4.0.tgz) = 8b348062af8f46879a21a190070d72616536365f6e1e318eff18c3fcb024c875
-SIZE (milter-greylist-4.0.tgz) = 185107
+MD5 (milter-greylist-4.0.1.tgz) = 80732ea6ac12fc304a9d83c09f316870
+SHA256 (milter-greylist-4.0.1.tgz) = 6fb675097a40651853a0d73776c8387ff3a4e263110d03eae9c068998e7e4889
+SIZE (milter-greylist-4.0.1.tgz) = 185978
Index: patch-greylist.conf
===================================================================
RCS file: /home/cvs/mports/mail/milter-greylist/files/patch-greylist.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -L mail/milter-greylist/files/patch-greylist.conf -L mail/milter-greylist/files/patch-greylist.conf -u -r1.1 -r1.2
--- mail/milter-greylist/files/patch-greylist.conf
+++ mail/milter-greylist/files/patch-greylist.conf
@@ -1,11 +1,14 @@
---- greylist.conf.bak	Thu Sep 28 00:03:24 2006
-+++ greylist.conf	Sun Dec 10 04:58:58 2006
-@@ -8,7 +8,7 @@
+--- greylist.conf.orig	2008-02-27 08:01:47.000000000 +0300
++++ greylist.conf	2008-10-08 00:51:23.000000000 +0400
+@@ -7,9 +7,9 @@
+ 
  pidfile "/var/run/milter-greylist.pid"
  socket "/var/milter-greylist/milter-greylist.sock"
- dumpfile "/var/milter-greylist/greylist.db"
+-dumpfile "/var/milter-greylist/greylist.db" 755
++dumpfile "/var/milter-greylist/greylist.db"
+ dumpfreq 1
 -user "smmsp"
 +user "mailnull"
  
- # Be verbose (or use -v flag)
- #verbose
+ # Log milter-greylist activity to a file
+ #stat ">>/var/milter-greylist/greylist.log" \


More information about the Midnightbsd-cvs mailing list