svn commit: r424807 - head/devel/shiboken

Kurt Jaeger pi at FreeBSD.org
Fri Oct 28 05:48:49 UTC 2016


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 at 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


More information about the svn-ports-all mailing list