summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon>2011-04-29 22:45:36 +0000
committerryoon <ryoon>2011-04-29 22:45:36 +0000
commitab8daf64bcee649ace1954a981b24038f0bb5d85 (patch)
treedeaba8b1c482744e5e57c598680879ce4d40cd43
parenteba1bdbde0179d2a1dfa3d38a55f0e2623ba535d (diff)
downloadpkgsrc-ab8daf64bcee649ace1954a981b24038f0bb5d85.tar.gz
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.
-rw-r--r--mail/msmtp/Makefile6
-rw-r--r--mail/msmtp/distinfo9
-rw-r--r--mail/msmtp/patches/patch-src_Makefile.in15
3 files changed, 23 insertions, 7 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index a4ab6710c21..16a139aaffd 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config msgfmt xgettext
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo
index 067254c41f9..f4a885b92c9 100644
--- a/mail/msmtp/distinfo
+++ b/mail/msmtp/distinfo
@@ -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 --git a/mail/msmtp/patches/patch-src_Makefile.in b/mail/msmtp/patches/patch-src_Makefile.in
new file mode 100644
index 00000000000..4ac2e757319
--- /dev/null
+++ b/mail/msmtp/patches/patch-src_Makefile.in
@@ -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@