diff options
author | tron <tron> | 2006-10-15 12:11:51 +0000 |
---|---|---|
committer | tron <tron> | 2006-10-15 12:11:51 +0000 |
commit | cc7d12d2826f1fce36ab380d5cb4e8c9d7b17bab (patch) | |
tree | aec9f53d31bdb3fc336e759c5fa32682c9d895e5 /mail/milter-greylist | |
parent | 88a16e34d1e58ee119744cb4a9c60ac0631163b8 (diff) | |
download | pkgsrc-cc7d12d2826f1fce36ab380d5cb4e8c9d7b17bab.tar.gz |
Update "milter-greylist" package to version 3.0rc5.
Changes since version 3.0rc4:
- Pointer to DRAC documentation
- FreeBSD build fixes
- Remove the /tmp/access-list.debug for security sake
- Correctly enable non blocking I/O fox MX sync
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r-- | mail/milter-greylist/Makefile | 4 | ||||
-rw-r--r-- | mail/milter-greylist/distinfo | 9 | ||||
-rw-r--r-- | mail/milter-greylist/patches/patch-aa | 13 |
3 files changed, 20 insertions, 6 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index a76f92da177..60234b0faf0 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2006/10/12 13:14:43 tron Exp $ +# $NetBSD: Makefile,v 1.27 2006/10/15 12:11:51 tron Exp $ -DISTNAME= milter-greylist-3.0rc4 +DISTNAME= milter-greylist-3.0rc5 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ EXTRACT_SUFX= .tgz diff --git a/mail/milter-greylist/distinfo b/mail/milter-greylist/distinfo index f7a6c31e3da..eb9af83a513 100644 --- a/mail/milter-greylist/distinfo +++ b/mail/milter-greylist/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.13 2006/10/12 13:14:43 tron Exp $ +$NetBSD: distinfo,v 1.14 2006/10/15 12:11:51 tron Exp $ -SHA1 (milter-greylist-3.0rc4.tgz) = d7d1afdb8917c2187e37bdee252d252bb9f90433 -RMD160 (milter-greylist-3.0rc4.tgz) = df8696c4fe22e632a1b12d5548223060adb5bab3 -Size (milter-greylist-3.0rc4.tgz) = 140177 bytes +SHA1 (milter-greylist-3.0rc5.tgz) = 7e1bf48113f686c3a9637591964715bd12208acd +RMD160 (milter-greylist-3.0rc5.tgz) = 26f3f5dd90c99f60c3c649d3d6ddeffef1656329 +Size (milter-greylist-3.0rc5.tgz) = 140466 bytes +SHA1 (patch-aa) = 2e31f7db50a8aac45e21e4ae4642d0c6631e8c78 diff --git a/mail/milter-greylist/patches/patch-aa b/mail/milter-greylist/patches/patch-aa new file mode 100644 index 00000000000..fbc153065bd --- /dev/null +++ b/mail/milter-greylist/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/10/15 12:11:51 tron Exp $ + +--- Makefile.in.orig 2006-10-06 10:14:39.000000000 +0100 ++++ Makefile.in 2006-10-15 13:06:07.000000000 +0100 +@@ -121,7 +121,7 @@ + echo " ================================================"; \ + ) || ${TRUE} + +-install: install-daemon-to-bin install-man install-conf install-db ++install: install-daemon-to-bin install-man install-db + + depend: + ${MKDEP} ${CFLAGS} ${SRC} |