pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sma Update mail/sma to 1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beeb97834e2d
branches:  trunk
changeset: 521536:beeb97834e2d
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Nov 14 12:31:30 2006 +0000

description:
Update mail/sma to 1.4.
Patch provided by ISIHARA Takanori in PR 34743.

HISTORY file:
Version 1.4, 2003/10/16
* Portugese language patch, apply with "patch < contrib/portugese.diff"
  (Thanks Ronaldo Lazzari)
* Added msgid for clog (%i) (Thanks Ed Klavins)
* Fixed a bug in HTML formatted "Relay Pairs" section
  (Thanks Wijnand Reimink for finding out the bug..)
* Feature patch from Andrew Caird.
  "Downcase all addresses.  This is so that foo%bar.com@localhost is equivilant to
  FOO%BAR.Com@localhost and Foo%Bar.com@localhost and they all get counted the same in the
  counts." New command line option '-A' (conf file: DowncaseAddresses).
* Fixed a bug with sendmail AUTH parsing (Thanks for Daniel Melanchthon)
  (as a side effect, postfix logs seem to get parsed also.. :-)
* Do not cut lines in status/rejected sections of ascii report
  (Suggested by Jeff Bronson)

diffstat:

 mail/sma/Makefile |  6 +++---
 mail/sma/PLIST    |  4 ++--
 mail/sma/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r a841d5bfee40 -r beeb97834e2d mail/sma/Makefile
--- a/mail/sma/Makefile Tue Nov 14 11:56:56 2006 +0000
+++ b/mail/sma/Makefile Tue Nov 14 12:31:30 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2006/09/09 02:43:10 obache Exp $
+# $NetBSD: Makefile,v 1.10 2006/11/14 12:31:30 obache Exp $
 
-DISTNAME=       sma-1.3.2
+DISTNAME=       sma-1.4
 CATEGORIES=    mail
 MASTER_SITES=   http://www.klake.org/sma/dl/
 
@@ -19,7 +19,7 @@
 .if empty(LOWER_OPSYS:Mirix5*)
 CFLAGS+=       -DUSE_REGEXP
 .endif
-INSTALLATION_DIRS=     bin man/man8
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man8
 
 do-install:
        cd ${WRKSRC};                                           \
diff -r a841d5bfee40 -r beeb97834e2d mail/sma/PLIST
--- a/mail/sma/PLIST    Tue Nov 14 11:56:56 2006 +0000
+++ b/mail/sma/PLIST    Tue Nov 14 12:31:30 2006 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/24 09:25:46 tron Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/11/14 12:31:30 obache Exp $
 bin/sma
-man/man8/sma.8.gz
+man/man8/sma.8
 share/doc/sma/README
 share/examples/sma/sma.conf
 @dirrm share/examples/sma
diff -r a841d5bfee40 -r beeb97834e2d mail/sma/distinfo
--- a/mail/sma/distinfo Tue Nov 14 11:56:56 2006 +0000
+++ b/mail/sma/distinfo Tue Nov 14 12:31:30 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 09:59:29 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/11/14 12:31:30 obache Exp $
 
-SHA1 (sma-1.3.2.tar.gz) = f6420ee4e9a44527182f7e4504b812ed0628944a
-RMD160 (sma-1.3.2.tar.gz) = e20dd1f202781e899e768a39323293cc0e45c890
-Size (sma-1.3.2.tar.gz) = 117372 bytes
+SHA1 (sma-1.4.tar.gz) = ee4acb57ed7cde85e732e689756d900ed398a2ba
+RMD160 (sma-1.4.tar.gz) = ce643df84f054216c3a6de5e6cea57b30b0b8f0a
+Size (sma-1.4.tar.gz) = 121365 bytes
 SHA1 (patch-aa) = c1f7a646e7b0ebe9b22c8bd91e41d80487703040



Home | Main Index | Thread Index | Old Index