diff options
author | wen <wen@FreeBSD.org> | 2018-04-01 19:52:08 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-04-01 19:52:08 +0800 |
commit | 9366cf7528474e5a502a89d10692085f8f7cc31b (patch) | |
tree | ba4c8ba3ee37541c2dab3c2c43145b9de813227b /biology | |
parent | 77c473334b268e10d680b8fe25e24f213e218c3b (diff) | |
download | freebsd-ports-graphics-9366cf7528474e5a502a89d10692085f8f7cc31b.tar.gz freebsd-ports-graphics-9366cf7528474e5a502a89d10692085f8f7cc31b.tar.zst freebsd-ports-graphics-9366cf7528474e5a502a89d10692085f8f7cc31b.zip |
- Update to 1.61
Diffstat (limited to 'biology')
-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 bf0cb8d9794..e047175813f 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 6648fa2e7a7..7b16222ccc5 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 |