Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Apr 2018 11:52:08 +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: r466142 - head/biology/python-nexus
Message-ID:  <201804011152.w31Bq8AN086417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun Apr  1 11:52:08 2018
New Revision: 466142
URL: https://svnweb.freebsd.org/changeset/ports/466142

Log:
  - Update to 1.61

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

Modified: head/biology/python-nexus/Makefile
==============================================================================
--- head/biology/python-nexus/Makefile	Sun Apr  1 11:15:44 2018	(r466141)
+++ head/biology/python-nexus/Makefile	Sun Apr  1 11:52:08 2018	(r466142)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-nexus
-PORTVERSION=	1.53
+PORTVERSION=	1.61
 CATEGORIES=	biology python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +11,10 @@ MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Generic nexus file format reader for python
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
+#LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	nexus/bin/*.py
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/biology/python-nexus/distinfo
==============================================================================
--- head/biology/python-nexus/distinfo	Sun Apr  1 11:15:44 2018	(r466141)
+++ head/biology/python-nexus/distinfo	Sun Apr  1 11:52:08 2018	(r466142)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500797462
-SHA256 (python-nexus-1.53.tar.gz) = 74297ed5142bc2ca15f40c73cdfd8ffcae0030733a07dc1db8014ea0d7864e24
-SIZE (python-nexus-1.53.tar.gz) = 21641
+TIMESTAMP = 1521838913
+SHA256 (python-nexus-1.61.tar.gz) = d1f750fec164de66c8e45bd8b654cfec20c65adffed2ff10e19b17efac9c3b26
+SIZE (python-nexus-1.61.tar.gz) = 33989



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