Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 20:40:22 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451248 - in head/textproc: p5-RTF-Parser rtf2html
Message-ID:  <201710042040.v94KeMrS032786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Oct  4 20:40:22 2017
New Revision: 451248
URL: https://svnweb.freebsd.org/changeset/ports/451248

Log:
  - Register conflicts
  - While here specify license of textproc/rtf2html
  
  Notified by:	rodrigo (conflicts scanner)

Modified:
  head/textproc/p5-RTF-Parser/Makefile
  head/textproc/rtf2html/Makefile

Modified: head/textproc/p5-RTF-Parser/Makefile
==============================================================================
--- head/textproc/p5-RTF-Parser/Makefile	Wed Oct  4 20:37:34 2017	(r451247)
+++ head/textproc/p5-RTF-Parser/Makefile	Wed Oct  4 20:40:22 2017	(r451248)
@@ -3,6 +3,7 @@
 
 PORTNAME=	RTF-Parser
 PORTVERSION=	1.12
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,6 +16,8 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-RTF-Tokenizer>=1.16:textproc/p5-RTF-Tokenizer
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+CONFLICTS_INSTALL=	rtf2html-[0-9]*
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/textproc/rtf2html/Makefile
==============================================================================
--- head/textproc/rtf2html/Makefile	Wed Oct  4 20:37:34 2017	(r451247)
+++ head/textproc/rtf2html/Makefile	Wed Oct  4 20:40:22 2017	(r451248)
@@ -3,11 +3,16 @@
 
 PORTNAME=	rtf2html
 DISTVERSION=	1.1b
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Simple rtf2html converter
+
+LICENSE=	BSD2CLAUSE
+
+CONFLICTS_INSTALL=	p5-RTF-Parser-[0-9]*
 
 PLIST_FILES=	bin/rtf2html
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710042040.v94KeMrS032786>