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

(-)Makefile (working copy) (-9 / +8 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
PORTNAME=      libzfs
3
PORTNAME=      libzfs
4
PORTVERSION=   1.0.20181220
4
PORTVERSION=   1.0.20190402
5
CATEGORIES=    devel python
5
CATEGORIES=    devel python
6
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Lines 17-34 Link Here
17
RUN_DEPENDS=   ${PY_ENUM34}
17
RUN_DEPENDS=   ${PY_ENUM34}
18
USES=          python
19
20
USE_PYTHON=    autoplist distutils cython
21
18
USE_GITHUB=     yes
22
USE_GITHUB=     yes
19
GH_ACCOUNT=    freenas
23
GH_ACCOUNT=    freenas
20
GH_PROJECT=    py-libzfs
24
GH_PROJECT=    py-libzfs
21
GH_TAGNAME=    3362fd4
25
GH_TAGNAME=    383afa0
22
HAS_CONFIGURE= yes
23
USES=          python
24
USE_PYTHON=    autoplist distutils cython
25
26
CONFIGURE_ENV= FREEBSD_SRC=${SRC_BASE}
27
MAKE_ENV=      FREEBSD_SRC=${SRC_BASE}
28
29
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
30
.if !exists(${SRC_BASE}/sys/Makefile)
27
.if !exists(${SRC_BASE}/sys/Makefile)
Lines 35-38 Link Here
35
IGNORE=        requires kernel source files in ${SRC_BASE}
32
IGNORE=        requires kernel source files in ${SRC_BASE}
36
.endif
33
.endif
34
WRKSRC=                ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}
35
37
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)distinfo (working copy) (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1545299995
1
TIMESTAMP = 1575414306
2
SHA256 (freenas-py-libzfs-1.0.20181220-3362fd4_GH0.tar.gz) = 247de9a6ac7460fe05e86fea56910ce53a648415e43870168299bedc3e7ab9a3
2
SHA256 (freenas-py-libzfs-1.0.20190402-383afa0_GH0.tar.gz) = b951f6900bb10dcee96ae1b875f6b01f01ee7e3d0d9a9126fa6a23b44756b20e
3
SIZE (freenas-py-libzfs-1.0.20181220-3362fd4_GH0.tar.gz) = 69930
3
SIZE (freenas-py-libzfs-1.0.20190402-383afa0_GH0.tar.gz) = 30541

Return to bug 242453