diff options
author | linimon <linimon@FreeBSD.org> | 2004-07-01 11:02:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-07-01 11:02:23 +0800 |
commit | ca5dafe33479c9f3b808e07ad1a5d558fc1cb54f (patch) | |
tree | 481dad0a7f4f1a6a8f4b56f05a19a4e611e72de3 | |
parent | 23e1c5ca60499064a74bdc8d13aca635ef100d1d (diff) | |
download | freebsd-ports-gnome-ca5dafe33479c9f3b808e07ad1a5d558fc1cb54f.tar.gz freebsd-ports-gnome-ca5dafe33479c9f3b808e07ad1a5d558fc1cb54f.tar.zst freebsd-ports-gnome-ca5dafe33479c9f3b808e07ad1a5d558fc1cb54f.zip |
Chase mastersite and fix checksum to unbreak. (Changes are inclusion of a
logfile, one Linux-only change, and one change in a test script). Assign
submitter as new maintainer as current one has not responded to PRs for
some time.
PR: ports/68199
Submitted by: Fernan Aguero <fernan at iib dot unsam dot edu dot ar>
-rw-r--r-- | biology/fasta3/Makefile | 8 | ||||
-rw-r--r-- | biology/fasta3/distinfo | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/biology/fasta3/Makefile b/biology/fasta3/Makefile index e7ac65c742f8..684c75fc0bc0 100644 --- a/biology/fasta3/Makefile +++ b/biology/fasta3/Makefile @@ -8,17 +8,13 @@ PORTNAME= fasta3 PORTVERSION= 33.t08.d4 CATEGORIES= biology -MASTER_SITES= http://ftp.virginia.edu/pub/fasta/ +MASTER_SITES= ftp://ftp.virginia.edu/pub/fasta/ DISTNAME= fasta${PORTVERSION:S/.//g} EXTRACT_SUFX= .shar.Z -MAINTAINER= wjv@FreeBSD.org +MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= A collection of programs for searching DNA and protein databases, v3 -BROKEN= "Checksum mismatch" -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${BROKEN} - NO_CDROM= May not be sold or incorporated into a commercial product WRKSRC= ${WRKDIR}/fasta3 PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/biology/fasta3/distinfo b/biology/fasta3/distinfo index 4b0c48d252cf..cfd3221521fe 100644 --- a/biology/fasta3/distinfo +++ b/biology/fasta3/distinfo @@ -1,2 +1,2 @@ -MD5 (fasta33t08d4.shar.Z) = 66f0c4731a6ff1cf123067c6ec46e352 -SIZE (fasta33t08d4.shar.Z) = 690366 +MD5 (fasta33t08d4.shar.Z) = e6217268e122b2ca7c51b443425e40e3 +SIZE (fasta33t08d4.shar.Z) = 685912 |