Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2015 13:26:27 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404510 - in head: . biology/consed
Message-ID:  <201512261326.tBQDQR4v033217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Dec 26 13:26:27 2015
New Revision: 404510
URL: https://svnweb.freebsd.org/changeset/ports/404510

Log:
  biology/consed: undeprecate, it presumably builds fine but it is restricted.
  
  Add a note to ports/LEGAL

Modified:
  head/LEGAL
  head/biology/consed/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Sat Dec 26 13:01:43 2015	(r404509)
+++ head/LEGAL	Sat Dec 26 13:26:27 2015	(r404510)
@@ -51,6 +51,7 @@ bzip-*			archivers/bzip		Some algorithms
 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.

Modified: head/biology/consed/Makefile
==============================================================================
--- head/biology/consed/Makefile	Sat Dec 26 13:01:43 2015	(r404509)
+++ head/biology/consed/Makefile	Sat Dec 26 13:26:27 2015	(r404510)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512261326.tBQDQR4v033217>