Index: head/x11-wm/bspwm/Makefile =================================================================== --- head/x11-wm/bspwm/Makefile (revision 381454) +++ head/x11-wm/bspwm/Makefile (revision 381455) @@ -1,26 +1,27 @@ # Created by: Anton Törnqvist # $FreeBSD$ PORTNAME= bspwm -PORTVERSION= 0.8.9 +PORTVERSION= 0.9 CATEGORIES= x11-wm MAINTAINER= antont@inbox.lv COMMENT= Tiling window manager based on binary space partitioning LIB_DEPENDS= libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm RUN_DEPENDS= sxhkd:${PORTSDIR}/x11/sxhkd USE_GITHUB= yes GH_ACCOUNT= baskerville -GH_COMMIT= 1c5c3a1 +GH_COMMIT= cbaf43e -USES= gmake +USES= gmake shebangfix +SHEBANG_FILES= contrib/freedesktop/bspwm-session -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/x11-wm/bspwm/distinfo =================================================================== --- head/x11-wm/bspwm/distinfo (revision 381454) +++ head/x11-wm/bspwm/distinfo (revision 381455) @@ -1,2 +1,2 @@ -SHA256 (bspwm-0.8.9.tar.gz) = 841c9730ad16f63c74de0854bfc1eb1edb67baa6f6e797a1a8b59ec48929d249 -SIZE (bspwm-0.8.9.tar.gz) = 65651 +SHA256 (bspwm-0.9.tar.gz) = 15d7b764aeb10194996e7d56b637488ec11496051d9309ba91bf6f33c4764398 +SIZE (bspwm-0.9.tar.gz) = 62832 Property changes on: head/x11-wm/bspwm/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/x11-wm/bspwm/pkg-plist =================================================================== --- head/x11-wm/bspwm/pkg-plist (revision 381454) +++ head/x11-wm/bspwm/pkg-plist (revision 381455) @@ -1,29 +1,44 @@ bin/bspc bin/bspwm -share/bash-completion/completions/bspc +bin/bspwm-session man/man1/bspc.1.gz man/man1/bspwm.1.gz -share/zsh/site-functions/_bspc +share/bash-completion/completions/bspc +%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md +%%PORTDOCS%%%%DOCSDIR%%/INSTALL.md +%%PORTDOCS%%%%DOCSDIR%%/MISC.md +%%PORTDOCS%%%%DOCSDIR%%/TODO.md +%%PORTDOCS%%%%DOCSDIR%%/examples/bspwmrc +%%PORTDOCS%%%%DOCSDIR%%/examples/external_rules/bspwmrc +%%PORTDOCS%%%%DOCSDIR%%/examples/external_rules/external_rules +%%PORTDOCS%%%%DOCSDIR%%/examples/loop/bspwmrc +%%PORTDOCS%%%%DOCSDIR%%/examples/loop/profile +%%PORTDOCS%%%%DOCSDIR%%/examples/loop/sxhkdrc +%%PORTDOCS%%%%DOCSDIR%%/examples/loop/wm +%%PORTDOCS%%%%DOCSDIR%%/examples/loop/xinitrc +%%PORTDOCS%%%%DOCSDIR%%/examples/overlapping_borders/bspwmrc +%%PORTDOCS%%%%DOCSDIR%%/examples/panel/bspwmrc +%%PORTDOCS%%%%DOCSDIR%%/examples/panel/panel +%%PORTDOCS%%%%DOCSDIR%%/examples/panel/panel_bar +%%PORTDOCS%%%%DOCSDIR%%/examples/panel/panel_colors +%%PORTDOCS%%%%DOCSDIR%%/examples/panel/profile +%%PORTDOCS%%%%DOCSDIR%%/examples/panel/sxhkdrc +%%PORTDOCS%%%%DOCSDIR%%/examples/sxhkdrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bspwmrc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sxhkdrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/bspwmrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/external_rules -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/README.asciidoc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/bspwm_rules -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/bspwmrc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/external_rules -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/rulc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/external_rules/lua/ruld %%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/bspwmrc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/sxhkdrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/profile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/sxhkdrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/wm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/loop/xinitrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlapping_borders/bspwmrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/bspwmrc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel %%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel_bar %%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel_colors -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/panel_dzen2 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/profile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/panel/sxhkdrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sxhkdrc +share/xsessions/bspwm.desktop +share/zsh/site-functions/_bspc Property changes on: head/x11-wm/bspwm/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property