diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-09 11:25:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-09 11:25:03 +0800 |
commit | 5c6c4068fdb69ad6564989b14f0e3a1ebdb68e4c (patch) | |
tree | d6dd52426a2a74ba548fe3e6857405522f06f100 /biology | |
parent | e08165482e7f6bb0d1974cdd77982ab664301891 (diff) | |
download | freebsd-ports-graphics-5c6c4068fdb69ad6564989b14f0e3a1ebdb68e4c.tar.gz freebsd-ports-graphics-5c6c4068fdb69ad6564989b14f0e3a1ebdb68e4c.tar.zst freebsd-ports-graphics-5c6c4068fdb69ad6564989b14f0e3a1ebdb68e4c.zip |
Fix maintainer address
From: Tony Maher <anthony.maher@uts.edu.au>
To: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/91537: maths/xgobi - download site moved/maintainer addressupdate
Actually I need modify all my ports to use OptusNet rather than
Biolateral. Is there an easy way to do this or should I submit a
separate 1-line patch and PR for each port?
biology/crimap
biology/dna-qc
biology/flip
biology/primer3
biology/seqio
biology/wise
math/xgobi
net/generic-nqs
Submitted by: Tony Maher <anthony.maher@uts.edu.au>
Diffstat (limited to 'biology')
-rw-r--r-- | biology/crimap/Makefile | 2 | ||||
-rw-r--r-- | biology/dna-qc/Makefile | 2 | ||||
-rw-r--r-- | biology/flip/Makefile | 2 | ||||
-rw-r--r-- | biology/primer3/Makefile | 2 | ||||
-rw-r--r-- | biology/seqio/Makefile | 2 | ||||
-rw-r--r-- | biology/wise/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/biology/crimap/Makefile b/biology/crimap/Makefile index 6e876cb4e8b..8a0bd108e72 100644 --- a/biology/crimap/Makefile +++ b/biology/crimap/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://compgen.rutgers.edu/multimap/crimap/ DISTNAME= ${PORTNAME}.source EXTRACT_SUFX= .tar.Z -MAINTAINER= tonym@biolateral.com.au +MAINTAINER= tonymaher@optusnet.com.au COMMENT= Creation of multilocus linkage maps NO_WRKSUBDIR= true diff --git a/biology/dna-qc/Makefile b/biology/dna-qc/Makefile index 2fd9fc8881f..b0a25b290cd 100644 --- a/biology/dna-qc/Makefile +++ b/biology/dna-qc/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.tigr.org/pub/software/qc/ DISTNAME= qc EXTRACT_SUFX= .tar.Z -MAINTAINER= tonym@biolateral.com.au +MAINTAINER= tonymaher@optusnet.com.au COMMENT= A quality control algorithm for DNA sequencing projects NO_WRKSUBDIR= true diff --git a/biology/flip/Makefile b/biology/flip/Makefile index 3d96b84157a..84fda67243e 100644 --- a/biology/flip/Makefile +++ b/biology/flip/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.0.2 CATEGORIES= biology MASTER_SITES= ftp://megasun.bch.umontreal.ca/pub/flip/ -MAINTAINER= tonym@biolateral.com.au +MAINTAINER= tonymaher@optusnet.com.au COMMENT= Flip is used to find/translate orfs DEPRECATED= mastersite disappeared, no longer maintained by author diff --git a/biology/primer3/Makefile b/biology/primer3/Makefile index 21852c61434..75c8d91bcb2 100644 --- a/biology/primer3/Makefile +++ b/biology/primer3/Makefile @@ -11,7 +11,7 @@ CATEGORIES= biology MASTER_SITES= http://frodo.wi.mit.edu/primer3/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= tonym@biolateral.com.au +MAINTAINER= tonymaher@optusnet.com.au COMMENT= Primer3 helps to choose primers for PCR reactions USE_REINPLACE= yes diff --git a/biology/seqio/Makefile b/biology/seqio/Makefile index 412e2950c0c..6aa2ae36186 100644 --- a/biology/seqio/Makefile +++ b/biology/seqio/Makefile @@ -11,7 +11,7 @@ CATEGORIES= biology MASTER_SITES= http://www.cs.ucdavis.edu/~gusfield/ DISTNAME= ${PORTNAME} -MAINTAINER= tonym@biolateral.com.au +MAINTAINER= tonymaher@optusnet.com.au COMMENT= A set of C functions which can read/write biological sequence files WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/biology/wise/Makefile b/biology/wise/Makefile index 103b5a1ed2a..ca6d025b93a 100644 --- a/biology/wise/Makefile +++ b/biology/wise/Makefile @@ -11,7 +11,7 @@ CATEGORIES= biology MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/software/unix/wise2/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= tonym@biolateral.com.au +MAINTAINER= tonymaher@optusnet.com.au COMMENT= Intelligent algorithms for DNA searches WRKTOP= ${WRKDIR}/${DISTNAME} |