From owner-svn-ports-head@freebsd.org Fri Jul 24 20:28:30 2015 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 161929AAA14; Fri, 24 Jul 2015 20:28:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 DAC281ED2; Fri, 24 Jul 2015 20:28:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OKSTlV012770; Fri, 24 Jul 2015 20:28:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OKSThP012768; Fri, 24 Jul 2015 20:28:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201507242028.t6OKSThP012768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Jul 2015 20:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392842 - head/devel/shiboken 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.20 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, 24 Jul 2015 20:28:30 -0000 Author: antoine Date: Fri Jul 24 20:28:28 2015 New Revision: 392842 URL: https://svnweb.freebsd.org/changeset/ports/392842 Log: Fix packaging after sphinx update Reported by: pkg-fallout Pointy hat: kmoore@ Modified: head/devel/shiboken/Makefile head/devel/shiboken/pkg-plist Modified: head/devel/shiboken/Makefile ============================================================================== --- head/devel/shiboken/Makefile Fri Jul 24 20:24:57 2015 (r392841) +++ head/devel/shiboken/Makefile Fri Jul 24 20:28:28 2015 (r392842) @@ -3,6 +3,7 @@ PORTNAME= shiboken PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://download.qt-project.org/official_releases/pyside/ Modified: head/devel/shiboken/pkg-plist ============================================================================== --- head/devel/shiboken/pkg-plist Fri Jul 24 20:24:57 2015 (r392841) +++ head/devel/shiboken/pkg-plist Fri Jul 24 20:28:28 2015 (r392842) @@ -59,15 +59,16 @@ libdata/pkgconfig/shiboken.pc %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css %%PORTDOCS%%%%DOCSDIR%%/_static/bg_header.png %%PORTDOCS%%%%DOCSDIR%%/_static/bg_topo.jpg +%%PORTDOCS%%%%DOCSDIR%%/_static/classic.css %%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/down.png %%PORTDOCS%%%%DOCSDIR%%/_static/fakebar.png %%PORTDOCS%%%%DOCSDIR%%/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-1.11.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js %%PORTDOCS%%%%DOCSDIR%%/_static/logo_python.jpg %%PORTDOCS%%%%DOCSDIR%%/_static/logo_qt.png @@ -79,6 +80,7 @@ libdata/pkgconfig/shiboken.pc %%PORTDOCS%%%%DOCSDIR%%/_static/relbar_bg.png %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js %%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png