diff options
author | asomers <asomers@FreeBSD.org> | 2018-03-07 05:59:09 +0800 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2018-03-07 05:59:09 +0800 |
commit | b053fa19c2a60d7f41a6654e855c1c01d743fba0 (patch) | |
tree | 199a4e9edc850837e6e8cfb5ebedb1907bbdbae8 /devel | |
parent | 32b1298c047b05a6817b904f48667c388f49eeec (diff) | |
download | freebsd-ports-gnome-b053fa19c2a60d7f41a6654e855c1c01d743fba0.tar.gz freebsd-ports-gnome-b053fa19c2a60d7f41a6654e855c1c01d743fba0.tar.zst freebsd-ports-gnome-b053fa19c2a60d7f41a6654e855c1c01d743fba0.zip |
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
Diffstat (limited to 'devel')
-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 |