svn commit: r551648 - head/textproc/rarian

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Oct 7 14:23:19 UTC 2020


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 at 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/


More information about the svn-ports-all mailing list