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

Collapse All | Expand All

(-)devel/p4/Makefile (-1 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	p4
4
PORTNAME=	p4
5
PORTVERSION=	${YEAR}.${MAJOR}.${MINOR}
5
PORTVERSION=	${YEAR}.${MAJOR}.${MINOR}
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
# Perforce stupidly rerolls their distfiles on a regular basis, updating the
8
# Perforce stupidly rerolls their distfiles on a regular basis, updating the
9
# files' timestamps when they do, which changes the zip file's checksum.  Work
9
# files' timestamps when they do, which changes the zip file's checksum.  Work
Lines 36-41 Link Here
36
		CCFLAGS="${CFLAGS}" \
36
		CCFLAGS="${CFLAGS}" \
37
		LINKFLAGS="${LDFLAGS}" \
37
		LINKFLAGS="${LDFLAGS}" \
38
		OSVER=${OSVER} \
38
		OSVER=${OSVER} \
39
		SSL="yes" \
40
		SSLPREFIX="/usr/lib" \
39
		${JAM} -dx -j${MAKE_JOBS_NUMBER} || true
41
		${JAM} -dx -j${MAKE_JOBS_NUMBER} || true
40
42
41
do-install:
43
do-install:
(-)devel/py-p4python/Makefile (+2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	p4python
3
PORTNAME=	p4python
4
PORTVERSION=	2016.1.1447008
4
PORTVERSION=	2016.1.1447008
5
PORTREVISION=	1
5
CATEGORIES=	devel python
6
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-22 Link Here
17
18
18
USES=		dos2unix python
19
USES=		dos2unix python
19
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
PYDISTUTILS_BUILDARGS=	--ssl /usr/lib
20
22
21
post-patch:
23
post-patch:
22
	@${REINPLACE_CMD} -e 's:%%LOCALBASE%%:${LOCALBASE}:' ${WRKSRC}/setup.py
24
	@${REINPLACE_CMD} -e 's:%%LOCALBASE%%:${LOCALBASE}:' ${WRKSRC}/setup.py
(-)devel/py-p4python/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
The Python bindings for the Perforce Client API provide convenient classes
1
The Python bindings for the Perforce Client API provide convenient classes
2
within Python for communicating with Perforce SCM servers.
2
within Python for communicating with Perforce SCM servers.
3
3
4
WWW: https://www.perforce.com/perforce/doc.current/manuals/p4script/03_python.html
4
WWW: https://www.perforce.com/perforce/r14.2/manuals/p4script/python.programming.html

Return to bug 226352