diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-04-29 22:45:36 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-04-29 22:45:36 +0000 |
commit | 7a4e9907f4d58dc03caa29b2ab44a3ce77d317ed (patch) | |
tree | deaba8b1c482744e5e57c598680879ce4d40cd43 /mail/msmtp | |
parent | 4b340986a9f2df87f4b453aa79db269d97a9875b (diff) | |
download | pkgsrc-7a4e9907f4d58dc03caa29b2ab44a3ce77d317ed.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.
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 6 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 9 | ||||
-rw-r--r-- | mail/msmtp/patches/patch-src_Makefile.in | 15 |
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@ |