From owner-svn-ports-head@freebsd.org Fri Jun 26 21:52:24 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3C8033607C9; Fri, 26 Jun 2020 21:52:24 +0000 (UTC) (envelope-from 0mp@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49trG00vHkz3fFB; Fri, 26 Jun 2020 21:52:24 +0000 (UTC) (envelope-from 0mp@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 1A0F01AC9B; Fri, 26 Jun 2020 21:52:24 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05QLqNDc060248; Fri, 26 Jun 2020 21:52:23 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05QLqNsV060245; Fri, 26 Jun 2020 21:52:23 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202006262152.05QLqNsV060245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Fri, 26 Jun 2020 21:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540543 - in head/x11-themes: slim-freebsd-black-theme slim-freebsd-dark-theme slim-freebsd-themes slim-themes X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/x11-themes: slim-freebsd-black-theme slim-freebsd-dark-theme slim-freebsd-themes slim-themes X-SVN-Commit-Revision: 540543 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Fri, 26 Jun 2020 21:52:24 -0000 Author: 0mp Date: Fri Jun 26 21:52:22 2020 New Revision: 540543 URL: https://svnweb.freebsd.org/changeset/ports/540543 Log: Add x11/slim to RUN_DEPENDS of SLiM themes ports Reported by: adamw Approved by: portmgr (missing dependencies blanket) Modified: head/x11-themes/slim-freebsd-black-theme/Makefile head/x11-themes/slim-freebsd-dark-theme/Makefile head/x11-themes/slim-freebsd-themes/Makefile head/x11-themes/slim-themes/Makefile Modified: head/x11-themes/slim-freebsd-black-theme/Makefile ============================================================================== --- head/x11-themes/slim-freebsd-black-theme/Makefile Fri Jun 26 21:36:02 2020 (r540542) +++ head/x11-themes/slim-freebsd-black-theme/Makefile Fri Jun 26 21:52:22 2020 (r540543) @@ -2,7 +2,7 @@ PORTNAME= slim-freebsd-black-theme DISTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= https://bitbucket.org/rigoletto-freebsd/slim-freebsd-black-theme/get/ @@ -12,7 +12,8 @@ COMMENT= Simple FreeBSD SLiM theme inspired on the Fre LICENSE= CC-BY-4.0 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= montserrat>=0:x11-fonts/montserrat +RUN_DEPENDS= montserrat>=0:x11-fonts/montserrat \ + slim>=0:x11/slim NO_ARCH= yes NO_BUILD= yes Modified: head/x11-themes/slim-freebsd-dark-theme/Makefile ============================================================================== --- head/x11-themes/slim-freebsd-dark-theme/Makefile Fri Jun 26 21:36:02 2020 (r540542) +++ head/x11-themes/slim-freebsd-dark-theme/Makefile Fri Jun 26 21:52:22 2020 (r540543) @@ -3,7 +3,7 @@ PORTNAME= slim-freebsd-dark-theme DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MAINTAINER= miguel@gocobachi.dev @@ -11,6 +11,8 @@ COMMENT= Minimalist FreeBSD black/red colors theme for LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= slim>=0:x11/slim USE_GITHUB= yes GH_ACCOUNT= gocobachi Modified: head/x11-themes/slim-freebsd-themes/Makefile ============================================================================== --- head/x11-themes/slim-freebsd-themes/Makefile Fri Jun 26 21:36:02 2020 (r540542) +++ head/x11-themes/slim-freebsd-themes/Makefile Fri Jun 26 21:52:22 2020 (r540543) @@ -2,6 +2,7 @@ PORTNAME= slim-freebsd-themes PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= LOCAL/decke DISTFILES= slim-freebsd-beastie.tar.gz slim-freebsd-simple.tar.gz @@ -10,6 +11,8 @@ MAINTAINER= decke@FreeBSD.org COMMENT= FreeBSD Theme pack for SLiM login app LICENSE= CC-BY-SA-4.0 + +RUN_DEPENDS= slim>=0:x11/slim NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/x11-themes/slim-themes/Makefile ============================================================================== --- head/x11-themes/slim-themes/Makefile Fri Jun 26 21:36:02 2020 (r540542) +++ head/x11-themes/slim-themes/Makefile Fri Jun 26 21:52:22 2020 (r540543) @@ -3,7 +3,7 @@ PORTNAME= slim-themes PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://dist.codelabs.ru/fbsd/ports/slim-themes/:new_themes \ http://dist.codelabs.ru/fbsd/ports/slim-themes/:old_themes \ @@ -12,6 +12,8 @@ DISTFILES= MAINTAINER= ports@FreeBSD.org COMMENT= Theme pack for SLiM login app + +RUN_DEPENDS= slim>=0:x11/slim NO_BUILD= yes NO_WRKSUBDIR= yes