From owner-svn-ports-head@FreeBSD.ORG Wed Oct 10 17:20:50 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A81CB7D; Wed, 10 Oct 2012 17:20:50 +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 3380A8FC08; Wed, 10 Oct 2012 17:20:50 +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 q9AHKorC069159; Wed, 10 Oct 2012 17:20:50 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9AHKoTH069156; Wed, 10 Oct 2012 17:20:50 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201210101720.q9AHKoTH069156@svn.freebsd.org> From: Thomas Abthorpe Date: Wed, 10 Oct 2012 17:20:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305673 - head/net/pchar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 17:20:50 -0000 X-List-Received-Date: Wed, 10 Oct 2012 17:20:50 -0000 Author: tabthorpe Date: Wed Oct 10 17:20:49 2012 New Revision: 305673 URL: http://svn.freebsd.org/changeset/ports/305673 Log: - Reassign to the heap at maintainer's request Modified: head/net/pchar/Makefile (contents, props changed) Modified: head/net/pchar/Makefile ============================================================================== --- head/net/pchar/Makefile Wed Oct 10 16:56:07 2012 (r305672) +++ head/net/pchar/Makefile Wed Oct 10 17:20:49 2012 (r305673) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pchar -# Date created: Wed Nov 03, 1999 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Whom: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= pchar PORTVERSION= 1.5 @@ -13,7 +8,7 @@ MASTER_SITES= http://www.kitchenlab.org/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bmah -MAINTAINER= bmah@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sandia Internet path characterization tool GNU_CONFIGURE= yes