From owner-svn-ports-all@FreeBSD.ORG Fri Jun 28 20:59:12 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 8819034A; Fri, 28 Jun 2013 20:59:12 +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 60E901670; Fri, 28 Jun 2013 20:59:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SKxClI093656; Fri, 28 Jun 2013 20:59:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SKxB1b093653; Fri, 28 Jun 2013 20:59:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306282059.r5SKxB1b093653@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Jun 2013 20:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321986 - in head/editors: asedit axe xed 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 20:59:12 -0000 Author: bapt Date: Fri Jun 28 20:59:11 2013 New Revision: 321986 URL: http://svnweb.freebsd.org/changeset/ports/321986 Log: Convert to USES=imake While here trim headers and remove indefinite article Modified: head/editors/asedit/Makefile head/editors/axe/Makefile head/editors/xed/Makefile Modified: head/editors/asedit/Makefile ============================================================================== --- head/editors/asedit/Makefile Fri Jun 28 20:56:29 2013 (r321985) +++ head/editors/asedit/Makefile Fri Jun 28 20:59:11 2013 (r321986) @@ -1,10 +1,5 @@ -# New ports collection makefile for: asedit -# Date created: 28 Jul 1996 -# -# Whom: Andreas Kohout -# +# Created by: Andreas Kohout # $FreeBSD$ -# PORTNAME= asedit PORTVERSION= 1.3.2 @@ -17,8 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Text editor for X/Motif +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xmu xp xt XMKMF= xmkmf Modified: head/editors/axe/Makefile ============================================================================== --- head/editors/axe/Makefile Fri Jun 28 20:56:29 2013 (r321985) +++ head/editors/axe/Makefile Fri Jun 28 20:59:11 2013 (r321986) @@ -14,7 +14,7 @@ COMMENT= Simple to use text editor for X LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt ALL_TARGET= Xaw3d all MAN1= axe.1 axinfo.1 Modified: head/editors/xed/Makefile ============================================================================== --- head/editors/xed/Makefile Fri Jun 28 20:56:29 2013 (r321985) +++ head/editors/xed/Makefile Fri Jun 28 20:59:11 2013 (r321986) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xed -# Date created: 28 Jul 1996 -# Whom: shanee -# +# Created by: shanee # $FreeBSD$ -# PORTNAME= xed PORTVERSION= 1.3 @@ -15,9 +11,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A text editor for X +COMMENT= Text editor for X -USE_IMAKE= yes +USES= imake USE_XORG= xaw MAN1= xed.1