pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/pst-utils pst-utils: update to 0.6.72nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84b69d5ccaf2
branches:  trunk
changeset: 344129:84b69d5ccaf2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 15 14:39:46 2019 +0000

description:
pst-utils: update to 0.6.72nb1.

Fix pkg-config file and add USE_LIBTOOL.

diffstat:

 mail/pst-utils/DESCR    |  4 ----
 mail/pst-utils/Makefile |  9 ++++++---
 mail/pst-utils/PLIST    |  3 +--
 3 files changed, 7 insertions(+), 9 deletions(-)

diffs (58 lines):

diff -r 6e142c170369 -r 84b69d5ccaf2 mail/pst-utils/DESCR
--- a/mail/pst-utils/DESCR      Fri Nov 15 14:34:08 2019 +0000
+++ b/mail/pst-utils/DESCR      Fri Nov 15 14:39:46 2019 +0000
@@ -2,7 +2,3 @@
 (Personal Folders) files. The main tools are:
  * readpst - convert PST files to mbox and other formats
  * lspst - list PST file data
-
-The package has been renamed from libpst to pst-utils to better
-reflect that its main purpose is to provide utilities rather than
-libraries for use by other packages.
diff -r 6e142c170369 -r 84b69d5ccaf2 mail/pst-utils/Makefile
--- a/mail/pst-utils/Makefile   Fri Nov 15 14:34:08 2019 +0000
+++ b/mail/pst-utils/Makefile   Fri Nov 15 14:39:46 2019 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2019/11/15 11:09:15 sborrill Exp $
-#
+# $NetBSD: Makefile,v 1.2 2019/11/15 14:39:46 wiz Exp $
 
 DISTNAME=              libpst-0.6.72
 PKGNAME=               ${DISTNAME:S/libpst/pst-utils/}
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          https://www.five-ten-sg.com/libpst/packages/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://www.five-ten-sg.com/libpst/
-COMMENT=               Tools for reading and converting PST files
+COMMENT=               Tools for reading and converting Outlook PST files
 LICENSE=               gnu-lgpl-v2.1
 
 USE_LANGUAGES=         c c++
+USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-dii
 CONFIGURE_ARGS+=       --disable-python
@@ -20,5 +21,7 @@
 
 USE_TOOLS+=            pkg-config
 
+PKGCONFIG_OVERRIDE=    libpst.pc.in
+
 .include "../../devel/libgsf/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6e142c170369 -r 84b69d5ccaf2 mail/pst-utils/PLIST
--- a/mail/pst-utils/PLIST      Fri Nov 15 14:34:08 2019 +0000
+++ b/mail/pst-utils/PLIST      Fri Nov 15 14:39:46 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/11/15 11:09:15 sborrill Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/11/15 14:39:46 wiz Exp $
 bin/lspst
 bin/nick2ldif
 bin/pst2ldif
@@ -20,4 +20,3 @@
 share/doc/libpst-${PKGVERSION}/ChangeLog
 share/doc/libpst-${PKGVERSION}/NEWS
 share/doc/libpst-${PKGVERSION}/README
-@pkgdir share/doc/libpst-${PKGVERSION}/devel



Home | Main Index | Thread Index | Old Index