summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2018-03-06 21:59:09 +0000
committerAlan Somers <asomers@FreeBSD.org>2018-03-06 21:59:09 +0000
commit33cd82ed5beb40c8cea46261a53ad7e3a0153d12 (patch)
tree199a4e9edc850837e6e8cfb5ebedb1907bbdbae8
parentsecurity/strongswan: Fix crash in public key authentication with 5.6.2 (diff)
devel/py-p4python: build with SSL support
Also, fix the WWW link Reported by: Mike Durian <durian@bogie.net> Tested by: Mike Durian, ken@FreeBSD.org
Notes
Notes: svn path=/head/; revision=463769
-rw-r--r--devel/py-p4python/Makefile4
-rw-r--r--devel/py-p4python/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/py-p4python/Makefile b/devel/py-p4python/Makefile
index 02588c369546..5c882f22b509 100644
--- a/devel/py-p4python/Makefile
+++ b/devel/py-p4python/Makefile
@@ -2,6 +2,7 @@
PORTNAME= p4python
PORTVERSION= 2016.1.1447008
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS+= ${LOCALBASE}/lib/perforce/libclient.a:devel/p4api
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= dos2unix python
+USES= dos2unix python ssl
USE_PYTHON= distutils autoplist
+PYDISTUTILS_BUILDARGS= --ssl ${OPENSSLLIB}
post-patch:
@${REINPLACE_CMD} -e 's:%%LOCALBASE%%:${LOCALBASE}:' ${WRKSRC}/setup.py
diff --git a/devel/py-p4python/pkg-descr b/devel/py-p4python/pkg-descr
index 77e7df1671b2..d1221ceee100 100644
--- a/devel/py-p4python/pkg-descr
+++ b/devel/py-p4python/pkg-descr
@@ -1,4 +1,4 @@
The Python bindings for the Perforce Client API provide convenient classes
within Python for communicating with Perforce SCM servers.
-WWW: https://www.perforce.com/perforce/doc.current/manuals/p4script/03_python.html
+WWW: https://www.perforce.com/perforce/r14.2/manuals/p4script/python.programming.html