Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2014 14:00:13 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352814 - head/biology/pycogent
Message-ID:  <201405021400.s42E0Df3071595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri May  2 14:00:13 2014
New Revision: 352814
URL: http://svnweb.freebsd.org/changeset/ports/352814
QAT: https://qat.redports.org/buildarchive/r352814/

Log:
  - Stage support [1]
  - Pet portlint [1]
  - Add LICENSE
  - Convert to PYDISTUTILS_AUTOPLIST
  
  PR:		188819 [1]
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]

Deleted:
  head/biology/pycogent/pkg-plist
Modified:
  head/biology/pycogent/Makefile
  head/biology/pycogent/pkg-descr

Modified: head/biology/pycogent/Makefile
==============================================================================
--- head/biology/pycogent/Makefile	Fri May  2 13:17:26 2014	(r352813)
+++ head/biology/pycogent/Makefile	Fri May  2 14:00:13 2014	(r352814)
@@ -10,7 +10,9 @@ DISTNAME=	PyCogent-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	wen@FreeBSD.org
-COMMENT=	A toolkit for statistical analysis of biological sequences
+COMMENT=	Toolkit for statistical analysis of biological sequences
+
+LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${PYNUMPY} \
 		${LOCALBASE}/bin/cython:${PORTSDIR}/lang/cython \
@@ -21,6 +23,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	cogent
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/biology/pycogent/pkg-descr
==============================================================================
--- head/biology/pycogent/pkg-descr	Fri May  2 13:17:26 2014	(r352813)
+++ head/biology/pycogent/pkg-descr	Fri May  2 14:00:13 2014	(r352814)
@@ -6,4 +6,4 @@ graphics. It is distinguished by many un
 true codon alignment) and the frequent addition of entirely new methods for
 the analysis of genomic data.
 
-WWW:	http://pycogent.sourceforge.net/
+WWW: http://pycogent.sourceforge.net/



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