diff options
author | rene <rene@FreeBSD.org> | 2015-12-26 21:26:27 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-12-26 21:26:27 +0800 |
commit | 6d5926f4094aabe495d0aea1246122b8cd3bf63c (patch) | |
tree | b7b3f0630c8bd3a120bd7f90d2cfed6579f0a48f /biology | |
parent | b14e3c4969b98bbe5746d6eb63f63f69d2faa91c (diff) | |
download | freebsd-ports-gnome-6d5926f4094aabe495d0aea1246122b8cd3bf63c.tar.gz freebsd-ports-gnome-6d5926f4094aabe495d0aea1246122b8cd3bf63c.tar.zst freebsd-ports-gnome-6d5926f4094aabe495d0aea1246122b8cd3bf63c.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 |