From owner-svn-ports-all@FreeBSD.ORG Mon Oct 1 15:33:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44958106564A; Mon, 1 Oct 2012 15:33:09 +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 2F4A48FC14; Mon, 1 Oct 2012 15:33:09 +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 q91FX9V1071012; Mon, 1 Oct 2012 15:33:09 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q91FX8ZG071010; Mon, 1 Oct 2012 15:33:08 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201210011533.q91FX8ZG071010@svn.freebsd.org> From: Thomas Abthorpe Date: Mon, 1 Oct 2012 15:33: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: r305134 - head/devel/p5-App-SVN-Bisect 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: Mon, 01 Oct 2012 15:33:09 -0000 Author: tabthorpe Date: Mon Oct 1 15:33:08 2012 New Revision: 305134 URL: http://svn.freebsd.org/changeset/ports/305134 Log: - Reassign to the heap at maintainer's request Modified: head/devel/p5-App-SVN-Bisect/Makefile Modified: head/devel/p5-App-SVN-Bisect/Makefile ============================================================================== --- head/devel/p5-App-SVN-Bisect/Makefile Mon Oct 1 15:32:11 2012 (r305133) +++ head/devel/p5-App-SVN-Bisect/Makefile Mon Oct 1 15:33:08 2012 (r305134) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-App-SVN-Bisect -# Date created: 5 Nov 2009 -# Whom: Rui Paulo -# +# Created by: Rui Paulo # $FreeBSD$ -# PORTNAME= App-SVN-Bisect PORTVERSION= 1.1 @@ -11,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= rpaulo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Binary search through svn revisions BUILD_DEPENDS= p5-IO-All>0:${PORTSDIR}/devel/p5-IO-All \