svn commit: r404510 - in head: . biology/consed

Rene Ladan rene at FreeBSD.org
Sat Dec 26 13:26:28 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list