From owner-svn-ports-all@FreeBSD.ORG Sat Sep 22 17:23:08 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 DA645106566B; Sat, 22 Sep 2012 17:23:08 +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 ABDCB8FC0A; Sat, 22 Sep 2012 17:23:08 +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 q8MHN8kM008221; Sat, 22 Sep 2012 17:23:08 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8MHN8Kw008217; Sat, 22 Sep 2012 17:23:08 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209221723.q8MHN8Kw008217@svn.freebsd.org> From: Thomas Abthorpe Date: Sat, 22 Sep 2012 17:23:08 +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: r304701 - in head: editors/tweak multimedia/oggvideotools www/apache22-peruser-mpm 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: Sat, 22 Sep 2012 17:23:09 -0000 Author: tabthorpe Date: Sat Sep 22 17:23:08 2012 New Revision: 304701 URL: http://svn.freebsd.org/changeset/ports/304701 Log: - Reassign to the heap at maintainer's request Modified: head/editors/tweak/Makefile (contents, props changed) head/multimedia/oggvideotools/Makefile (contents, props changed) head/www/apache22-peruser-mpm/Makefile Modified: head/editors/tweak/Makefile ============================================================================== --- head/editors/tweak/Makefile Sat Sep 22 17:17:15 2012 (r304700) +++ head/editors/tweak/Makefile Sat Sep 22 17:23:08 2012 (r304701) @@ -1,6 +1,4 @@ -# Ports collection makefile for: tweak -# Date created: Sun Feb 15, 2009 -# Whom: Jille Timmermans (jille@quis.cx) +# Created by: Jille Timmermans (jille@quis.cx) # $FreeBSD$ PORTNAME= tweak @@ -8,7 +6,7 @@ PORTVERSION= 3.01 CATEGORIES= editors MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ -MAINTAINER= jille@quis.cx +MAINTAINER= ports@FreeBSD.org COMMENT= An efficient hex editor MAN1= tweak.1 Modified: head/multimedia/oggvideotools/Makefile ============================================================================== --- head/multimedia/oggvideotools/Makefile Sat Sep 22 17:17:15 2012 (r304700) +++ head/multimedia/oggvideotools/Makefile Sat Sep 22 17:23:08 2012 (r304701) @@ -1,6 +1,4 @@ -# Ports collection makefile for: oggvideotools -# Date created: Sat Feb 28, 2010 -# Whom: Jille Timmermans (jille@quis.cx) +# Created by: Jille Timmermans (jille@quis.cx) # $FreeBSD$ PORTNAME= oggvideotools @@ -10,7 +8,7 @@ CATEGORIES= multimedia MASTER_SITES= SF MASTER_SITE_SUBDIR= oggvideotools/oggvideotools/${DISTNAME} -MAINTAINER= jille@quis.cx +MAINTAINER= ports@FreeBSD.org COMMENT= A toolbox for manipulating Ogg video files LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ Modified: head/www/apache22-peruser-mpm/Makefile ============================================================================== --- head/www/apache22-peruser-mpm/Makefile Sat Sep 22 17:17:15 2012 (r304700) +++ head/www/apache22-peruser-mpm/Makefile Sat Sep 22 17:23:08 2012 (r304701) @@ -7,7 +7,7 @@ MASTERDIR= ${.CURDIR}/../apache22 -MAINTAINER= jille@quis.cx +MAINTAINER= ports@FreeBSD.org WITH_MPM= peruser