From owner-svn-ports-head@FreeBSD.ORG Sat Nov 22 08:05:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9060B09; Sat, 22 Nov 2014 08:05:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C582BC3; Sat, 22 Nov 2014 08:05:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAM85XM1008280; Sat, 22 Nov 2014 08:05:33 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAM85X56008278; Sat, 22 Nov 2014 08:05:33 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201411220805.sAM85X56008278@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 22 Nov 2014 08:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373037 - head/textproc/heirloom-doctools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2014 08:05:34 -0000 Author: hrs Date: Sat Nov 22 08:05:32 2014 New Revision: 373037 URL: https://svnweb.freebsd.org/changeset/ports/373037 QAT: https://qat.redports.org/buildarchive/r373037/ Log: - Add LICENSE. - Mark CONFLICTS with libotf. PR: 194984 Modified: head/textproc/heirloom-doctools/Makefile head/textproc/heirloom-doctools/pkg-descr Modified: head/textproc/heirloom-doctools/Makefile ============================================================================== --- head/textproc/heirloom-doctools/Makefile Sat Nov 22 07:56:42 2014 (r373036) +++ head/textproc/heirloom-doctools/Makefile Sat Nov 22 08:05:32 2014 (r373037) @@ -1,8 +1,8 @@ -# Created by: Hiroki Sato # $FreeBSD$ PORTNAME= heirloom-doctools PORTVERSION= 0.0.080407 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/heirloom/${PORTNAME}/080407 DISTNAME= ${PORTNAME}-${PORTVERSION:S,0.0.,,} @@ -10,6 +10,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,0. MAINTAINER= hrs@FreeBSD.org COMMENT= Portable and enhanced troff, nroff, and related utilities +LICENSE= CDDL + +CONFLICTS= libotf-[0-9]* + USES= gmake tar:bzip2 ALL_TARGET= #empty MAKE_ENV+= INSTALL=${INSTALL} \ Modified: head/textproc/heirloom-doctools/pkg-descr ============================================================================== --- head/textproc/heirloom-doctools/pkg-descr Sat Nov 22 07:56:42 2014 (r373036) +++ head/textproc/heirloom-doctools/pkg-descr Sat Nov 22 08:05:32 2014 (r373037) @@ -4,4 +4,4 @@ terminals and printers. They are portab the utilities released by Sun as part of OpenSolaris, and, for pic, grap, mpm, and some minor parts, by Lucent as part of Plan 9. -WWW: http://heirloom.sourceforge.net/ +WWW: http://heirloom.sourceforge.net/