From owner-svn-ports-head@FreeBSD.ORG Sun Dec 2 11:23:48 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E83FB53; Sun, 2 Dec 2012 11:23:48 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA588FC0C; Sun, 2 Dec 2012 11:23:47 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fo14so1273230vcb.13 for ; Sun, 02 Dec 2012 03:23:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=HVknMp0GSzNUcM3X9kqT4BZmcfFc89quZfRk2JA/sw8=; b=hL8Rm6lSpt0zzcLIfV1zkhnA9a1xhN9yO1fZrgPCbHcfBo6nXu1kkPrJsGDE/B1kuq HPMK5B5AQy3c20tcaLSYkx2uGm8Q7DUayEH6d+6LGn7b4EEp3YtL5oSF3dGZfAM19+s8 3SRMM7oWf/W4QYoiv7lVf+LXOAkmEa/mxU5n/eRA7H73CwEMiB8CuI6xBmALOOrYvkNq xvtA56ZB/OkB6NQeERQ9eHw0VeRaLDxQy+kY+5AsK/xrlTA54djE3qsoJ5PvbNTg+Toa w6fa0B8rkaaP8A2vkJVELX/qLuZF4Cwuhw5HKz1x2lrtXIBRdn7IFsnL0tromRDd8y2Y /xrA== Received: by 10.220.228.1 with SMTP id jc1mr5721517vcb.74.1354447427425; Sun, 02 Dec 2012 03:23:47 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id bm2sm4247686vdc.6.2012.12.02.03.23.45 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Dec 2012 03:23:46 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: TAKATSU Tomonari Subject: Re: svn commit: r308088 - head/mail/libpst Date: Sun, 02 Dec 2012 06:23:44 -0500 Message-ID: <2067599.aZpKqZiZHh@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <201212020252.qB22q32V058287@svn.freebsd.org> References: <201212020252.qB22q32V058287@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 02 Dec 2012 11:23:48 -0000 On Sunday, December 02, 2012 02:52:03 TAKATSU Tomonari wrote: > Author: tota > Date: Sun Dec 2 02:52:03 2012 > New Revision: 308088 > URL: http://svnweb.freebsd.org/changeset/ports/308088 > > Log: > - Update to 0.6.55 > - Convert to new Makefile header > - Add an entry to MASTER_SITES > - Add LICENSE > - Convert to new options framework > - Make use of PORTDOCS > - Remove specific ABI version number from LIB_DEPENDS > > PR: ports/174013 > Submitted by: tota (myself) > Approved by: maintainer > Feature safe: yes > > Modified: > head/mail/libpst/Makefile > head/mail/libpst/distinfo > head/mail/libpst/pkg-plist > > Modified: head/mail/libpst/Makefile > ============================================================================ > == --- head/mail/libpst/Makefile Sun Dec 2 02:43:54 2012 (r308087) > +++ head/mail/libpst/Makefile Sun Dec 2 02:52:03 2012 (r308088) > @@ -1,18 +1,17 @@ > -# New ports collection makefile for: libpst > -# Date created: 28 June 2002 > -# Whom: Nate Underwood > -# > +# Created by: Nate Underwood > # $FreeBSD$ > -# > > PORTNAME= libpst > -PORTVERSION= 0.6.53 > +PORTVERSION= 0.6.55 > CATEGORIES= mail converters > -MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ > +MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ > + http://fossies.org/unix/privat/ > > MAINTAINER= chifeng@gmail.com > COMMENT= A tool for converting Outlook .pst files to mbox and other formats > Leading indefinite article should be removed from COMMENT. > +LICENSE= GPLv2 > + > GNU_CONFIGURE= yes > USE_GMAKE= yes > USE_ICONV= yes > @@ -20,18 +19,23 @@ CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib -liconv > CONFIGURE_ARGS+= --disable-python > > -OPTIONS= PST2DII "allow Summation Document Image Information output" off > - > MAN1= lspst.1 pst2dii.1 pst2ldif.1 readpst.1 > MAN5= outlook.pst.5 > > +OPTIONS_DEFINE= DOCS PST2DII > +PST2DII_DESC= "allow Summation Document Image Information output" > + Descriptions should not have quotes. It would be nice to capitalize the first word also. > .include > > -.if defined(WITH_PST2DII) > +.if ${PORT_OPTIONS:MDOCS} > +PORTDOCS= * > +.endif > + PORTDOCS does not need to be wrapped with an .if statement. It can go before . -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team