Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2012 14:45:17 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305130 - in head: biology/ariadne biology/artemis biology/belvu biology/blast biology/blat biology/dotter biology/embassy biology/emboss biology/fasta3 biology/finchtv biology/hmmer bi...
Message-ID:  <201210011445.q91EjH4P064628@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Mon Oct  1 14:45:16 2012
New Revision: 305130
URL: http://svn.freebsd.org/changeset/ports/305130

Log:
  - Reassign to the heap at maintainer's request

Modified:
  head/biology/ariadne/Makefile   (contents, props changed)
  head/biology/artemis/Makefile   (contents, props changed)
  head/biology/belvu/Makefile   (contents, props changed)
  head/biology/blast/Makefile   (contents, props changed)
  head/biology/blat/Makefile   (contents, props changed)
  head/biology/dotter/Makefile   (contents, props changed)
  head/biology/embassy/Makefile   (contents, props changed)
  head/biology/emboss/Makefile   (contents, props changed)
  head/biology/fasta3/Makefile   (contents, props changed)
  head/biology/finchtv/Makefile   (contents, props changed)
  head/biology/hmmer/Makefile   (contents, props changed)
  head/biology/jalview/Makefile   (contents, props changed)
  head/biology/lagan/Makefile   (contents, props changed)
  head/biology/ncbi-toolkit/Makefile   (contents, props changed)
  head/biology/p5-bioperl/Makefile   (contents, props changed)
  head/biology/primer3/Makefile   (contents, props changed)
  head/biology/seaview/Makefile   (contents, props changed)
  head/biology/ssaha/Makefile   (contents, props changed)
  head/biology/t_coffee/Makefile   (contents, props changed)
  head/biology/treeviewx/Makefile   (contents, props changed)
  head/databases/p5-DBIx-Class-ResultSet-HashRef/Makefile   (contents, props changed)
  head/devel/autodia/Makefile   (contents, props changed)
  head/devel/p5-Class-AutoClass/Makefile   (contents, props changed)
  head/devel/p5-Data-Stag/Makefile   (contents, props changed)
  head/graphics/p5-GD-Graph-histogram/Makefile   (contents, props changed)
  head/graphics/p5-GD-SVG/Makefile   (contents, props changed)
  head/graphics/p5-SVG-Graph/Makefile   (contents, props changed)
  head/graphics/p5-SpringGraph/Makefile   (contents, props changed)
  head/mail/gkrellmmailwatch2/Makefile   (contents, props changed)
  head/mail/nmzmail/Makefile   (contents, props changed)
  head/math/p5-Math-Derivative/Makefile   (contents, props changed)
  head/math/p5-Math-Spline/Makefile   (contents, props changed)
  head/net/sntop/Makefile   (contents, props changed)
  head/print/jabref/Makefile   (contents, props changed)
  head/print/latexmk/Makefile   (contents, props changed)
  head/science/checkmol/Makefile   (contents, props changed)
  head/science/mol2ps/Makefile   (contents, props changed)
  head/textproc/p5-Text-Markdown/Makefile   (contents, props changed)
  head/www/p5-CGI-Expand/Makefile
  head/www/p5-CGI-FormBuilder/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Controller-BindLex/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-FormBuilder/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-Params-Nested/Makefile
  head/www/p5-Catalyst-Plugin-Scheduler/Makefile   (contents, props changed)
  head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
  head/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile   (contents, props changed)
  head/www/p5-Template-Plugin-Markdown/Makefile   (contents, props changed)

Modified: head/biology/ariadne/Makefile
==============================================================================
--- head/biology/ariadne/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/ariadne/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ariadne
-# Date created:		10 Jun 2004
-# Whom:	      		Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	ariadne
 PORTVERSION=	1.3
@@ -11,7 +7,7 @@ CATEGORIES=	biology
 MASTER_SITES=	http://www.well.ox.ac.uk/ariadne/
 EXTRACT_SUFX=	.tar.Z
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Programs to compare protein sequences and profiles
 
 WRKSRC=		${WRKDIR}/SRC-${PORTVERSION}

Modified: head/biology/artemis/Makefile
==============================================================================
--- head/biology/artemis/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/artemis/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	artemis
-# Date created:				10 Nov 2001
-# Whom:					camson@bilateral.com.au
-#
+# Created by: camson@bilateral.com.au
 # $FreeBSD$
-#
 
 PORTNAME=	artemis
 PORTVERSION=	9
@@ -13,7 +9,7 @@ MASTER_SITES=	http://www.sanger.ac.uk/So
 		ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis/v${PORTVERSION}/
 DISTNAME=	artemis_compiled_v${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A DNA sequence viewer and annotation tool
 
 WRKSRC=		${WRKDIR}/${PORTNAME}

Modified: head/biology/belvu/Makefile
==============================================================================
--- head/biology/belvu/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/belvu/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	belvu
-# Date created:				11 Jan 2006
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	belvu
 PORTVERSION=	2.29
@@ -14,7 +9,7 @@ DISTNAME=	${PORTNAME}.LIN_32bit_${PORTVE
 EXTRACT_SUFX=	#
 EXTRACT_ONLY=	#
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A viewer for multiple sequence alignments
 
 USE_LINUX=	yes

Modified: head/biology/blast/Makefile
==============================================================================
--- head/biology/blast/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/blast/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	WU BLAST
-# Date created:				27 May 2004
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	wu-blast
 PORTVERSION=	2.0
@@ -13,7 +8,7 @@ CATEGORIES=	biology
 MASTER_SITES=	#
 EXTRACT_SUFX=	.tar.Z
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	WU BLAST, a software package for sequence similarity searches
 
 # Distfiles change rapidly, but since they can only be downloaded from

Modified: head/biology/blat/Makefile
==============================================================================
--- head/biology/blat/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/blat/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	blat
-# Date created:		08 Dec 2005
-# Whom:	      		Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	blat
 PORTVERSION=	34
@@ -12,7 +7,7 @@ CATEGORIES=	biology
 MASTER_SITES=	http://www.soe.ucsc.edu/~kent/src/
 DISTNAME=	${PORTNAME}Src${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A fast tool for local sequence similarity searches
 
 USE_ZIP=	yes

Modified: head/biology/dotter/Makefile
==============================================================================
--- head/biology/dotter/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/dotter/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	dotter
-# Date created:				11 Jan 2006
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by:  Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	dotter
 PORTVERSION=	20021204 # last modified date in FTP server
@@ -16,7 +11,7 @@ EXTRACT_SUFX=	#
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 EXTRACT_ONLY=	#
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A viewer for multiple sequence alignments
 
 USE_LINUX=	yes

Modified: head/biology/embassy/Makefile
==============================================================================
--- head/biology/embassy/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/embassy/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	embassy
-# Date created:		1.November.2004
-# Whom:	      		Fernan Aguero <fernan@iib.unsamn.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsamn.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	embassy
 PORTVERSION=	6.2.0
@@ -13,7 +8,7 @@ CATEGORIES=	biology
 MASTER_SITES=	ftp://emboss.open-bio.org/pub/EMBOSS/
 DIST_SUBDIR=	emboss
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A collection of contributed EMBOSS applications
 
 LIB_DEPENDS=	nucleus.6:${PORTSDIR}/biology/emboss

Modified: head/biology/emboss/Makefile
==============================================================================
--- head/biology/emboss/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/emboss/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	emboss
-# Date created:		31 July 2000
-# Whom:	      		Johann Visagie <johann@egenetics.com>
-#
+# Created by: Johann Visagie <johann@egenetics.com>
 # $FreeBSD$
-#
 
 PORTNAME=	emboss
 PORTVERSION=	6.2.0
@@ -14,7 +10,7 @@ MASTER_SITES=	ftp://emboss.open-bio.org/
 DISTNAME=	${RELEASE}
 DIST_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A collection of open source tools for genetic sequence analysis
 
 BUILD_DEPENDS=	clustalw:${PORTSDIR}/biology/clustalw \

Modified: head/biology/fasta3/Makefile
==============================================================================
--- head/biology/fasta3/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/fasta3/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	fasta3
-# Date created:		29 January 2001
-# Whom:	      		Johann Visagie <johann@egenetics.com>
-#
+# Created by: Johann Visagie <johann@egenetics.com>
 # $FreeBSD$
-#
 
 PORTNAME=	fasta3
 PORTVERSION=	36.3.2
@@ -12,7 +7,7 @@ CATEGORIES=	biology
 MASTER_SITES=	http://faculty.virginia.edu/wrpearson/fasta/fasta36/
 DISTNAME=	fasta-${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A collection of programs for searching DNA and protein databases
 
 NO_CDROM=	May not be sold or incorporated into a commercial product

Modified: head/biology/finchtv/Makefile
==============================================================================
--- head/biology/finchtv/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/finchtv/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	FinchTV
-# Date created:		10 Aug 2004
-# Whom:	      		Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	finchtv
 PORTVERSION=	1.3.1
@@ -12,7 +7,7 @@ CATEGORIES=	biology
 MASTER_SITES=	http://www.geospiza.com/finchtv/download/programs/linux/
 DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/g}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A chromatogram trace viewer
 
 USE_LINUX?=	yes

Modified: head/biology/hmmer/Makefile
==============================================================================
--- head/biology/hmmer/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/hmmer/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,16 +1,12 @@
-# New ports collection Makefile for: hmmer
-# Date created:		June 29 1998
-# Whom:			barnhart@genetics.wustl.edu
-#
+# Created by: barnhart@genetics.wustl.edu
 # $FreeBSD$
-#
 
 PORTNAME=	hmmer
 PORTVERSION=	2.3.2
 CATEGORIES=	biology
 MASTER_SITES=	ftp://selab.janelia.org/pub/software/hmmer/CURRENT/
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Profile hidden Markov models for biological sequence analysis
 
 GNU_CONFIGURE=	yes

Modified: head/biology/jalview/Makefile
==============================================================================
--- head/biology/jalview/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/jalview/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	jalview
-# Date created:				11 Jan 2006
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	jalview
 PORTVERSION=	2.07
@@ -12,7 +8,7 @@ CATEGORIES=	biology java
 MASTER_SITES=	http://www.jalview.org/source/
 DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A viewer and editor for multiple sequence alignments
 
 USE_JAVA=	yes

Modified: head/biology/lagan/Makefile
==============================================================================
--- head/biology/lagan/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/lagan/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	lagan
-# Date created:		07 Dec 2005
-# Whom:	      		Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	lagan
 PORTVERSION=	1.2
@@ -11,7 +7,7 @@ CATEGORIES=	biology
 MASTER_SITES=	http://lagan.stanford.edu/lagan_web/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Efficient tools for large-scale multiple alignments of genomic DNA
 
 LAGAN_DIR=	${PREFIX}/${PORTNAME}

Modified: head/biology/ncbi-toolkit/Makefile
==============================================================================
--- head/biology/ncbi-toolkit/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/ncbi-toolkit/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	NCBI
-# Date created:         03 April 2000
-# Whom:                 tonym
-#
+# Created by: tonym
 # $FreeBSD$
-#
 
 PORTNAME=	ncbi-toolkit
 PORTVERSION=	2009.03.01	# containing BLAST v2.2.19
@@ -14,7 +9,7 @@ MASTER_SITES=	ftp://ftp.ncbi.nih.gov/too
 DISTNAME=	ncbi
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	NCBI development toolkit, including BLAST 2 and GenBank/Entrez support
 
 USE_MOTIF=	yes

Modified: head/biology/p5-bioperl/Makefile
==============================================================================
--- head/biology/p5-bioperl/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/p5-bioperl/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-bioperl
-# Date created:		28 July 2000
-# Whom:	      		Johann Visagie <johann@egenetics.com>
-#
+# Created by: Johann Visagie <johann@egenetics.com>
 # $FreeBSD$
-#
 
 PORTNAME=	bioperl
 PORTVERSION=	1.6.1
@@ -14,7 +10,7 @@ MASTER_SITES=	http://bioperl.org/DIST/ \
 PKGNAMEPREFIX=	p5-
 DISTNAME=	BioPerl-${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A collection of Perl modules for bioinformatics
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/${PERL_VERSION}/Text/Wrap.pm:${PORTSDIR}/lang/${PERL_PORT} \

Modified: head/biology/primer3/Makefile
==============================================================================
--- head/biology/primer3/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/primer3/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:	primer3
-# Date created:				25 February 2002
-# Whom:					Tony Maher <tonym@biolateral.com.au>
-#
+# Created by: Tony Maher <tonym@biolateral.com.au>
 # $FreeBSD$
-#
 
 PORTNAME=	primer3
 PORTVERSION=	1.1.4
 CATEGORIES=	biology
 MASTER_SITES=	SF
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Primer3 helps to choose primers for PCR reactions
 
 USE_GMAKE=	yes

Modified: head/biology/seaview/Makefile
==============================================================================
--- head/biology/seaview/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/seaview/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection Makefile for: seaview
-# Date created:         Dec 5 1997
-# Whom:                 frankch@waru.life.nthu.edu.tw
-#
+# Created by: frankch@waru.life.nthu.edu.tw
 # $FreeBSD$
-#
 
 PORTNAME=	seaview
 PORTVERSION=	2006.02.13
@@ -14,7 +9,7 @@ MASTER_SITES=	ftp://pbil.univ-lyon1.fr/p
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
 EXTRACT_SUFX=	.tar
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Multiple DNA/protein sequence alignment editor
 
 LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk \

Modified: head/biology/ssaha/Makefile
==============================================================================
--- head/biology/ssaha/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/ssaha/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ssaha
-# Date created:				12.Jun.2008
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	ssaha
 PORTVERSION=	3.1c
@@ -12,7 +8,7 @@ CATEGORIES=	biology
 MASTER_SITES=	http://www.sanger.ac.uk/Software/analysis/${PORTNAME:U}/
 DISTNAME=	${PORTNAME}_v${PORTVERSION:S/.//}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Very fast matching and alignment of DNA sequences
 
 NO_WRKSUBDIR=	yes

Modified: head/biology/t_coffee/Makefile
==============================================================================
--- head/biology/t_coffee/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/t_coffee/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	t_coffee
-# Date created:		27 June 2001
-# Whom:	      		Johann Visagie <wjv@FreeBSD.org>
-#
+# Created by: Johann Visagie <wjv@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	t_coffee
 PORTVERSION=	5.68
@@ -12,7 +7,7 @@ CATEGORIES=	biology
 MASTER_SITES=	http://www.tcoffee.org/Packages/
 DISTNAME=	T-COFFEE_distribution_Version_${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A multiple DNA or protein sequence alignment package
 
 BUILD_DEPENDS=	clustalw:${PORTSDIR}/biology/clustalw

Modified: head/biology/treeviewx/Makefile
==============================================================================
--- head/biology/treeviewx/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/biology/treeviewx/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	treeviewx
-# Date created:				04 August 2001
-# Whom:					tonym
-#
+# Created by: tonym
 # $FreeBSD$
-#
 
 PORTNAME=	treeviewx
 PORTVERSION=	0.5.1
@@ -13,7 +8,7 @@ CATEGORIES=	biology
 MASTER_SITES=	http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download/${PORTVERSION:S/.1//}/
 DISTNAME=	tv-${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A phylogenetic tree viewer
 
 USE_WX=		yes

Modified: head/databases/p5-DBIx-Class-ResultSet-HashRef/Makefile
==============================================================================
--- head/databases/p5-DBIx-Class-ResultSet-HashRef/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/databases/p5-DBIx-Class-ResultSet-HashRef/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: databases/p5-DBIx-Class-ResultSet-HashRef
-# Date created:				15 Sep 2009
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	DBIx-Class-ResultSet-HashRef
 PORTVERSION=	1.002
@@ -11,7 +7,7 @@ CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Adds syntactic sugar to skip the fancy objects
 
 BUILD_DEPENDS=	p5-DBIx-Class>=0.04001:${PORTSDIR}/databases/p5-DBIx-Class

Modified: head/devel/autodia/Makefile
==============================================================================
--- head/devel/autodia/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/devel/autodia/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for:	autodia
-# Date created:			Oct 6, 2001
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	autodia
 PORTVERSION=	2.03
@@ -15,7 +10,7 @@ MASTER_SITE_SUBDIR=	Tree/TEEJAY
 
 DISTNAME=	Autodia-${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Automatic Dia XML - from Source Code and Data
 
 BUILD_DEPENDS=	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \

Modified: head/devel/p5-Class-AutoClass/Makefile
==============================================================================
--- head/devel/p5-Class-AutoClass/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/devel/p5-Class-AutoClass/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# vim:ts=8
-# New ports collection makefile for:	p5-Class-AutoClass
-# Date created:				25 November 2004
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	Class-AutoClass
 PORTVERSION=	1.01
@@ -14,7 +9,7 @@ PKGNAMEPREFIX=	p5-
 DISTNAME=	autoclass_v${PORTVERSION:S/./_/}
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Automatically define simple get and set methods in an inheritance structure
 
 RUN_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy

Modified: head/devel/p5-Data-Stag/Makefile
==============================================================================
--- head/devel/p5-Data-Stag/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/devel/p5-Data-Stag/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# vim:ts=8
-# New ports collection makefile for:	p5-Data-Stag
-# Date created:				25 November 2004
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Stag
 PORTVERSION=	0.11
@@ -12,7 +7,7 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Structured Tags datastructures
 
 RUN_DEPENDS=	p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String

Modified: head/graphics/p5-GD-Graph-histogram/Makefile
==============================================================================
--- head/graphics/p5-GD-Graph-histogram/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/graphics/p5-GD-Graph-histogram/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-GD-Graph-histogram
-# Date created:				6 March 2009
-# Whom:	      				Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	GD-Graph-histogram
 PORTVERSION=	1.1
@@ -14,7 +10,7 @@ MASTER_SITE_SUBDIR=	CPAN:WHIZDOG
 PKGNAMEPREFIX=	p5-
 DISTNAME=	GDGraph-histogram-${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Histogram plotting module for perl5
 
 BUILD_DEPENDS=	p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \

Modified: head/graphics/p5-GD-SVG/Makefile
==============================================================================
--- head/graphics/p5-GD-SVG/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/graphics/p5-GD-SVG/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# vim:ts=8
-# New ports collection makefile for:	p5-GD-SVG
-# Date created:				25 November 2004
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	GD-SVG
 PORTVERSION=	0.33
@@ -13,7 +8,7 @@ CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Seamlessly enable SVG output from scripts written using GD
 
 BUILD_DEPENDS=	p5-GD>=0:${PORTSDIR}/graphics/p5-GD \

Modified: head/graphics/p5-SVG-Graph/Makefile
==============================================================================
--- head/graphics/p5-SVG-Graph/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/graphics/p5-SVG-Graph/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-SVG-Graph
-# Date created:				25 November 2004
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	SVG-Graph
 PORTVERSION=	0.04
@@ -12,7 +8,7 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:CJFIELDS
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Visualize your data in Scalable Vector Graphics (SVG) format
 
 BUILD_DEPENDS=	p5-Math-Spline>=0:${PORTSDIR}/math/p5-Math-Spline \

Modified: head/graphics/p5-SpringGraph/Makefile
==============================================================================
--- head/graphics/p5-SpringGraph/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/graphics/p5-SpringGraph/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,20 +1,15 @@
-# ex:ts=8
-# New ports collection makefile for:	graphics/p5-SpringGraph
-# Date created:				25 November 2004
-# Whom:					fernan@iib.unsam.edu.ar
-#
+# Created by: fernan@iib.unsam.edu.ar
 # $FreeBSD$
-#
 
-PORTNAME=		SpringGraph
-PORTVERSION=		0.05
+PORTNAME=	SpringGraph
+PORTVERSION=	0.05
 PORTREVISION=	6
-CATEGORIES=		graphics perl5
-MASTER_SITES=		CPAN
+CATEGORIES=	graphics perl5
+MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	GraphViz/TEEJAY
-PKGNAMEPREFIX=		p5-
+PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Directed graph alternative to GraphViz
 
 BUILD_DEPENDS=	p5-GD>=0:${PORTSDIR}/graphics/p5-GD

Modified: head/mail/gkrellmmailwatch2/Makefile
==============================================================================
--- head/mail/gkrellmmailwatch2/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/mail/gkrellmmailwatch2/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# New ports collection makefile for:	gkrellmmailwatch2
-# Date Created:		24 Nov 2002
-# Whom:			Jean-Yves Lefort <jylefort@brutele.be>
-#
+# Created by:			Jean-Yves Lefort <jylefort@brutele.be>
 # $FreeBSD$
-# $Id: Makefile,v 1.2 2002/11/24 02:50:45 jylefort Exp $
-#
 
 PORTNAME=	gkrellmmailwatch
 PORTVERSION=	2.4.3
@@ -13,7 +8,7 @@ CATEGORIES=	mail
 MASTER_SITES=	http://gkrellm.luon.net/files/
 DISTNAME=	gkrellm-mailwatch-${PORTVERSION}
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GKrellM mailwatch plugin
 
 LATEST_LINK=	gkrellmmailwatch2

Modified: head/mail/nmzmail/Makefile
==============================================================================
--- head/mail/nmzmail/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/mail/nmzmail/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection Makefile for: nmzmail
-# Date created:		7 January 2005
-# Whom:			fernan@iib.unsam.edu.ar
-#
+# Created by: fernan@iib.unsam.edu.ar
 # $FreeBSD$
-#
 
 PORTNAME=	nmzmail
 PORTVERSION=	0.1.3
@@ -12,7 +7,7 @@ PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ecademix.com/JohannesHofmann/ CENKES
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fast mail searching for mutt
 
 RUN_DEPENDS=	namazu:${PORTSDIR}/databases/namazu2

Modified: head/math/p5-Math-Derivative/Makefile
==============================================================================
--- head/math/p5-Math-Derivative/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/math/p5-Math-Derivative/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# vim:ts=8
-# New ports collection makefile for:	p5-Math-Derivative
-# Date created:				25 November 2004
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-Derivative
 PORTVERSION=	0.01
@@ -12,7 +7,7 @@ CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Numeric 1st and 2nd order differentiation
 
 PERL_CONFIGURE=	yes

Modified: head/math/p5-Math-Spline/Makefile
==============================================================================
--- head/math/p5-Math-Spline/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/math/p5-Math-Spline/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,10 +1,5 @@
-# vim:ts=8
-# New ports collection makefile for:	p5-Math-Spline
-# Date created:				25 November 2004
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-Spline
 PORTVERSION=	0.01
@@ -12,7 +7,7 @@ CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Cubic Spline Interpolation of data
 
 RUN_DEPENDS=	p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative

Modified: head/net/sntop/Makefile
==============================================================================
--- head/net/sntop/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/net/sntop/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,16 +1,12 @@
-# New ports collection makefile for:	sntop
-# Date created:		05 August 2000
-# Whom:			Matt Emmerton <matt@gsicomp.on.ca>
-#
+# Created by: Matt Emmerton <matt@gsicomp.on.ca>
 # $FreeBSD$
-#
 
 PORTNAME=	sntop
 PORTVERSION=	1.4.3
 CATEGORIES=	net
 MASTER_SITES=	SF
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Monitor status of network nodes using fping
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping

Modified: head/print/jabref/Makefile
==============================================================================
--- head/print/jabref/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/print/jabref/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	jabref
-# Date created:				18 Jan 2006
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
 
 PORTNAME=	jabref
@@ -13,7 +10,7 @@ DISTNAME=	JabRef-${PORTVERSION}
 EXTRACT_SUFX=	.jar
 EXTRACT_ONLY=	#
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A (BibTeX native) bibliographic reference manager
 
 USE_JAVA=	yes

Modified: head/print/latexmk/Makefile
==============================================================================
--- head/print/latexmk/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/print/latexmk/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,17 +1,12 @@
-# ex:ts=8
-# New ports collection makefile for:	latexmk
-# Date created:				17 Dec 2004
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	latexmk
 PORTVERSION=	431
 CATEGORIES=	print
 MASTER_SITES=	http://www.phys.psu.edu/~collins/software/latexmk/
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A tool to completely automate generating output from LaTeX documents
 
 RUN_DEPENDS=	latex:${PORTSDIR}/print/teTeX

Modified: head/science/checkmol/Makefile
==============================================================================
--- head/science/checkmol/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/science/checkmol/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	checkmol
-# Date created:		23 Feb 2009
-# Whom:	      		Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	checkmol
 PORTVERSION=	0.4a
@@ -13,7 +9,7 @@ MASTER_SITES=	http://merian.pch.univie.a
 DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=	.pas
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Analyze molecules for the presence of functional groups
 
 USE_FPC=	yes

Modified: head/science/mol2ps/Makefile
==============================================================================
--- head/science/mol2ps/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/science/mol2ps/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mol2ps
-# Date created:		23 Feb 2009
-# Whom:	      		Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	mol2ps
 PORTVERSION=	0.1e
@@ -13,7 +9,7 @@ MASTER_SITES=	http://merian.pch.univie.a
 DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=	.pas
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Read molecular structure files and generate Postscript output
 
 USE_FPC=	yes

Modified: head/textproc/p5-Text-Markdown/Makefile
==============================================================================
--- head/textproc/p5-Text-Markdown/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/textproc/p5-Text-Markdown/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Text-Markdown
-# Date created:				20.Mar.2006
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	Text-Markdown
 PORTVERSION=	1.000031
@@ -12,7 +8,7 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Markdown Perl5 module
 
 BUILD_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils

Modified: head/www/p5-CGI-Expand/Makefile
==============================================================================
--- head/www/p5-CGI-Expand/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/www/p5-CGI-Expand/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	www/p5-CGI-Expand
-# Date created:				28 Dec 2006
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	CGI-Expand
 PORTVERSION=	2.03
@@ -11,7 +7,7 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Convert flat hash to nested data using TT2's dot convention
 
 BUILD_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception

Modified: head/www/p5-CGI-FormBuilder/Makefile
==============================================================================
--- head/www/p5-CGI-FormBuilder/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/www/p5-CGI-FormBuilder/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	www/p5-CGI-FormBuilder
-# Date created:				14 Sep 2006
-# Whom:					Fernan Aguero
-#
+# Created by: Fernan Aguero
 # $FreeBSD$
 
 PORTNAME=	CGI-FormBuilder
@@ -13,7 +10,7 @@ MASTER_SITE_SUBDIR=	CPAN:NWIGER
 PKGNAMEPREFIX=	p5-
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	FormBuilder for CGI
 
 PERL_CONFIGURE=	yes

Modified: head/www/p5-Catalyst-Controller-BindLex/Makefile
==============================================================================
--- head/www/p5-Catalyst-Controller-BindLex/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/www/p5-Catalyst-Controller-BindLex/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	p5-Catalyst-Controller-BindLex
-# Date created:				17.Oct.2006
-# Whom:					Fernan Aguero  <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero  <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	Catalyst-Controller-BindLex
 PORTVERSION=	0.03
@@ -12,7 +8,7 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:NUFFIN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Stash your lexical goodness
 
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \

Modified: head/www/p5-Catalyst-Plugin-FormBuilder/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-FormBuilder/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/www/p5-Catalyst-Plugin-FormBuilder/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	www/p5-Catalyst-Plugin-FormBuilder
-# Date created:				14 Sep 2006
-# Whom:					Fernan Aguero
-#
+# Created by: Fernan Aguero
 # $FreeBSD$
 
 PORTNAME=	Catalyst-Plugin-FormBuilder
@@ -12,7 +9,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	FormBuilder for Catalyst
 
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \

Modified: head/www/p5-Catalyst-Plugin-Params-Nested/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Params-Nested/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/www/p5-Catalyst-Plugin-Params-Nested/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	www/p5-Catalyst-Plugin-Params-Nested
-# Date created:				28 Dec 2006
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	Catalyst-Plugin-Params-Nested
 PORTVERSION=	0.05
@@ -11,7 +7,7 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Nested params (ala Ruby on Rails or PHP-style param arrays)
 
 BUILD_DEPENDS=	p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand 

Modified: head/www/p5-Catalyst-Plugin-Scheduler/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Scheduler/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/www/p5-Catalyst-Plugin-Scheduler/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	p5-Catalyst-Plugin-Scheduler
-# Date created:				25.Mar.2007
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	Catalyst-Plugin-Scheduler
 PORTVERSION=	0.10
@@ -12,7 +8,7 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	fernan@iib.unsam.edu.ar
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Schedule events to run in a cron-like manner
 
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \

Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile	Mon Oct  1 14:28:22 2012	(r305129)
+++ head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile	Mon Oct  1 14:45:16 2012	(r305130)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	www/p5-Catalyst-Plugin-Session-Store-DBIC
-# Date created:				28 Dec 2006
-# Whom:					Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
 # $FreeBSD$
-#
 
 PORTNAME=	Catalyst-Plugin-Session-Store-DBIC
 PORTVERSION=	0.12
@@ -11,7 +7,7 @@ CATEGORIES=	www perl5

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210011445.q91EjH4P064628>