From owner-svn-ports-head@FreeBSD.ORG Sun Feb 9 12:21:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AAD26BF; Sun, 9 Feb 2014 12:21:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 08CBC10F5; Sun, 9 Feb 2014 12:21:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19CLCiE005338; Sun, 9 Feb 2014 12:21:12 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19CLC7R005336; Sun, 9 Feb 2014 12:21:12 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402091221.s19CLC7R005336@svn.freebsd.org> From: Antoine Brodin Date: Sun, 9 Feb 2014 12:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343481 - head/mail/libpst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 12:21:13 -0000 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