From owner-svn-ports-all@freebsd.org Tue Sep 15 16:29:09 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CBE3A04773; Tue, 15 Sep 2015 16:29:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53EB61CDF; Tue, 15 Sep 2015 16:29:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8FGT96m075535; Tue, 15 Sep 2015 16:29:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8FGT85r075533; Tue, 15 Sep 2015 16:29:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509151629.t8FGT85r075533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 15 Sep 2015 16:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397003 - head/deskutils/pinot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 15 Sep 2015 16:29:09 -0000 Author: amdmi3 Date: Tue Sep 15 16:29:08 2015 New Revision: 397003 URL: https://svnweb.freebsd.org/changeset/ports/397003 Log: - Switch to USES=libarchive as suggested by stage-qa - Switch to options helpers - Add missing files to plist Approved by: portmgr blanket Modified: head/deskutils/pinot/Makefile head/deskutils/pinot/pkg-plist Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Tue Sep 15 16:28:40 2015 (r397002) +++ head/deskutils/pinot/Makefile Tue Sep 15 16:29:08 2015 (r397003) @@ -46,7 +46,7 @@ CONFIGURE_ENV= MKDIR_P="${MKDIR}" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= gettext libtool pkgconfig python shebangfix +USES= gettext libarchive libtool pkgconfig python shebangfix USE_OPENSSL= yes USE_SQLITE= 3 USE_XORG= pixman @@ -94,6 +94,8 @@ pre-configure: post-install: ${TOUCH} ${STAGEDIR}${DATADIR}/stopwords/.empty_file + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/deskutils/pinot/pkg-plist ============================================================================== --- head/deskutils/pinot/pkg-plist Tue Sep 15 16:28:40 2015 (r397002) +++ head/deskutils/pinot/pkg-plist Tue Sep 15 16:29:08 2015 (r397003) @@ -70,12 +70,19 @@ include/pinot/filters/HtmlFilter.h include/pinot/filters/HtmlParser.h include/pinot/filters/TextFilter.h include/pinot/filters/XmlFilter.h +include/pinot/xdgmime/xdgmime.c include/pinot/xdgmime/xdgmime.h +include/pinot/xdgmime/xdgmimealias.c include/pinot/xdgmime/xdgmimealias.h +include/pinot/xdgmime/xdgmimecache.c include/pinot/xdgmime/xdgmimecache.h +include/pinot/xdgmime/xdgmimeglob.c include/pinot/xdgmime/xdgmimeglob.h +include/pinot/xdgmime/xdgmimeint.c include/pinot/xdgmime/xdgmimeint.h +include/pinot/xdgmime/xdgmimemagic.c include/pinot/xdgmime/xdgmimemagic.h +include/pinot/xdgmime/xdgmimeparent.c include/pinot/xdgmime/xdgmimeparent.h lib/pinot/backends/libxapianbackend.so lib/pinot/backends/libxapianbackend.so.1