Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 23:05:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322014 - in head/x11-clocks: asclock-xlib astzclock emiclock tclock wmclock wmtime xalarm xtimer
Message-ID:  <201306282305.r5SN5xNW033980@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jun 28 23:05:59 2013
New Revision: 322014
URL: http://svnweb.freebsd.org/changeset/ports/322014

Log:
  Convert to USES=imake

Modified:
  head/x11-clocks/asclock-xlib/Makefile
  head/x11-clocks/astzclock/Makefile
  head/x11-clocks/emiclock/Makefile
  head/x11-clocks/tclock/Makefile
  head/x11-clocks/wmclock/Makefile
  head/x11-clocks/wmtime/Makefile
  head/x11-clocks/xalarm/Makefile
  head/x11-clocks/xtimer/Makefile

Modified: head/x11-clocks/asclock-xlib/Makefile
==============================================================================
--- head/x11-clocks/asclock-xlib/Makefile	Fri Jun 28 23:01:51 2013	(r322013)
+++ head/x11-clocks/asclock-xlib/Makefile	Fri Jun 28 23:05:59 2013	(r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	asclock-xlib
-# Date created:		24 April 1999
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
+# Created by: Jun Kuriyama <kuriyama@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	asclock-xlib
 PORTVERSION=	2.0.11
@@ -19,7 +15,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 WRKSRC=		${WRKDIR}/asclock-xlib
 USE_XORG=	xpm x11
-USE_IMAKE=	YES
+USES=		imake
 
 .if !defined(BATCH) && !defined(PACKAGE_BUILDING)
 IS_INTERACTIVE=	YES

Modified: head/x11-clocks/astzclock/Makefile
==============================================================================
--- head/x11-clocks/astzclock/Makefile	Fri Jun 28 23:01:51 2013	(r322013)
+++ head/x11-clocks/astzclock/Makefile	Fri Jun 28 23:05:59 2013	(r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   astzclock
-# Date created:        3 August 2004
-# Whom:                Greg Lewis <glewis@FreeBSD.org>
-#
+# Created by: Greg Lewis <glewis@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	astzclock
 PORTVERSION=	1.0
@@ -14,7 +10,7 @@ MASTER_SITES=	http://www.eyesbeyond.com/
 MAINTAINER=	glewis@FreeBSD.org
 COMMENT=	Afterstep clock with some timezone extensions
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xpm
 MAN1=		astzclock.1
 PLIST_FILES=	bin/astzclock

Modified: head/x11-clocks/emiclock/Makefile
==============================================================================
--- head/x11-clocks/emiclock/Makefile	Fri Jun 28 23:01:51 2013	(r322013)
+++ head/x11-clocks/emiclock/Makefile	Fri Jun 28 23:05:59 2013	(r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	EmiClock
-# Date created:		15 March 1995
-# Whom:			Nobuhiro Yasutomi
-#
+# Created by: Nobuhiro Yasutomi
 # $FreeBSD$
-#
 
 PORTNAME=	emiclock
 PORTVERSION=	2.0.2
@@ -14,7 +10,7 @@ MASTER_SITES=	http://ftp.vector.co.jp/pa
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Hyper-animated face analog clock for X11
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAN1=		emiclock.1
 

Modified: head/x11-clocks/tclock/Makefile
==============================================================================
--- head/x11-clocks/tclock/Makefile	Fri Jun 28 23:01:51 2013	(r322013)
+++ head/x11-clocks/tclock/Makefile	Fri Jun 28 23:05:59 2013	(r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    tclock
-# Date created:		So   7 Feb 1999 20:50:43 MET
-# Whom:			Lars Koeller <lkoeller@cc.fh-lippe.de>
-#
+# Created by: Lars Koeller <lkoeller@cc.fh-lippe.de>
 # $FreeBSD$
-#
 
 PORTNAME=	tclock
 PORTVERSION=	1.0.1
@@ -17,7 +13,7 @@ MAINTAINER=	aehlig@linta.de
 COMMENT=	Transparent analog clock for x11
 
 NO_WRKSUBDIR=	yes
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 MAN1=		tclock.1
 PLIST_FILES=	bin/tclock

Modified: head/x11-clocks/wmclock/Makefile
==============================================================================
--- head/x11-clocks/wmclock/Makefile	Fri Jun 28 23:01:51 2013	(r322013)
+++ head/x11-clocks/wmclock/Makefile	Fri Jun 28 23:05:59 2013	(r322014)
@@ -9,9 +9,9 @@ MASTER_SITES=	http://www.bluestop.org/wm
 MASTER_SITE_SUBDIR=	distfiles
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A dockable clock applet for Window Maker
+COMMENT=	Dockable clock applet for Window Maker
 
-USE_IMAKE=	yes
+USES=		imake
 MAKE_JOBS_SAFE=	yes
 USE_XORG=	xpm
 MAN1=		wmclock.1

Modified: head/x11-clocks/wmtime/Makefile
==============================================================================
--- head/x11-clocks/wmtime/Makefile	Fri Jun 28 23:01:51 2013	(r322013)
+++ head/x11-clocks/wmtime/Makefile	Fri Jun 28 23:05:59 2013	(r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   wmtime
-# Date created:        1 July 1998
-# Whom:                Rich Neswold <rneswold@mcs.net>
-#
+# Created by: Rich Neswold <rneswold@mcs.net>
 # $FreeBSD$
-#
 
 PORTNAME=	wmtime
 PORTVERSION=	1.0b2
@@ -18,7 +14,7 @@ COMMENT=	Time/Date applet for WindowMake
 
 PLIST_FILES=	bin/wmtime
 WRKSRC=		${WRKDIR}/wmtime.app/wmtime
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xpm
 
 post-extract:

Modified: head/x11-clocks/xalarm/Makefile
==============================================================================
--- head/x11-clocks/xalarm/Makefile	Fri Jun 28 23:01:51 2013	(r322013)
+++ head/x11-clocks/xalarm/Makefile	Fri Jun 28 23:05:59 2013	(r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xalarm
-# Date created:		4 December 1996
-# Whom:			desmo@bandwidth.org
-#
+# Created by: desmo@bandwidth.org
 # $FreeBSD$
-#
 
 PORTNAME=	xalarm
 PORTVERSION=	3.06
@@ -13,17 +9,15 @@ MASTER_SITES=	${MASTER_SITE_XCONTRIB}
 MASTER_SITE_SUBDIR=	utilities
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An X based alarm clock
+COMMENT=	X based alarm clock
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 IS_INTERACTIVE=	yes
 
-.include <bsd.port.pre.mk>
-
 MAN1=		xalarm.1 xmemo.1 xfortune.1 xyow.1
 
 pre-install:
 	(cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad)
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/x11-clocks/xtimer/Makefile
==============================================================================
--- head/x11-clocks/xtimer/Makefile	Fri Jun 28 23:01:51 2013	(r322013)
+++ head/x11-clocks/xtimer/Makefile	Fri Jun 28 23:05:59 2013	(r322014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xtimer
-# Date created:		19 May 2000
-# Whom:			candy@kgc.co.jp
-#
+# Created by: candy@kgc.co.jp
 # $FreeBSD$
-#
 
 PORTNAME=	xtimer
 PORTVERSION=	0.8089
@@ -13,9 +9,9 @@ MASTER_SITES=	http://www.bsddiary.net/xt
 DISTNAME=	${PORTNAME}-8089
 
 MAINTAINER=	candy@kgc.co.jp
-COMMENT=	A simple digital timer for X11
+COMMENT=	Simple digital timer for X11
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAN1=		xtimer.1
 PLIST_FILES=	bin/xtimer



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