diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-10-21 15:06:46 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-10-21 15:06:46 +0000 |
commit | 3e25a53459542f4aaa63ce29f42ebb8de52b5d4b (patch) | |
tree | 073855d63290da58bcb73f3ddbd803789221b0be /mail | |
parent | 0cea78245e43e7b909f3825a5bd71456c6622bae (diff) | |
download | pkgsrc-3e25a53459542f4aaa63ce29f42ebb8de52b5d4b.tar.gz |
Update to 1.05. From the changelog:
- Fixed compilation of src/selfpipe.cc on Solaris and other OSes.
- Fixed handling of TM_HAS_ISDST on Solaris.
- Fixed a few address parsing glitches.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nullmailer/Makefile | 7 | ||||
-rw-r--r-- | mail/nullmailer/distinfo | 10 | ||||
-rw-r--r-- | mail/nullmailer/patches/patch-aa | 6 |
3 files changed, 11 insertions, 12 deletions
diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 934a3309016..6ccd259c972 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2009/10/14 21:13:41 plunky Exp $ +# $NetBSD: Makefile,v 1.33 2009/10/21 15:06:46 schmonz Exp $ -DISTNAME= nullmailer-1.04 -PKGREVISION= 1 +DISTNAME= nullmailer-1.05 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE:Q} @@ -11,7 +10,7 @@ COMMENT= Simple relay-only mail transport agent LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= destdir USE_LANGUAGES= c c++ GNU_CONFIGURE= yes diff --git a/mail/nullmailer/distinfo b/mail/nullmailer/distinfo index 1165c48de1a..97092adecac 100644 --- a/mail/nullmailer/distinfo +++ b/mail/nullmailer/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2009/10/11 10:25:24 plunky Exp $ +$NetBSD: distinfo,v 1.12 2009/10/21 15:06:46 schmonz Exp $ -SHA1 (nullmailer-1.04.tar.gz) = f3815fec726a776be050a6be59b91e696779f5a9 -RMD160 (nullmailer-1.04.tar.gz) = 13deaf37a392dfd7b57ac61b50d496dfdb9c362f -Size (nullmailer-1.04.tar.gz) = 176867 bytes -SHA1 (patch-aa) = dc2ca7a43598e3057f7903319581d3d529d3326f +SHA1 (nullmailer-1.05.tar.gz) = d1c97125e86fb6bf04abde40bf9b92f87ab43555 +RMD160 (nullmailer-1.05.tar.gz) = 6f9ed96e25fdf4b57055f0926612d651ba6ea90c +Size (nullmailer-1.05.tar.gz) = 159581 bytes +SHA1 (patch-aa) = eeab7dc23266f74edaa578ca1de9422614d16dab SHA1 (patch-ab) = 12e7d0381a9b43888b4809799b7d2c5775bc8b6d SHA1 (patch-ac) = 6e8f3e4ab3f11ceefdaede505b52db24d8a34fde diff --git a/mail/nullmailer/patches/patch-aa b/mail/nullmailer/patches/patch-aa index c911f254ffd..f48d396d2dc 100644 --- a/mail/nullmailer/patches/patch-aa +++ b/mail/nullmailer/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2006/01/03 19:12:52 schmonz Exp $ +$NetBSD: patch-aa,v 1.5 2009/10/21 15:06:46 schmonz Exp $ ---- Makefile.in.orig 2005-11-02 12:41:35.000000000 -0500 +--- Makefile.in.orig 2009-10-19 13:00:48.000000000 -0400 +++ Makefile.in -@@ -596,10 +596,10 @@ install-data-local: +@@ -617,10 +617,10 @@ install-data-local: chmod 600 $(DESTDIR)$(localstatedir)/trigger install-root: |