Fri Apr 29 22:45:36 2011 UTC ()
Update to 1.4.24.

Changelog:
Version 1.4.24:
- Remove the unmaintained pt_BR translation.
- Simplify manual license: use a simple permissive license instead of GNU FDL.
- Replace a call to gnutls_protocol_set_priority(), which is deprecated in
  GnuTLS >= 2.12.0. Fixes Debian bug #624048 (reported for mpop).
- Remove gnulib, for simplicity and maintainability.
- Update GNU autotools files, in particular configure.ac.


(ryoon)
diff -r1.30 -r1.31 pkgsrc/mail/msmtp/Makefile
diff -r1.19 -r1.20 pkgsrc/mail/msmtp/distinfo
diff -r0 -r1.1 pkgsrc/mail/msmtp/patches/patch-src_Makefile.in

cvs diff -r1.30 -r1.31 pkgsrc/mail/msmtp/Makefile (expand / switch to context diff)
--- pkgsrc/mail/msmtp/Makefile 2011/04/22 13:44:04 1.30
+++ pkgsrc/mail/msmtp/Makefile 2011/04/29 22:45:36 1.31
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2011/04/22 13:44:04 obache Exp $
+# $NetBSD: Makefile,v 1.31 2011/04/29 22:45:36 ryoon Exp $
 
-DISTNAME=	msmtp-1.4.23
-PKGREVISION=	1
+DISTNAME=	msmtp-1.4.24
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=msmtp/}
 EXTRACT_SUFX=	.tar.bz2
@@ -15,6 +14,7 @@
 
 GNU_CONFIGURE=		yes
 USE_PKGLOCALEDIR=	yes
+USE_TOOLS+=		pkg-config msgfmt xgettext
 
 CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
 

cvs diff -r1.19 -r1.20 pkgsrc/mail/msmtp/distinfo (expand / switch to context diff)
--- pkgsrc/mail/msmtp/distinfo 2011/02/02 11:18:29 1.19
+++ pkgsrc/mail/msmtp/distinfo 2011/04/29 22:45:36 1.20
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.19 2011/02/02 11:18:29 ryoon Exp $
+$NetBSD: distinfo,v 1.20 2011/04/29 22:45:36 ryoon Exp $
 
-SHA1 (msmtp-1.4.23.tar.bz2) = 8a07e7edf752c888252bc32e0f77ad573d0a8bdb
+SHA1 (msmtp-1.4.24.tar.bz2) = 4c9783a888bdd7da6f39ee6fd2d52585c3aee6c0
-RMD160 (msmtp-1.4.23.tar.bz2) = c0e27e985dd9e4dbf2fee5d2ce547ddc4f10296a
+RMD160 (msmtp-1.4.24.tar.bz2) = 5d342818bbbeee303c071a403fd86d40404ed5c2
-Size (msmtp-1.4.23.tar.bz2) = 942443 bytes
+Size (msmtp-1.4.24.tar.bz2) = 299358 bytes
+SHA1 (patch-src_Makefile.in) = 0af62b9cee833f3b23e2d504462a380bb97953cc

File Added: pkgsrc/mail/msmtp/patches/Attic/patch-src_Makefile.in
$NetBSD: patch-src_Makefile.in,v 1.1 2011/04/29 22:45:36 ryoon Exp $

* Fix build

--- src/Makefile.in.orig	2011-04-23 09:27:53.000000000 +0000
+++ src/Makefile.in
@@ -127,7 +127,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLLIBS = @INTLLIBS@
 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ @LTLIBINTL@
 LIBICONV = @LIBICONV@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@