svn commit: r321975 - in head/comms: ibp seyon viewfax

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 18:37:21 UTC 2013


Author: bapt
Date: Fri Jun 28 18:37:20 2013
New Revision: 321975
URL: http://svnweb.freebsd.org/changeset/ports/321975

Log:
  Convert to USES=imake

Modified:
  head/comms/ibp/Makefile
  head/comms/seyon/Makefile
  head/comms/viewfax/Makefile

Modified: head/comms/ibp/Makefile
==============================================================================
--- head/comms/ibp/Makefile	Fri Jun 28 18:32:25 2013	(r321974)
+++ head/comms/ibp/Makefile	Fri Jun 28 18:37:20 2013	(r321975)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ibp
-# Date created:				3 August 2008
-# Whom:					Diane Bruce <db at db.net>
-#
+# Created by: Diane Bruce <db at db.net>
 # $FreeBSD$
-#
 
 PORTNAME=	ibp
 PORTVERSION=	0.21
@@ -17,7 +13,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	db at FreeBSD.org
 COMMENT=	A little program for monitoring amateur radio beacons
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11
 
 PLIST_FILES=	bin/ibp

Modified: head/comms/seyon/Makefile
==============================================================================
--- head/comms/seyon/Makefile	Fri Jun 28 18:32:25 2013	(r321974)
+++ head/comms/seyon/Makefile	Fri Jun 28 18:37:20 2013	(r321975)
@@ -13,7 +13,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Communications package for the X Window system
 
 WRKSRC=		${WRKDIR}/seyon
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext xpm xmu xaw xt sm ice
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/comms/viewfax/Makefile
==============================================================================
--- head/comms/viewfax/Makefile	Fri Jun 28 18:32:25 2013	(r321974)
+++ head/comms/viewfax/Makefile	Fri Jun 28 18:37:20 2013	(r321975)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    viewfax
-# Date created:         16 sept 1995
-# Whom:                 jmz
-#
+# Created by: jmz
 # $FreeBSD$
-#
 
 PORTNAME=	viewfax
 PORTVERSION=	2.6
@@ -15,7 +11,7 @@ MASTER_SITES=	ftp://ftp.ping.de/pub/unix
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Display files containing g3 and/or g4 coded fax pages
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 
 PLIST_FILES=	bin/viewfax lib/viewfax.tif


More information about the svn-ports-all mailing list