pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/pst-utils



Module Name:    pkgsrc
Committed By:   tm
Date:           Wed Oct 20 16:28:17 UTC 2021

Modified Files:
        pkgsrc/mail/pst-utils: Makefile distinfo
        pkgsrc/mail/pst-utils/patches: patch-configure patch-man_Makefile.in

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/pst-utils/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/pst-utils/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/pst-utils/patches/patch-configure \
    pkgsrc/mail/pst-utils/patches/patch-man_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/pst-utils/Makefile
diff -u pkgsrc/mail/pst-utils/Makefile:1.7 pkgsrc/mail/pst-utils/Makefile:1.8
--- pkgsrc/mail/pst-utils/Makefile:1.7  Wed Apr 21 11:42:09 2021
+++ pkgsrc/mail/pst-utils/Makefile      Wed Oct 20 16:28:17 2021
@@ -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

Index: pkgsrc/mail/pst-utils/distinfo
diff -u pkgsrc/mail/pst-utils/distinfo:1.3 pkgsrc/mail/pst-utils/distinfo:1.4
--- pkgsrc/mail/pst-utils/distinfo:1.3  Thu Oct  7 14:25:40 2021
+++ pkgsrc/mail/pst-utils/distinfo      Wed Oct 20 16:28:17 2021
@@ -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

Index: pkgsrc/mail/pst-utils/patches/patch-configure
diff -u pkgsrc/mail/pst-utils/patches/patch-configure:1.1 pkgsrc/mail/pst-utils/patches/patch-configure:1.2
--- pkgsrc/mail/pst-utils/patches/patch-configure:1.1   Fri Nov 15 11:09:15 2019
+++ pkgsrc/mail/pst-utils/patches/patch-configure       Wed Oct 20 16:28:17 2021
@@ -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; }
Index: pkgsrc/mail/pst-utils/patches/patch-man_Makefile.in
diff -u pkgsrc/mail/pst-utils/patches/patch-man_Makefile.in:1.1 pkgsrc/mail/pst-utils/patches/patch-man_Makefile.in:1.2
--- pkgsrc/mail/pst-utils/patches/patch-man_Makefile.in:1.1     Fri Nov 15 11:09:15 2019
+++ pkgsrc/mail/pst-utils/patches/patch-man_Makefile.in Wed Oct 20 16:28:17 2021
@@ -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@



Home | Main Index | Thread Index | Old Index