diff options
-rw-r--r-- | LEGAL | 1 | ||||
-rw-r--r-- | biology/consed/Makefile | 6 |
2 files changed, 2 insertions, 5 deletions
@@ -51,6 +51,7 @@ bzip-* archivers/bzip Some algorithms used may infringe certain US patents. citrix_ica-* net/citrix_ica License prohibits redistribution arcconf-v* sysutils/arcconf May not be redistributed in binary form clustalw-* biology/clustalw No commercial use +consed_linux.tar.gz biology/consed Redistribution is not permitted in any form. You must request access permission via e-mail to get the tarball. Free for academic use. cos-* java/cos Special conditions apply for commercial use cosmo/* games/cosmo Possible copyright infringement CrystalSVGforGnomeIcons* x11-themes/gnome-icons-crystal Themes may contain artwork not done by the author. Keep FreeBSD safe if theme author violated copyrights. 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 |