From owner-svn-ports-all@FreeBSD.ORG Sat Sep 22 05:32:27 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 D2AC11065670; Sat, 22 Sep 2012 05:32:27 +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 A4E358FC1A; Sat, 22 Sep 2012 05:32:27 +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 q8M5WRcf095663; Sat, 22 Sep 2012 05:32:27 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8M5WRxS095659; Sat, 22 Sep 2012 05:32:27 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209220532.q8M5WRxS095659@svn.freebsd.org> From: Thomas Abthorpe Date: Sat, 22 Sep 2012 05:32:27 +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: r304663 - in head: devel/jrtplib ftp/bbftp x11/xcalib 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 05:32:27 -0000 Author: tabthorpe Date: Sat Sep 22 05:32:27 2012 New Revision: 304663 URL: http://svn.freebsd.org/changeset/ports/304663 Log: - Reassign to the heap at the maintainer's request Modified: head/devel/jrtplib/Makefile (contents, props changed) head/ftp/bbftp/Makefile (contents, props changed) head/x11/xcalib/Makefile (contents, props changed) Modified: head/devel/jrtplib/Makefile ============================================================================== --- head/devel/jrtplib/Makefile Sat Sep 22 05:18:20 2012 (r304662) +++ head/devel/jrtplib/Makefile Sat Sep 22 05:32:27 2012 (r304663) @@ -1,16 +1,12 @@ -# New ports collection makefile for: jrtplib -# Date created: 4 March 2003 -# Whom: Petr Holub -# +# Created by: Petr Holub # $FreeBSD$ -# PORTNAME= jrtplib PORTVERSION= 3.7.1 CATEGORIES= devel MASTER_SITES= http://research.edm.uhasselt.be/jori/jrtplib/ -MAINTAINER= hopet@ics.muni.cz +MAINTAINER= ports@FreeBSD.org COMMENT= Object-oriented RTP library written in C++ USE_AUTOTOOLS= libtool Modified: head/ftp/bbftp/Makefile ============================================================================== --- head/ftp/bbftp/Makefile Sat Sep 22 05:18:20 2012 (r304662) +++ head/ftp/bbftp/Makefile Sat Sep 22 05:32:27 2012 (r304663) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbftp -# Date created: 6 June 2006 -# Whom: Petr Holub -# +# Created by: Petr Holub # $FreeBSD$ -# PORTNAME= bbftp PORTVERSION= 3.0.2 @@ -11,7 +7,7 @@ CATEGORIES= ftp MASTER_SITES= http://doc.in2p3.fr/bbftp/dist/ \ http://ftp.riken.go.jp/pub/net/bbftp/ -MAINTAINER= hopet@ics.muni.cz +MAINTAINER= ports@FreeBSD.org COMMENT= Multiple stream file transfer protocol optimized for large files USE_GMAKE= yes Modified: head/x11/xcalib/Makefile ============================================================================== --- head/x11/xcalib/Makefile Sat Sep 22 05:18:20 2012 (r304662) +++ head/x11/xcalib/Makefile Sat Sep 22 05:32:27 2012 (r304663) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcalib -# Date created: 5 April 2005 -# Whom: Petr Holub -# +# Created by: Petr Holub # $FreeBSD$ -# PORTNAME= xcalib PORTVERSION= 0.8 @@ -11,7 +7,7 @@ CATEGORIES= x11 graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-source-${PORTVERSION} -MAINTAINER= hopet@ics.muni.cz +MAINTAINER= ports@FreeBSD.org COMMENT= A program for display calibration of X11-Servers with ICC profiles WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}