diff --git a/converters/libpst/Makefile b/converters/libpst/Makefile index a7cbfb66924..96fea72442b 100644 --- a/converters/libpst/Makefile +++ b/converters/libpst/Makefile @@ -1,19 +1,16 @@ -# $OpenBSD: Makefile,v 1.26 2012/09/28 11:38:48 jasper Exp $ +# $OpenBSD: Makefile,v 1.27 2012/09/28 12:22:46 ajacoutot Exp $ BROKEN-hppa= linking .libs/python-libpst.o fails COMMENT-main= read and convert Microsoft Outlook mail files COMMENT-python= python interface to libpst -DISTNAME= libpst-0.6.54 -SHARED_LIBS += pst 2.0 # .4.1 +DISTNAME= libpst-0.6.55 +SHARED_LIBS += pst 2.0 # 5.5 PKGNAME-main= ${DISTNAME} PKGNAME-python= py-${DISTNAME} -REVISION-main= 1 -REVISION-python= 0 - CATEGORIES= converters mail HOMEPAGE= http://www.five-ten-sg.com/libpst/ @@ -57,7 +54,7 @@ USE_GROFF = Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ --enable-pst-debug \ - --enable-static-tools=no \ + --disable-static-tools \ --enable-libpst-shared CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${MODPY_INCDIR}" \ LDFLAGS="-L${LOCALBASE}/lib" \ @@ -75,4 +72,7 @@ FAKE_FLAGS+= htmldir="${PREFIX}/share/doc/libpst/" \ pre-configure: ${SUBST_CMD} ${WRKSRC}/configure +post-install: + rm ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/*.{a,la} + .include diff --git a/converters/libpst/distinfo b/converters/libpst/distinfo index 40144bc7b20..7e58c583cff 100644 --- a/converters/libpst/distinfo +++ b/converters/libpst/distinfo @@ -1,5 +1,2 @@ -MD5 (libpst-0.6.54.tar.gz) = 2OsGKcn1S89AwfGwKSISQQ== -RMD160 (libpst-0.6.54.tar.gz) = ugbmPZiCWNs4Ph2k5GcQza1aUGE= -SHA1 (libpst-0.6.54.tar.gz) = pHE7h+MwVWrLB4a076l1o8c5zYQ= -SHA256 (libpst-0.6.54.tar.gz) = /0ECPuMqdy8+Ef5dXGXP+PwOkWCenYO6yHfOJIWT0KI= -SIZE (libpst-0.6.54.tar.gz) = 13438330 +SHA256 (libpst-0.6.55.tar.gz) = 72nYeuXigXXCq+uK5ecU6uIYoMlQpQcaFv77hR4pEsU= +SIZE (libpst-0.6.55.tar.gz) = 13444072 diff --git a/converters/libpst/patches/patch-configure b/converters/libpst/patches/patch-configure index 01a07bc6766..1af9b60d590 100644 --- a/converters/libpst/patches/patch-configure +++ b/converters/libpst/patches/patch-configure @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure,v 1.3 2012/09/28 11:38:48 jasper Exp $ ---- configure.orig Sun Dec 25 00:19:22 2011 -+++ configure Mon Jan 9 18:22:08 2012 -@@ -24111,7 +24111,7 @@ if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" +$OpenBSD: patch-configure,v 1.4 2012/09/28 12:22:46 ajacoutot Exp $ +--- configure.orig Thu Aug 9 19:15:12 2012 ++++ configure Fri Sep 28 14:08:43 2012 +@@ -24112,7 +24112,7 @@ if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS diff --git a/converters/libpst/pkg/PLIST-python b/converters/libpst/pkg/PLIST-python index 29d0493d283..a4f3ed041ad 100644 --- a/converters/libpst/pkg/PLIST-python +++ b/converters/libpst/pkg/PLIST-python @@ -1,6 +1,2 @@ -@comment $OpenBSD: PLIST-python,v 1.2 2012/01/09 18:25:45 ajacoutot Exp $ -lib/python${MODPY_VERSION}/ -lib/python${MODPY_VERSION}/site-packages/ -@comment lib/python${MODPY_VERSION}/site-packages/_libpst.a -@comment lib/python${MODPY_VERSION}/site-packages/_libpst.la +@comment $OpenBSD: PLIST-python,v 1.3 2012/09/28 12:22:46 ajacoutot Exp $ lib/python${MODPY_VERSION}/site-packages/_libpst.so