From owner-svn-ports-all@FreeBSD.ORG Wed Aug 29 20:10:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3AFB106566B; Wed, 29 Aug 2012 20:10:54 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 858B98FC1B; Wed, 29 Aug 2012 20:10:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7TKAsM4007655; Wed, 29 Aug 2012 20:10:54 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7TKAs8N007651; Wed, 29 Aug 2012 20:10:54 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201208292010.q7TKAs8N007651@svn.freebsd.org> From: Thierry Thomas Date: Wed, 29 Aug 2012 20:10:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303349 - head/deskutils/pinot X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 20:10:54 -0000 Author: thierry Date: Wed Aug 29 20:10:53 2012 New Revision: 303349 URL: http://svn.freebsd.org/changeset/ports/303349 Log: - Upgrade to 1.01 changelog at http://pinotdev.blogspot.sg/2012/08/pinot-101.html - Don't autodetect chmlib. Modified: head/deskutils/pinot/Makefile head/deskutils/pinot/distinfo (contents, props changed) head/deskutils/pinot/pkg-plist Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Wed Aug 29 19:28:46 2012 (r303348) +++ head/deskutils/pinot/Makefile Wed Aug 29 20:10:53 2012 (r303349) @@ -6,8 +6,7 @@ # PORTNAME= pinot -PORTVERSION= 1.0 -PORTREVISION= 4 +PORTVERSION= 1.01 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -63,8 +62,10 @@ CONFIGURE_ARGS+= --enable-debug=yes .if defined(WITH_CHMLIB) CONFIGURE_ARGS+= --enable-chmlib=yes +LIB_DEPENDS+= chm:${PORTSDIR}/misc/chmlib PLIST_SUB+= CHMLIB="" .else +CONFIGURE_ARGS+= --disable-chmlib PLIST_SUB+= CHMLIB="@comment " .endif Modified: head/deskutils/pinot/distinfo ============================================================================== --- head/deskutils/pinot/distinfo Wed Aug 29 19:28:46 2012 (r303348) +++ head/deskutils/pinot/distinfo Wed Aug 29 20:10:53 2012 (r303349) @@ -1,2 +1,2 @@ -SHA256 (pinot-1.0.tar.gz) = d1f5ac17022014c5a29ba1e6d95fc39bcf254338a4e0bfe84bf16558d219e2e2 -SIZE (pinot-1.0.tar.gz) = 1117465 +SHA256 (pinot-1.01.tar.gz) = a2a82009db05ca7abb4ffbd8baafa8fb820a7e961fd3cdcb21af46bb05eb57d4 +SIZE (pinot-1.01.tar.gz) = 1050430 Modified: head/deskutils/pinot/pkg-plist ============================================================================== --- head/deskutils/pinot/pkg-plist Wed Aug 29 19:28:46 2012 (r303348) +++ head/deskutils/pinot/pkg-plist Wed Aug 29 20:10:53 2012 (r303349) @@ -69,7 +69,6 @@ include/pinot/filters/HtmlFilter.h include/pinot/filters/HtmlParser.h include/pinot/filters/TextFilter.h include/pinot/filters/XmlFilter.h -include/pinot/unac/unac.h include/pinot/xdgmime/xdgmime.c include/pinot/xdgmime/xdgmime.h include/pinot/xdgmime/xdgmimealias.c @@ -163,7 +162,6 @@ share/locale/zh_TW/LC_MESSAGES/pinot.mo @dirrm lib/pinot/backends @dirrm lib/pinot @dirrm include/pinot/xdgmime -@dirrm include/pinot/unac @dirrm include/pinot/filters @dirrm include/pinot @dirrmtry etc/xdg/autostart