From owner-svn-ports-all@freebsd.org Fri Dec 13 06:43:47 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1470E1E4F67; Fri, 13 Dec 2019 06:43:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Z1N26YLSz4fPk; Fri, 13 Dec 2019 06:43:46 +0000 (UTC) (envelope-from sunpoet@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 D7E8A8461; Fri, 13 Dec 2019 06:43:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBD6hkJF010825; Fri, 13 Dec 2019 06:43:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBD6hkkQ010823; Fri, 13 Dec 2019 06:43:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201912130643.xBD6hkkQ010823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Dec 2019 06:43:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520000 - head/x11/py-xcffib X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/x11/py-xcffib X-SVN-Commit-Revision: 520000 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 13 Dec 2019 06:43:47 -0000 Author: sunpoet Date: Fri Dec 13 06:43:46 2019 New Revision: 520000 URL: https://svnweb.freebsd.org/changeset/ports/520000 Log: Fix PLIST - Bump PORTREVISION for package change - While I'm here, sort *_DEPENDS ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PYTHON_SITELIBDIR%%/xcffib/__pycache__/_ffi.cpython-36.opt-1.pyc Error: Orphaned: %%PYTHON_SITELIBDIR%%/xcffib/__pycache__/_ffi.cpython-36.pyc Approved by: portmgr (blanket) Modified: head/x11/py-xcffib/Makefile head/x11/py-xcffib/pkg-plist Modified: head/x11/py-xcffib/Makefile ============================================================================== --- head/x11/py-xcffib/Makefile Fri Dec 13 06:43:41 2019 (r519999) +++ head/x11/py-xcffib/Makefile Fri Dec 13 06:43:46 2019 (r520000) @@ -3,6 +3,7 @@ PORTNAME= xcffib PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +14,9 @@ COMMENT= Xcffib is a replacement for xpyb, also is a X LICENSE= APACHE20 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} +LIB_DEPENDS= libxcb.so:x11/libxcb RUN_DEPENDS= ${BUILD_DEPENDS} USES= python Modified: head/x11/py-xcffib/pkg-plist ============================================================================== --- head/x11/py-xcffib/pkg-plist Fri Dec 13 06:43:41 2019 (r519999) +++ head/x11/py-xcffib/pkg-plist Fri Dec 13 06:43:46 2019 (r520000) @@ -1 +1,5 @@ %%PYTHON_SITELIBDIR%%/xcffib/_ffi.py +%%PYTHON2%%%%PYTHON_SITELIBDIR%%/xcffib/_ffi.pyc +%%PYTHON2%%%%PYTHON_SITELIBDIR%%/xcffib/_ffi.pyo +%%PYTHON3%%%%PYTHON_SITELIBDIR%%/xcffib/__pycache__/_ffi.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON3%%%%PYTHON_SITELIBDIR%%/xcffib/__pycache__/_ffi.cpython-%%PYTHON_SUFFIX%%.pyc