From owner-svn-ports-all@FreeBSD.ORG Sun Sep 30 03:40:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4C4A106564A; Sun, 30 Sep 2012 03:40:45 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8E3AB8FC12; Sun, 30 Sep 2012 03:40:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8U3ejeG052358; Sun, 30 Sep 2012 03:40:45 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8U3ej01052351; Sun, 30 Sep 2012 03:40:45 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209300340.q8U3ej01052351@svn.freebsd.org> From: Thomas Abthorpe Date: Sun, 30 Sep 2012 03:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305062 - in head: benchmarks/xengine games/xbloody sysutils/xloadface x11-clocks/mouseclock x11/lupe X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 30 Sep 2012 03:40:45 -0000 Author: tabthorpe Date: Sun Sep 30 03:40:44 2012 New Revision: 305062 URL: http://svn.freebsd.org/changeset/ports/305062 Log: - Reassign to the heap due to mail bounces Modified: head/benchmarks/xengine/Makefile (contents, props changed) head/games/xbloody/Makefile (contents, props changed) head/sysutils/xloadface/Makefile (contents, props changed) head/x11-clocks/mouseclock/Makefile (contents, props changed) head/x11/lupe/Makefile (contents, props changed) Modified: head/benchmarks/xengine/Makefile ============================================================================== --- head/benchmarks/xengine/Makefile Sun Sep 30 03:35:28 2012 (r305061) +++ head/benchmarks/xengine/Makefile Sun Sep 30 03:40:44 2012 (r305062) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xengine -# Date created: 17 January 1997 -# Whom: FURUSAWA,Kazuhisa -# +# Created by: FURUSAWA,Kazuhisa # $FreeBSD$ -# PORTNAME= xengine PORTVERSION= 1.0.1 @@ -14,7 +10,7 @@ DISTFILES= part01.gz patch1.gz PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below -MAINTAINER= kazu@jp.freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Reciprocating engine for X EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils Modified: head/games/xbloody/Makefile ============================================================================== --- head/games/xbloody/Makefile Sun Sep 30 03:35:28 2012 (r305061) +++ head/games/xbloody/Makefile Sun Sep 30 03:40:44 2012 (r305062) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbloody -# Date created: 10 February 1998 -# Whom: FURUSAWA,Kazuhisa -# +# Created by: FURUSAWA,Kazuhisa # $FreeBSD$ -# PORTNAME= xbloody PORTVERSION= 1.00 @@ -12,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://www.kazu.kz/freebsd/ DISTNAME= ${PORTNAME} -MAINTAINER= kazu@jp.freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Knife on X NO_WRKSUBDIR= yes Modified: head/sysutils/xloadface/Makefile ============================================================================== --- head/sysutils/xloadface/Makefile Sun Sep 30 03:35:28 2012 (r305061) +++ head/sysutils/xloadface/Makefile Sun Sep 30 03:40:44 2012 (r305062) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xloadface -# Date created: 4 February 1998 -# Whom: FURUSAWA,Kazuhisa -# +# Created by: FURUSAWA,Kazuhisa # $FreeBSD$ -# PORTNAME= xloadface PORTVERSION= 1.6.1 @@ -11,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.kazu.kz/freebsd/ -MAINTAINER= kazu@jp.freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Network load monitor for X11 BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf Modified: head/x11-clocks/mouseclock/Makefile ============================================================================== --- head/x11-clocks/mouseclock/Makefile Sun Sep 30 03:35:28 2012 (r305061) +++ head/x11-clocks/mouseclock/Makefile Sun Sep 30 03:40:44 2012 (r305062) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mouseclock -# Date created: 26 August 1997 -# Whom: FURUSAWA, Kazuhisa -# +# Created by: FURUSAWA, Kazuhisa # $FreeBSD$ -# PORTNAME= mouseclock PORTVERSION= 1.0 @@ -12,7 +8,7 @@ CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/clocks -MAINTAINER= kazu@jp.freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Display the current time using the X root cursor USE_GMAKE= yes Modified: head/x11/lupe/Makefile ============================================================================== --- head/x11/lupe/Makefile Sun Sep 30 03:35:28 2012 (r305061) +++ head/x11/lupe/Makefile Sun Sep 30 03:40:44 2012 (r305062) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lupe -# Date created: 4 February 1998 -# Whom: FURUSAWA,Kazuhisa -# +# Created by: FURUSAWA,Kazuhisa # $FreeBSD$ -# PORTNAME= lupe PORTVERSION= 0.08c @@ -11,7 +7,7 @@ CATEGORIES= x11 accessibility MASTER_SITES= http://www.oersted.co.jp/~yav/soft/ DISTNAME= lupe008c -MAINTAINER= kazu@jp.freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Real-time magnifying glass for X11 WRKSRC= ${WRKDIR}/lupe