View | Details | Raw Unified | Return to bug 230283 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/py-pywatchman/Makefile (-4 / +3 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pywatchman
3
PORTNAME=	pywatchman
4
PORTVERSION=	1.3.0
4
PORTVERSION=	1.4.1
5
PORTREVISION=	1
6
CATEGORIES=	sysutils python
5
CATEGORIES=	sysutils python
7
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-21 Link Here
14
13
15
RUN_DEPENDS=	watchman>=4:sysutils/watchman
14
RUN_DEPENDS=	watchman>=4:sysutils/watchman
16
15
17
USES=		python:2.7
16
USES=		python
18
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils concurrent
19
18
20
post-install:
19
post-install:
21
	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
20
	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
(-)sysutils/py-pywatchman/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (pywatchman-1.3.0.tar.gz) = c3d5be183b5b04f6ad575fc71b06dd196185dea1558d9f4d0598ba9beaab8245
1
TIMESTAMP = 1533173933
2
SIZE (pywatchman-1.3.0.tar.gz) = 16873
2
SHA256 (pywatchman-1.4.1.tar.gz) = d0047eb275deafb0011eda0a1a815fbd9742478c3d2b5ad6956d300e447dc2f9
3
SIZE (pywatchman-1.4.1.tar.gz) = 29297

Return to bug 230283