From owner-svn-ports-all@freebsd.org Mon Nov 19 16:24:27 2018 Return-Path: Delivered-To: svn-ports-all@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 049C91108D8C; Mon, 19 Nov 2018 16:24:27 +0000 (UTC) (envelope-from ericbsd@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 9CAF27D6A6; Mon, 19 Nov 2018 16:24:26 +0000 (UTC) (envelope-from ericbsd@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 7AA5724797; Mon, 19 Nov 2018 16:24:26 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAJGOQrC030240; Mon, 19 Nov 2018 16:24:26 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAJGOQpS030238; Mon, 19 Nov 2018 16:24:26 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <201811191624.wAJGOQpS030238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Mon, 19 Nov 2018 16:24:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485330 - head/x11/py-xcffib X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: head/x11/py-xcffib X-SVN-Commit-Revision: 485330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9CAF27D6A6 X-Spamd-Result: default: False [0.56 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.54)[0.542,0]; NEURAL_SPAM_MEDIUM(0.02)[0.018,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2018 16:24:27 -0000 Author: ericbsd Date: Mon Nov 19 16:24:25 2018 New Revision: 485330 URL: https://svnweb.freebsd.org/changeset/ports/485330 Log: add.x11/py-xcffib.missing._ffi.py.from.autoplist.in.pkg-plist Approved by: mentors (implicit) Added: head/x11/py-xcffib/pkg-plist (contents, props changed) Modified: head/x11/py-xcffib/Makefile Modified: head/x11/py-xcffib/Makefile ============================================================================== --- head/x11/py-xcffib/Makefile Mon Nov 19 16:17:49 2018 (r485329) +++ head/x11/py-xcffib/Makefile Mon Nov 19 16:24:25 2018 (r485330) @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libxcb.so:x11/libxcb BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${BUILD_DEPENDS} USES= python USE_PYTHON= autoplist distutils Added: head/x11/py-xcffib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/py-xcffib/pkg-plist Mon Nov 19 16:24:25 2018 (r485330) @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/xcffib/_ffi.py