svn commit: r343481 - head/mail/libpst

Antoine Brodin antoine at FreeBSD.org
Sun Feb 9 12:21:13 UTC 2014


Author: antoine
Date: Sun Feb  9 12:21:12 2014
New Revision: 343481
URL: http://svnweb.freebsd.org/changeset/ports/343481
QAT: https://qat.redports.org/buildarchive/r343481/

Log:
  Finish stage support

Modified:
  head/mail/libpst/Makefile
  head/mail/libpst/pkg-plist

Modified: head/mail/libpst/Makefile
==============================================================================
--- head/mail/libpst/Makefile	Sun Feb  9 12:18:54 2014	(r343480)
+++ head/mail/libpst/Makefile	Sun Feb  9 12:21:12 2014	(r343481)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libpst
 PORTVERSION=	0.6.63
+PORTREVISION=	1
 CATEGORIES=	mail converters
 MASTER_SITES=	http://www.five-ten-sg.com/libpst/packages/ \
 		http://fossies.org/unix/privat/
@@ -12,7 +13,7 @@ COMMENT=	Tool for converting Outlook .ps
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	gsf-1:${PORTSDIR}/devel/libgsf
+LIB_DEPENDS=	libgsf-1.so:${PORTSDIR}/devel/libgsf
 
 GNU_CONFIGURE=	yes
 USES=		iconv pathfix gmake pkgconfig
@@ -21,9 +22,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB
 CONFIGURE_ARGS+=	--disable-python --enable-libpst-shared
 USE_LDCONFIG=	yes
 
-MAN1=	lspst.1 pst2dii.1 pst2ldif.1 readpst.1
-MAN5=	outlook.pst.5
-
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS PST2DII
@@ -35,7 +33,7 @@ PST2DII_DESC=	Allow Summation Document I
 CONFIGURE_ARGS+=	--enable-dii=yes
 BUILD_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
-LIB_DEPENDS+=	gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS+=	libgd.so:${PORTSDIR}/graphics/gd
 PLIST_SUB+=	PST2DII=""
 .else
 CONFIGURE_ARGS+=	--enable-dii=no

Modified: head/mail/libpst/pkg-plist
==============================================================================
--- head/mail/libpst/pkg-plist	Sun Feb  9 12:18:54 2014	(r343480)
+++ head/mail/libpst/pkg-plist	Sun Feb  9 12:21:12 2014	(r343481)
@@ -14,5 +14,10 @@ lib/libpst.la
 lib/libpst.so
 lib/libpst.so.5
 libdata/pkgconfig/libpst.pc
+man/man1/lspst.1.gz
+man/man1/pst2dii.1.gz
+man/man1/pst2ldif.1.gz
+man/man1/readpst.1.gz
+man/man5/outlook.pst.5.gz
 @dirrm include/libpst-4/libpst
 @dirrm include/libpst-4


More information about the svn-ports-head mailing list