Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2018 21:59:09 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463769 - head/devel/py-p4python
Message-ID:  <201803062159.w26Lx99N048749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers (src committer)
Date: Tue Mar  6 21:59:09 2018
New Revision: 463769
URL: https://svnweb.freebsd.org/changeset/ports/463769

Log:
  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

Modified:
  head/devel/py-p4python/Makefile
  head/devel/py-p4python/pkg-descr

Modified: head/devel/py-p4python/Makefile
==============================================================================
--- head/devel/py-p4python/Makefile	Tue Mar  6 21:56:48 2018	(r463768)
+++ head/devel/py-p4python/Makefile	Tue Mar  6 21:59:09 2018	(r463769)
@@ -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

Modified: head/devel/py-p4python/pkg-descr
==============================================================================
--- head/devel/py-p4python/pkg-descr	Tue Mar  6 21:56:48 2018	(r463768)
+++ head/devel/py-p4python/pkg-descr	Tue Mar  6 21:59:09 2018	(r463769)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803062159.w26Lx99N048749>