diff options
author | obache <obache@pkgsrc.org> | 2006-11-14 12:31:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-14 12:31:30 +0000 |
commit | ea62f8ee9eda16969ceba2ca76e3ff41be9c7844 (patch) | |
tree | 0545da48cf9de053664f2244b72225fe4b7ba45f /mail/sma | |
parent | e2b884d520d578828f2185ce9a681d2defbdf2b2 (diff) | |
download | pkgsrc-ea62f8ee9eda16969ceba2ca76e3ff41be9c7844.tar.gz |
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 is equivilant to
FOO@BAR.Com and Foo@Bar.com 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 (limited to 'mail/sma')
-rw-r--r-- | mail/sma/Makefile | 6 | ||||
-rw-r--r-- | mail/sma/PLIST | 4 | ||||
-rw-r--r-- | mail/sma/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/mail/sma/Makefile b/mail/sma/Makefile index 817f1c47478..314097f7658 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -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 @@ BUILD_TARGET= sma .if empty(LOWER_OPSYS:Mirix5*) CFLAGS+= -DUSE_REGEXP .endif -INSTALLATION_DIRS= bin man/man8 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 do-install: cd ${WRKSRC}; \ diff --git a/mail/sma/PLIST b/mail/sma/PLIST index 7897d9a851c..aa27338732c 100644 --- a/mail/sma/PLIST +++ b/mail/sma/PLIST @@ -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 --git a/mail/sma/distinfo b/mail/sma/distinfo index 81e6c502626..3200f2f529d 100644 --- a/mail/sma/distinfo +++ b/mail/sma/distinfo @@ -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 |