From owner-svn-ports-all@FreeBSD.ORG Thu Sep 27 03:05:23 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 CC2B7106564A; Thu, 27 Sep 2012 03:05:23 +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 B79478FC08; Thu, 27 Sep 2012 03:05:23 +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 q8R35NF1040626; Thu, 27 Sep 2012 03:05:23 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8R35Nxw040624; Thu, 27 Sep 2012 03:05:23 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209270305.q8R35Nxw040624@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 27 Sep 2012 03:05:23 +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: r304945 - head/devel/p5-Devel-Mallinfo 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: Thu, 27 Sep 2012 03:05:23 -0000 Author: tabthorpe Date: Thu Sep 27 03:05:23 2012 New Revision: 304945 URL: http://svn.freebsd.org/changeset/ports/304945 Log: - Reassign to the heap due to mail bounces Modified: head/devel/p5-Devel-Mallinfo/Makefile Modified: head/devel/p5-Devel-Mallinfo/Makefile ============================================================================== --- head/devel/p5-Devel-Mallinfo/Makefile Thu Sep 27 02:57:50 2012 (r304944) +++ head/devel/p5-Devel-Mallinfo/Makefile Thu Sep 27 03:05:23 2012 (r304945) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Devel-Mallinfo -# Date created: 2011/08/25 -# Whom: Mosconi -# +# Created by: Mosconi # $FreeBSD$ -# PORTNAME= Devel-Mallinfo PORTVERSION= 11 @@ -11,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= mosconi.rmg@gmail.com.br +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module of mallinfo() memory statistics and more DEPRECATED= Does not work on FreeBSD, mallinfo() is a GNU libc function and is not available on FreeBSD