pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Sendmail-PMilter 0.94 Wed Aug 04 17:10:00 200...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62a46da9b0c7
branches:  trunk
changeset: 479071:62a46da9b0c7
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Aug 04 17:39:37 2004 +0000

description:
0.94  Wed Aug 04 17:10:00 2004 UTC
        - [923158] made installation of Sendmail::Milter layer optional
        - [925579] added support for experimental setsender() operation
        - fixed usage of max_interpreters and max_requests values
                (they were being ignored previously)
        - allowed for named configuration variables to prefork_dispatcher()
        - [1002122] fixed symbol table to return symbols from earlier
                callbacks as appropriate (reported by <s.barnes%uni-koeln.de@localhost>)
        - [1003308] changed "EOF in stream" handling to exit as if a normal
                SMFIC_CLOSE had been received from the MTA
        - fixed warning in Context.pm wrt <= on an undefined value
        - [1003307] fixed ithread_dispatcher share() usage and warning
                appearing when $@ was defined but empty
        - [1003304] changed SIGINFO/SIGUSR1 handler to use warn() rather
                than raw prints to STDERR (requested by <andrewr%iagu.net@localhost>)
        - [925577, 1003351] added support for quarantine(), progress(),
                and shutdown() (Sendmail 8.13 special case)
        - moved SMFIF_* constants not in the standard Sendmail::Milter
                into only Sendmail::PMilter

diffstat:

 mail/p5-Sendmail-PMilter/Makefile |  6 ++++--
 mail/p5-Sendmail-PMilter/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r ed1b3e4dcba2 -r 62a46da9b0c7 mail/p5-Sendmail-PMilter/Makefile
--- a/mail/p5-Sendmail-PMilter/Makefile Wed Aug 04 17:31:42 2004 +0000
+++ b/mail/p5-Sendmail-PMilter/Makefile Wed Aug 04 17:39:37 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:14:02 tv Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/04 17:39:37 tv Exp $
 #
 
-DISTNAME=      Sendmail-PMilter-0.93
+DISTNAME=      Sendmail-PMilter-0.94
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pmilter/}
@@ -13,6 +13,8 @@
 # Though it doesn't exist yet, just in case:
 CONFLICTS+=    p5-Sendmail-Milter-[0-9]*
 
+MAKE_ENV+=     PERL_MM_USE_DEFAULT=1
+
 USE_BUILDLINK3=        YES
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Sendmail/PMilter/.packlist
 PERL5_REQD+=   5.6.0
diff -r ed1b3e4dcba2 -r 62a46da9b0c7 mail/p5-Sendmail-PMilter/distinfo
--- a/mail/p5-Sendmail-PMilter/distinfo Wed Aug 04 17:31:42 2004 +0000
+++ b/mail/p5-Sendmail-PMilter/distinfo Wed Aug 04 17:39:37 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/03/29 18:14:02 tv Exp $
+$NetBSD: distinfo,v 1.2 2004/08/04 17:39:37 tv Exp $
 
-SHA1 (Sendmail-PMilter-0.93.tar.gz) = 1150a604c0cc14095f0fd1b678b47c36d76bbc83
-Size (Sendmail-PMilter-0.93.tar.gz) = 25535 bytes
+SHA1 (Sendmail-PMilter-0.94.tar.gz) = b6790439438c8e086a0bfe4554d4a9dad8f32036
+Size (Sendmail-PMilter-0.94.tar.gz) = 28423 bytes



Home | Main Index | Thread Index | Old Index