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.
This commit is contained in:
parent
d0de5cfa02
commit
44c3710e66
3 changed files with 11 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue