From owner-svn-ports-head@freebsd.org Tue Feb 12 01:58:39 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ED1014EF0F2; Tue, 12 Feb 2019 01:58:39 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8BFC966F6; Tue, 12 Feb 2019 01:58:38 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEC168E9D; Tue, 12 Feb 2019 01:58:38 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1C1wcpM069243; Tue, 12 Feb 2019 01:58:38 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1C1wcDc069242; Tue, 12 Feb 2019 01:58:38 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201902120158.x1C1wcDc069242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 12 Feb 2019 01:58:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492747 - head/x11-wm/compiz-fusion X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/x11-wm/compiz-fusion X-SVN-Commit-Revision: 492747 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E8BFC966F6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 12 Feb 2019 01:58:39 -0000 Author: meta Date: Tue Feb 12 01:58:38 2019 New Revision: 492747 URL: https://svnweb.freebsd.org/changeset/ports/492747 Log: x11-wm/compiz-fusion: add LICENSE and missing dependencies While here, - Reset maintainership due to long timeout PR: 230915 Submitted by: Samy Mahmoudi Approved by: freebsd-ports@dan.me.uk (maintainer timeout, ~5 months) Modified: head/x11-wm/compiz-fusion/Makefile Modified: head/x11-wm/compiz-fusion/Makefile ============================================================================== --- head/x11-wm/compiz-fusion/Makefile Tue Feb 12 00:50:18 2019 (r492746) +++ head/x11-wm/compiz-fusion/Makefile Tue Feb 12 01:58:38 2019 (r492747) @@ -3,31 +3,39 @@ PORTNAME= compiz-fusion PORTVERSION= 0.8.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm -MAINTAINER= freebsd-ports@dan.me.uk +MAINTAINER= ports@FreeBSD.org COMMENT= Metaport of compiz-fusion +LICENSE= GPLv2+ LGPL21+ MIT +LICENSE_COMB= multi + LIB_DEPENDS= libcompizconfig.so:x11-wm/libcompizconfig RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \ ${LOCALBASE}/lib/compiz/libanimation.so:x11-wm/compiz-plugins-main \ ${LOCALBASE}/bin/ccsm:x11-wm/ccsm USES= metaport +USE_GNOME= libxslt +USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xrandr -OPTIONS_DEFINE= EXTRA UNSUP EMERALD GCONF -OPTIONS_DEFAULT= GCONF EXTRA EMERALD +OPTIONS_DEFINE= EMERALD EXTRA GCONF UNSUP +OPTIONS_DEFAULT= EMERALD EXTRA GCONF +EMERALD_DESC= Enable emerald window decorator EXTRA_DESC= Enable extra plugins UNSUP_DESC= Enable unsupported plugins -EMERALD_DESC= Enable emerald window decorator -EXTRA_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libaddhelper.so:x11-wm/compiz-plugins-extra -UNSUP_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libfakeargb.so:x11-wm/compiz-plugins-unsupported EMERALD_RUN_DEPENDS= ${LOCALBASE}/bin/emerald:x11-wm/emerald \ - ${LOCALBASE}/share/emerald/themes/Adonis_Mod/theme.ini:x11-themes/emerald-themes + ${LOCALBASE}/share/emerald/themes/Adonis_Mod/theme.ini:x11-themes/emerald-themes +EXTRA_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libaddhelper.so:x11-wm/compiz-plugins-extra + +GCONF_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification GCONF_RUN_DEPENDS= ${LOCALBASE}/lib/compizconfig/backends/libgconf.so:x11-wm/compizconfig-backend-gconf + +UNSUP_RUN_DEPENDS= ${LOCALBASE}/lib/compiz/libfakeargb.so:x11-wm/compiz-plugins-unsupported .include