From owner-svn-ports-all@freebsd.org Fri Dec 11 00:59:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 888789D7A19; Fri, 11 Dec 2015 00:59:41 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E7E11BA8; Fri, 11 Dec 2015 00:59:41 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBB0xeea018926; Fri, 11 Dec 2015 00:59:40 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBB0xe57018922; Fri, 11 Dec 2015 00:59:40 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512110059.tBB0xe57018922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 11 Dec 2015 00:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403479 - head/biology/python-nexus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 00:59:41 -0000 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 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