diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-12-26 21:26:27 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-12-26 21:26:27 +0800 |
commit | 357e5ae814de1efb2a63b913982a63244944a988 (patch) | |
tree | b7b3f0630c8bd3a120bd7f90d2cfed6579f0a48f /biology | |
parent | 7b3aff160b4af75b4768bf4f2a8f231df5fa2452 (diff) | |
download | freebsd-ports-gnome-357e5ae814de1efb2a63b913982a63244944a988.tar.gz freebsd-ports-gnome-357e5ae814de1efb2a63b913982a63244944a988.tar.zst freebsd-ports-gnome-357e5ae814de1efb2a63b913982a63244944a988.zip |
biology/consed: undeprecate, it presumably builds fine but it is restricted.
Add a note to ports/LEGAL
Diffstat (limited to 'biology')
-rw-r--r-- | biology/consed/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/biology/consed/Makefile b/biology/consed/Makefile index f872f8cdb36a..c45aee4933d2 100644 --- a/biology/consed/Makefile +++ b/biology/consed/Makefile @@ -5,16 +5,12 @@ PORTNAME= consed PORTVERSION= 27.0 CATEGORIES= biology # MASTER_SITES= http://www.phrap.org/consed/distributions/${PORTVERSION}/ -MASTER_SITES= http://bozeman.mbt.washington.edu/consed/distributions/${PORTVERSION}/ +# MASTER_SITES= http://bozeman.mbt.washington.edu/consed/distributions/${PORTVERSION}/ DISTNAME= ${PORTNAME}_linux MAINTAINER= mzaki@m.u-tokyo.ac.jp COMMENT= Graphical tool for editing Phrap assemblies -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 - RUN_DEPENDS= phred:${PORTSDIR}/biology/phred \ phrap:${PORTSDIR}/biology/phrap |