From owner-svn-ports-all@freebsd.org Wed Oct 4 20:40:23 2017 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 DB137E42330; Wed, 4 Oct 2017 20:40:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A2FB270F81; Wed, 4 Oct 2017 20:40:23 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94KeM9e032788; Wed, 4 Oct 2017 20:40:22 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94KeMrS032786; Wed, 4 Oct 2017 20:40:22 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710042040.v94KeMrS032786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 4 Oct 2017 20:40:22 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/textproc: p5-RTF-Parser rtf2html X-SVN-Commit-Revision: 451248 X-SVN-Commit-Repository: ports 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.23 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: Wed, 04 Oct 2017 20:40:24 -0000 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