From owner-svn-ports-head@freebsd.org Tue Mar 6 21:59:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A702F3327B; Tue, 6 Mar 2018 21:59:10 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD9B36DC89; Tue, 6 Mar 2018 21:59:09 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C862618959; Tue, 6 Mar 2018 21:59:09 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w26Lx9rv048751; Tue, 6 Mar 2018 21:59:09 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w26Lx99N048749; Tue, 6 Mar 2018 21:59:09 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201803062159.w26Lx99N048749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Tue, 6 Mar 2018 21:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463769 - head/devel/py-p4python X-SVN-Group: ports-head X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: head/devel/py-p4python X-SVN-Commit-Revision: 463769 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 21:59:10 -0000 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 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