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:   wiz
Date:           Fri Nov 15 14:39:46 UTC 2019

Modified Files:
        pkgsrc/mail/pst-utils: DESCR Makefile PLIST

Log Message:
pst-utils: update to 0.6.72nb1.

Fix pkg-config file and add USE_LIBTOOL.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/pst-utils/DESCR \
    pkgsrc/mail/pst-utils/Makefile pkgsrc/mail/pst-utils/PLIST

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/DESCR
diff -u pkgsrc/mail/pst-utils/DESCR:1.1 pkgsrc/mail/pst-utils/DESCR:1.2
--- pkgsrc/mail/pst-utils/DESCR:1.1     Fri Nov 15 11:09:15 2019
+++ pkgsrc/mail/pst-utils/DESCR Fri Nov 15 14:39:46 2019
@@ -2,7 +2,3 @@ pst-utils contains a set of tools to rea
 (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.
Index: pkgsrc/mail/pst-utils/Makefile
diff -u pkgsrc/mail/pst-utils/Makefile:1.1 pkgsrc/mail/pst-utils/Makefile:1.2
--- pkgsrc/mail/pst-utils/Makefile:1.1  Fri Nov 15 11:09:15 2019
+++ pkgsrc/mail/pst-utils/Makefile      Fri Nov 15 14:39:46 2019
@@ -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 @@ CONFIGURE_ARGS+=      --disable-static-tools
 
 USE_TOOLS+=            pkg-config
 
+PKGCONFIG_OVERRIDE=    libpst.pc.in
+
 .include "../../devel/libgsf/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/pst-utils/PLIST
diff -u pkgsrc/mail/pst-utils/PLIST:1.1 pkgsrc/mail/pst-utils/PLIST:1.2
--- pkgsrc/mail/pst-utils/PLIST:1.1     Fri Nov 15 11:09:15 2019
+++ pkgsrc/mail/pst-utils/PLIST Fri Nov 15 14:39:46 2019
@@ -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}/COPYING
 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