Date: Wed, 7 Oct 2020 14:23:18 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551648 - head/textproc/rarian Message-ID: <202010071423.097ENIEX031278@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Wed Oct 7 14:23:18 2020 New Revision: 551648 URL: https://svnweb.freebsd.org/changeset/ports/551648 Log: Set LICENSE and WWW Also, remove outdated conflicts: scrollkeeper is gone. Modified: head/textproc/rarian/Makefile head/textproc/rarian/pkg-descr Modified: head/textproc/rarian/Makefile ============================================================================== --- head/textproc/rarian/Makefile Wed Oct 7 14:16:08 2020 (r551647) +++ head/textproc/rarian/Makefile Wed Oct 7 14:23:18 2020 (r551648) @@ -4,13 +4,19 @@ PORTNAME= rarian PORTVERSION= 0.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= OMF help system based on the Freedesktop specification +LICENSE= GPLv2+ LGPL21+ ZLIB +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.UTILS +LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB +LICENSE_FILE_ZLIB= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl \ bash:shells/bash \ docbook-xml>0:textproc/docbook-xml @@ -27,8 +33,6 @@ CONFIGURE_ARGS= --localstatedir=/var \ --with-convert-dir=${LOCALBASE}/share/omf INSTALL_TARGET= install-strip - -CONFLICTS= scrollkeeper-[0-9]* post-patch: @${REINPLACE_CMD} -e 's|/lib/rarian|/db/rarian|' \ Modified: head/textproc/rarian/pkg-descr ============================================================================== --- head/textproc/rarian/pkg-descr Wed Oct 7 14:16:08 2020 (r551647) +++ head/textproc/rarian/pkg-descr Wed Oct 7 14:23:18 2020 (r551648) @@ -7,3 +7,5 @@ Metadata Framework (OMF) and provides a simple API to to find, sort, and search the document catalog. It will also be able to communicate with catalog servers on the Net to search for documents which are not on the local system. + +WWW: https://rarian.freedesktop.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010071423.097ENIEX031278>