From owner-svn-ports-head@freebsd.org Fri Nov 18 20:46:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DE6BC48603; Fri, 18 Nov 2016 20:46:44 +0000 (UTC) (envelope-from kmoore@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 mx1.freebsd.org (Postfix) with ESMTPS id F39261B32; Fri, 18 Nov 2016 20:46:43 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAIKkhou076287; Fri, 18 Nov 2016 20:46:43 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAIKkhEk076286; Fri, 18 Nov 2016 20:46:43 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201611182046.uAIKkhEk076286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 18 Nov 2016 20:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426339 - head/textproc/py-sphinx X-SVN-Group: ports-head 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.23 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: Fri, 18 Nov 2016 20:46:44 -0000 Author: kmoore Date: Fri Nov 18 20:46:42 2016 New Revision: 426339 URL: https://svnweb.freebsd.org/changeset/ports/426339 Log: - Fix issue with pkg-plist and missing pickle PR: 214634 Reported by: rakuco@ Modified: head/textproc/py-sphinx/Makefile Modified: head/textproc/py-sphinx/Makefile ============================================================================== --- head/textproc/py-sphinx/Makefile Fri Nov 18 20:00:44 2016 (r426338) +++ head/textproc/py-sphinx/Makefile Fri Nov 18 20:46:42 2016 (r426339) @@ -37,10 +37,4 @@ post-build: ${SETENV} PYTHONPATH=${WRKSRC}/build/lib:${PYTHONPREFIX_SITELIBDIR} \ ${PYTHON_CMD} -m sphinx.pycode.pgen2.driver -c 'import load_grammar' -post-install: - ${INSTALL_DATA} ${WRKSRC}/build/lib/sphinx/pycode/Grammar-py${PYTHON_VER:R}-${PORTNAME}${PORTVERSION:R}.pickle \ - ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/sphinx/pycode/ - - @${ECHO_CMD} ${PYTHON_SITELIBDIR:S;${PYTHONBASE}/;;}/sphinx/pycode/Grammar-py${PYTHON_VER:R}-${PORTNAME}${PORTVERSION:R}.pickle >> ${TMPPLIST} - .include