diff options
author | Wen Heping <wen@FreeBSD.org> | 2018-04-01 11:52:08 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2018-04-01 11:52:08 +0000 |
commit | 30789345130e15e4da32ca93fb59fb134b0e6334 (patch) | |
tree | ba4c8ba3ee37541c2dab3c2c43145b9de813227b /biology/python-nexus | |
parent | 67868f2198e177caf35cb5731c308d1b7f3553d2 (diff) |
- Update to 1.61
Notes
Notes:
svn path=/head/; revision=466142
Diffstat (limited to 'biology/python-nexus')
-rw-r--r-- | biology/python-nexus/Makefile | 7 | ||||
-rw-r--r-- | biology/python-nexus/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/biology/python-nexus/Makefile b/biology/python-nexus/Makefile index bf0cb8d97943..e047175813f9 100644 --- a/biology/python-nexus/Makefile +++ b/biology/python-nexus/Makefile @@ -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> diff --git a/biology/python-nexus/distinfo b/biology/python-nexus/distinfo index 6648fa2e7a7e..7b16222ccc5a 100644 --- a/biology/python-nexus/distinfo +++ b/biology/python-nexus/distinfo @@ -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 |