Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 10:58:50 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346755 - head/biology/fasta3
Message-ID:  <201403021058.s22AwoBJ004210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Mar  2 10:58:50 2014
New Revision: 346755
URL: http://svnweb.freebsd.org/changeset/ports/346755
QAT: https://qat.redports.org/buildarchive/r346755/

Log:
  biology/fasta3: Checked new distfile and regenerated distinfo to unbreak
  
  Fasta3 distfile was significantly changed.  This should have been released
  as a new version (e.g. 36.3.6e), so it's not clear why the distfile was
  rerolled.  There are significant changes to makefiles, conf files and even
  a few .c and .h files.  They all look like legitimate updates to me
  though.
  
  Set DIST_SUBDIR since this port is now known for rerolling, then
  regenerate distinfo.  Also add Fasta license and bump revision.

Modified:
  head/biology/fasta3/Makefile
  head/biology/fasta3/distinfo

Modified: head/biology/fasta3/Makefile
==============================================================================
--- head/biology/fasta3/Makefile	Sun Mar  2 10:47:32 2014	(r346754)
+++ head/biology/fasta3/Makefile	Sun Mar  2 10:58:50 2014	(r346755)
@@ -3,14 +3,19 @@
 
 PORTNAME=	fasta3
 PORTVERSION=	36.3.6d
+PORTREVISION=	1
 CATEGORIES=	biology
 MASTER_SITES=	http://faculty.virginia.edu/wrpearson/fasta/fasta36/
 DISTNAME=	fasta-${PORTVERSION}
+DIST_SUBDIR=	fasta3/2014-01-29
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Collection of programs for searching DNA and protein databases
 
-BROKEN=		Invalid checksum, seems like the software was rerolled
+LICENSE=	Fasta
+LICENSE_NAME=	Fasta program copyright W. Pearson and U.Virginia
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 

Modified: head/biology/fasta3/distinfo
==============================================================================
--- head/biology/fasta3/distinfo	Sun Mar  2 10:47:32 2014	(r346754)
+++ head/biology/fasta3/distinfo	Sun Mar  2 10:58:50 2014	(r346755)
@@ -1,2 +1,2 @@
-SHA256 (fasta-36.3.6d.tar.gz) = 6392741abecc8b25daeee53389584f48cee8a8ea7340c7f8cc97e149720a5730
-SIZE (fasta-36.3.6d.tar.gz) = 997714
+SHA256 (fasta3/2014-01-29/fasta-36.3.6d.tar.gz) = cab2f530c8d0ebb59ac5e82580d56da14c4c86fcf0a76edb72eeb18c42a79eb6
+SIZE (fasta3/2014-01-29/fasta-36.3.6d.tar.gz) = 969973



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