Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 00:59:40 +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: r403479 - head/biology/python-nexus
Message-ID:  <201512110059.tBB0xe57018922@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri Dec 11 00:59:39 2015
New Revision: 403479
URL: https://svnweb.freebsd.org/changeset/ports/403479

Log:
  - Update to 1.32
  - Add LICENSE
  - Pet portlint

Modified:
  head/biology/python-nexus/Makefile
  head/biology/python-nexus/distinfo
  head/biology/python-nexus/pkg-descr

Modified: head/biology/python-nexus/Makefile
==============================================================================
--- head/biology/python-nexus/Makefile	Fri Dec 11 00:44:01 2015	(r403478)
+++ head/biology/python-nexus/Makefile	Fri Dec 11 00:59:39 2015	(r403479)
@@ -2,15 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	python-nexus
-PORTVERSION=	0.87
-PORTREVISION=	1
+PORTVERSION=	1.32
 CATEGORIES=	biology python
 MASTER_SITES=	CHEESESHOP
 
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Generic nexus file format reader for python
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/biology/python-nexus/distinfo
==============================================================================
--- head/biology/python-nexus/distinfo	Fri Dec 11 00:44:01 2015	(r403478)
+++ head/biology/python-nexus/distinfo	Fri Dec 11 00:59:39 2015	(r403479)
@@ -1,2 +1,2 @@
-SHA256 (python-nexus-0.87.tar.gz) = fbc6506c8fcf92d04f75e38dd73f677c152565bdc0facd8bb56c4af76f7495af
-SIZE (python-nexus-0.87.tar.gz) = 32200
+SHA256 (python-nexus-1.32.tar.gz) = 6c1724c39744537f85f884dde2b595686e27c8bf440d14482254b892d39ffdab
+SIZE (python-nexus-1.32.tar.gz) = 38614

Modified: head/biology/python-nexus/pkg-descr
==============================================================================
--- head/biology/python-nexus/pkg-descr	Fri Dec 11 00:44:01 2015	(r403478)
+++ head/biology/python-nexus/pkg-descr	Fri Dec 11 00:59:39 2015	(r403479)
@@ -1,4 +1,4 @@
 python-nexus is a generic nexus (phylogenetics) file format(.nex, .trees)
 reader for python.
 
-WWW:	http://simon.net.nz/articles/python-nexus 
+WWW: http://simon.net.nz/articles/python-nexus 



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