From owner-svn-ports-all@FreeBSD.ORG Sat Sep 22 03:00:29 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 61620106564A; Sat, 22 Sep 2012 03:00:29 +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 4B4B38FC0C; Sat, 22 Sep 2012 03:00:29 +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 q8M30Te9068855; Sat, 22 Sep 2012 03:00:29 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8M30Tp5068853; Sat, 22 Sep 2012 03:00:29 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209220300.q8M30Tp5068853@svn.freebsd.org> From: Thomas Abthorpe Date: Sat, 22 Sep 2012 03:00:29 +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: r304652 - head/devel/bcpp 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 03:00:29 -0000 Author: tabthorpe Date: Sat Sep 22 03:00:28 2012 New Revision: 304652 URL: http://svn.freebsd.org/changeset/ports/304652 Log: - Reassign to the due to mail bounces With hat: portmgr Modified: head/devel/bcpp/Makefile (contents, props changed) Modified: head/devel/bcpp/Makefile ============================================================================== --- head/devel/bcpp/Makefile Sat Sep 22 02:27:36 2012 (r304651) +++ head/devel/bcpp/Makefile Sat Sep 22 03:00:28 2012 (r304652) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bcpp -# Date created: 07 November 2001 -# Whom: Mike Buchanon -# +# Created by: Mike Buchanon # $FreeBSD$ -# PORTNAME= bcpp PORTVERSION= 20050725 @@ -11,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/bcpp/ EXTRACT_SUFX= .tgz -MAINTAINER= buchanon@msu.edu +MAINTAINER= ports@FreeBSD.org COMMENT= A utility similar to indent for C++ code WRKSRC= ${WRKDIR}/${DISTNAME}