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

(-)Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xattr
4
PORTNAME=	xattr
5
PORTVERSION=	0.7.8
5
PORTVERSION=	0.9.2
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-22 Link Here
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
15
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
18
18
19
USES=		python
19
USES?=		python
20
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xattr-0.7.8.tar.gz) = 2710204d77e3354aa5704d10506a1a1a658e8ecc83f283cbf5d208ffe0737859
1
TIMESTAMP = 1505104135
2
SIZE (xattr-0.7.8.tar.gz) = 13449
2
SHA256 (xattr-0.9.2.tar.gz) = 3bbf13c2c9283a52c5dee5586a120e010217ab4e835ccfcfcabe8b22eb1f66e7
3
SIZE (xattr-0.9.2.tar.gz) = 22188
(-)pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
in the file system.  They are stored as name:data pairs associated with
2
in the file system.  They are stored as name:data pairs associated with
3
file system objects (files, directories, symlinks, etc).
3
file system objects (files, directories, symlinks, etc).
4
4
5
WWW: http://undefined.org/python/#xattr
5
WWW: https://github.com/xattr/xattr

Return to bug 222888