View | Details | Raw Unified | Return to bug 246763
Collapse All | Expand All

(-)Makefile (working copy) (-5 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
PORTNAME=  biopython
3
PORTNAME=  biopython
4
PORTVERSION=   1.73
4
PORTVERSION=   1.77
5
PORTREVISION=  1
6
CATEGORIES=    biology python
5
CATEGORIES=    biology python
7
MASTER_SITES=  http://www.biopython.org/DIST/
6
MASTER_SITES=  http://www.biopython.org/DIST/
8
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Lines 26-32 Link Here
26
REPORTLAB_DESC=    PDF support in Bio.Graphics module
25
REPORTLAB_DESC=    PDF support in Bio.Graphics module
27
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR}
26
REPORTLAB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR}
28
pre-configure: # unbreak for python3: README.rst can't be decoded with the ascii codec: https://github.com/biopython/biopython/issues/1649
29
   @truncate -s 0 ${WRKSRC}/README.rst
30
31
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (working copy) (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1545454134
1
TIMESTAMP = 1590528804
2
SHA256 (biopython-1.73.tar.gz) = 70c5cc27dc61c23d18bb33b6d38d70edc4b926033aea3b7434737c731c94a5e0
2
SHA256 (biopython-1.77.tar.gz) = fb1936e9ca9e7af8de1050e84375f23328e04b801063edf0ad73733494d8ec42
3
SIZE (biopython-1.73.tar.gz) = 15715102
3
SIZE (biopython-1.77.tar.gz) = 16837021

Return to bug 246763