Date: Thu, 7 Nov 2019 09:39:49 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516959 - head/x11-wm/subtle Message-ID: <201911070939.xA79dnGh051055@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Nov 7 09:39:49 2019 New Revision: 516959 URL: https://svnweb.freebsd.org/changeset/ports/516959 Log: - Add USES=xorg - Update WWW - Pet portlint Approved by: portmgr blanket Modified: head/x11-wm/subtle/Makefile head/x11-wm/subtle/pkg-descr Modified: head/x11-wm/subtle/Makefile ============================================================================== --- head/x11-wm/subtle/Makefile Thu Nov 7 09:38:30 2019 (r516958) +++ head/x11-wm/subtle/Makefile Thu Nov 7 09:39:49 2019 (r516959) @@ -4,7 +4,7 @@ PORTNAME= subtle PORTVERSION= 0.11.3224 CATEGORIES= x11-wm ruby -MASTER_SITES= http://subtle.subforge.org/attachments/download/81/ +MASTER_SITES= https://subtle.subforge.org/attachments/download/81/ DISTNAME= ${PORTNAME}-${PORTVERSION}-xi MAINTAINER= danfe@FreeBSD.org @@ -12,11 +12,11 @@ COMMENT= Grid-based manual tiling window manager LICENSE= GPLv2 -BUILD_DEPENDS= rake:devel/rubygem-rake - BROKEN_powerpc64= fails to compile: ruby.h: wrong number of arguments specified for 'deprecated' attribute -USES= pkgconfig tar:tbz2 +BUILD_DEPENDS= rake:devel/rubygem-rake + +USES= pkgconfig tar:tbz2 xorg USE_RUBY= yes USE_XORG= x11 xft xinerama xpm xrandr xtst Modified: head/x11-wm/subtle/pkg-descr ============================================================================== --- head/x11-wm/subtle/pkg-descr Thu Nov 7 09:38:30 2019 (r516958) +++ head/x11-wm/subtle/pkg-descr Thu Nov 7 09:39:49 2019 (r516959) @@ -11,4 +11,4 @@ managers, subtle does not allow weak tagging and alway virtual desktops (called views) with matching tags, regardless of the current active view. -WWW: http://subtle.subforge.org/ +WWW: https://subtle.subforge.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911070939.xA79dnGh051055>