Date: Tue, 15 Sep 2015 16:29:08 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397003 - head/deskutils/pinot Message-ID: <201509151629.t8FGT85r075533@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509151629.t8FGT85r075533>