diff options
author | tm <tm@pkgsrc.org> | 2021-10-20 16:28:17 +0000 |
---|---|---|
committer | tm <tm@pkgsrc.org> | 2021-10-20 16:28:17 +0000 |
commit | 05775e873648acf629f1f00a8872ce6596f1242e (patch) | |
tree | 74c9998d6e00ff39ac338346dedaceea1bbd760e | |
parent | 1549d9d45af56c800fe73d7a237d204a19110448 (diff) | |
download | pkgsrc-05775e873648acf629f1f00a8872ce6596f1242e.tar.gz |
mail/pst-utils: Update to 0.6.76
LibPST 0.6.76 (2021-03-27)
* Stuart C. Naifeh - fix rfc2231 encoding when saving messages
to both .eml and .msg formats.
-rw-r--r-- | mail/pst-utils/Makefile | 4 | ||||
-rw-r--r-- | mail/pst-utils/distinfo | 12 | ||||
-rw-r--r-- | mail/pst-utils/patches/patch-configure | 10 | ||||
-rw-r--r-- | mail/pst-utils/patches/patch-man_Makefile.in | 8 |
4 files changed, 17 insertions, 17 deletions
diff --git a/mail/pst-utils/Makefile b/mail/pst-utils/Makefile index 84daf6a6451..b94d6b64c0e 100644 --- a/mail/pst-utils/Makefile +++ b/mail/pst-utils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/04/21 11:42:09 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/10/20 16:28:17 tm Exp $ -DISTNAME= libpst-0.6.75 +DISTNAME= libpst-0.6.76 PKGNAME= ${DISTNAME:S/libpst/pst-utils/} PKGREVISION= 3 CATEGORIES= mail diff --git a/mail/pst-utils/distinfo b/mail/pst-utils/distinfo index ea4ba19e9b9..bba0607e3c6 100644 --- a/mail/pst-utils/distinfo +++ b/mail/pst-utils/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2021/10/07 14:25:40 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/10/20 16:28:17 tm Exp $ -RMD160 (libpst-0.6.75.tar.gz) = 87eb9d1bd09d96241afc709859fbb96235eb3aab -SHA512 (libpst-0.6.75.tar.gz) = 74618bc51f57445fbd4a0f9d95f1e5417034a5098003fbef596cba7100d8f6c990437afed59c994d76c08af3c1339548faaac6f6438824b82dcb1f342b3f7821 -Size (libpst-0.6.75.tar.gz) = 14118814 bytes -SHA1 (patch-configure) = 7c6eef14a77dd683b1c9afb3d631fed90a47a46c -SHA1 (patch-man_Makefile.in) = 7217bbcc6476e2d99d87d7df8003d6328d99fdef +RMD160 (libpst-0.6.76.tar.gz) = 856fc7770e5d4d83dcbe0b283229b40ad04a3caa +SHA512 (libpst-0.6.76.tar.gz) = 43b621ec089ff81714d4bd768178bd56efb15da27c4fe3dc18372337e5898072b17a58feb6b3dd88a805a38c757f6a97e2da89432da101df5345e3d0daf166b4 +Size (libpst-0.6.76.tar.gz) = 12886768 bytes +SHA1 (patch-configure) = a435fda80198a43a406a1b583c6b4db14cbba1aa +SHA1 (patch-man_Makefile.in) = 872f9f3d8d0aa262ca9026873a4fa2d44519b694 diff --git a/mail/pst-utils/patches/patch-configure b/mail/pst-utils/patches/patch-configure index 84ac96b4f8f..7c1eb2624db 100644 --- a/mail/pst-utils/patches/patch-configure +++ b/mail/pst-utils/patches/patch-configure @@ -1,15 +1,15 @@ -$NetBSD: patch-configure,v 1.1 2019/11/15 11:09:15 sborrill Exp $ +$NetBSD: patch-configure,v 1.2 2021/10/20 16:28:17 tm Exp $ Fix test == ---- configure.orig 2019-11-14 15:23:47.000000000 +0000 -+++ configure 2019-11-14 15:24:53.000000000 +0000 -@@ -23593,7 +23593,7 @@ +--- configure.orig 2021-03-28 00:08:10.000000000 +0000 ++++ configure +@@ -24755,7 +24755,7 @@ else ax_python_lib=no fi - if test x$ax_python_lib == xno; then + if test x$ax_python_lib = xno; then as_ac_Lib=`$as_echo "ac_cv_lib_${ax_python_bin}m''_main" | $as_tr_sh` - { $as_echo "$as_me:$LINENO: checking for main in -l${ax_python_bin}m" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l${ax_python_bin}m" >&5 $as_echo_n "checking for main in -l${ax_python_bin}m... " >&6; } diff --git a/mail/pst-utils/patches/patch-man_Makefile.in b/mail/pst-utils/patches/patch-man_Makefile.in index 3a1d6d9e738..5b3f9140b9a 100644 --- a/mail/pst-utils/patches/patch-man_Makefile.in +++ b/mail/pst-utils/patches/patch-man_Makefile.in @@ -1,10 +1,10 @@ -$NetBSD: patch-man_Makefile.in,v 1.1 2019/11/15 11:09:15 sborrill Exp $ +$NetBSD: patch-man_Makefile.in,v 1.2 2021/10/20 16:28:17 tm Exp $ Don't install pst2dii man page as binary is not installed ---- man/Makefile.in.orig 2019-11-15 08:51:15.000000000 +0000 -+++ man/Makefile.in 2019-11-15 08:52:12.000000000 +0000 -@@ -220,7 +220,7 @@ +--- man/Makefile.in.orig 2021-03-28 00:08:09.000000000 +0000 ++++ man/Makefile.in +@@ -364,7 +364,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ |