Date: Fri, 28 Oct 2016 05:48:48 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424807 - head/devel/shiboken Message-ID: <201610280548.u9S5mmUB070296@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Oct 28 05:48:48 2016 New Revision: 424807 URL: https://svnweb.freebsd.org/changeset/ports/424807 Log: devel/shiboken: fix pkg-plist - add missing .css file PR: 210114 Submitted by: Tobias C.Berner <tcberner@gmail.com> Approved by: wg (maintainer timeout) Modified: head/devel/shiboken/Makefile head/devel/shiboken/pkg-plist Modified: head/devel/shiboken/Makefile ============================================================================== --- head/devel/shiboken/Makefile Fri Oct 28 04:51:43 2016 (r424806) +++ head/devel/shiboken/Makefile Fri Oct 28 05:48:48 2016 (r424807) @@ -3,7 +3,7 @@ PORTNAME= shiboken PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://download.qt-project.org/official_releases/pyside/ Modified: head/devel/shiboken/pkg-plist ============================================================================== --- head/devel/shiboken/pkg-plist Fri Oct 28 04:51:43 2016 (r424806) +++ head/devel/shiboken/pkg-plist Fri Oct 28 05:48:48 2016 (r424807) @@ -63,6 +63,7 @@ libdata/pkgconfig/shiboken.pc %%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610280548.u9S5mmUB070296>