From owner-svn-ports-all@FreeBSD.ORG Fri Jun 28 22:34:16 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B51E118C; Fri, 28 Jun 2013 22:34:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 88FC41A3C; Fri, 28 Jun 2013 22:34:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SMYGNs024140; Fri, 28 Jun 2013 22:34:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SMYGQv024138; Fri, 28 Jun 2013 22:34:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306282234.r5SMYGQv024138@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Jun 2013 22:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322005 - in head/textproc: docbook-to-man mgdiff X-SVN-Group: ports-head 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.14 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: Fri, 28 Jun 2013 22:34:16 -0000 Author: bapt Date: Fri Jun 28 22:34:15 2013 New Revision: 322005 URL: http://svnweb.freebsd.org/changeset/ports/322005 Log: Convert to USES=imake Trim headers Remove indefinite article Modified: head/textproc/docbook-to-man/Makefile head/textproc/mgdiff/Makefile Modified: head/textproc/docbook-to-man/Makefile ============================================================================== --- head/textproc/docbook-to-man/Makefile Fri Jun 28 22:32:28 2013 (r322004) +++ head/textproc/docbook-to-man/Makefile Fri Jun 28 22:34:15 2013 (r322005) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnupg-devel -# Date created: 5 Oct 2001 -# Whom: Cyrille Lefevre -# +# Created by: Cyrille Lefevre # $FreeBSD$ -# PORTNAME= docbook-to-man PORTVERSION= 1.0 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.oasis-open.org/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A DocBook SGML DTD into nroff/troff -man macros converter +COMMENT= DocBook SGML DTD into nroff/troff -man macros converter # Global variables # @@ -24,7 +20,7 @@ RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc .endif RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook -USE_IMAKE= yes +USES= imake XFREE86_HTML_MAN= no MAN1= oinstant.1 Modified: head/textproc/mgdiff/Makefile ============================================================================== --- head/textproc/mgdiff/Makefile Fri Jun 28 22:32:28 2013 (r322004) +++ head/textproc/mgdiff/Makefile Fri Jun 28 22:34:15 2013 (r322005) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mgdiff -# Date created: 22 October 1996 -# Whom: andreas@marvin.robin.de -# +# Created by: andreas@marvin.robin.de # $FreeBSD$ -# PORTNAME= mgdiff PORTVERSION= 1.0 @@ -14,10 +10,10 @@ MASTER_SITE_SUBDIR= applications DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical front end to the Unix diff command +COMMENT= Graphical front end to the Unix diff command +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xmu xp xt MAN1= mgdiff.1