diff options
-rw-r--r-- | devel/py-p4python/Makefile | 4 | ||||
-rw-r--r-- | devel/py-p4python/pkg-descr | 2 |
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 |