pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/msmtp Update to 1.4.24.
details: https://anonhg.NetBSD.org/pkgsrc/rev/241309c301b9
branches: trunk
changeset: 588131:241309c301b9
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Apr 29 22:45:36 2011 +0000
description:
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.
diffstat:
mail/msmtp/Makefile | 6 +++---
mail/msmtp/distinfo | 9 +++++----
mail/msmtp/patches/patch-src_Makefile.in | 15 +++++++++++++++
3 files changed, 23 insertions(+), 7 deletions(-)
diffs (54 lines):
diff -r 44c05c47990b -r 241309c301b9 mail/msmtp/Makefile
--- a/mail/msmtp/Makefile Fri Apr 29 17:26:18 2011 +0000
+++ b/mail/msmtp/Makefile Fri Apr 29 22:45:36 2011 +0000
@@ -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}
diff -r 44c05c47990b -r 241309c301b9 mail/msmtp/distinfo
--- a/mail/msmtp/distinfo Fri Apr 29 17:26:18 2011 +0000
+++ b/mail/msmtp/distinfo Fri Apr 29 22:45:36 2011 +0000
@@ -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
-RMD160 (msmtp-1.4.23.tar.bz2) = c0e27e985dd9e4dbf2fee5d2ce547ddc4f10296a
-Size (msmtp-1.4.23.tar.bz2) = 942443 bytes
+SHA1 (msmtp-1.4.24.tar.bz2) = 4c9783a888bdd7da6f39ee6fd2d52585c3aee6c0
+RMD160 (msmtp-1.4.24.tar.bz2) = 5d342818bbbeee303c071a403fd86d40404ed5c2
+Size (msmtp-1.4.24.tar.bz2) = 299358 bytes
+SHA1 (patch-src_Makefile.in) = 0af62b9cee833f3b23e2d504462a380bb97953cc
diff -r 44c05c47990b -r 241309c301b9 mail/msmtp/patches/patch-src_Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/msmtp/patches/patch-src_Makefile.in Fri Apr 29 22:45:36 2011 +0000
@@ -0,0 +1,15 @@
+$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@
Home |
Main Index |
Thread Index |
Old Index