From owner-svn-ports-head@freebsd.org Fri Feb 9 20:29:00 2018 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 77482F21959; Fri, 9 Feb 2018 20:29:00 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A68E77994; Fri, 9 Feb 2018 20:29:00 +0000 (UTC) (envelope-from decke@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 211661AC5; Fri, 9 Feb 2018 20:29:00 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w19KSx1s059550; Fri, 9 Feb 2018 20:28:59 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w19KSxSe059549; Fri, 9 Feb 2018 20:28:59 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201802092028.w19KSxSe059549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Fri, 9 Feb 2018 20:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461336 - head/x11-themes/sddm-freebsd-black-theme X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: head/x11-themes/sddm-freebsd-black-theme X-SVN-Commit-Revision: 461336 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.25 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, 09 Feb 2018 20:29:00 -0000 Author: decke Date: Fri Feb 9 20:28:59 2018 New Revision: 461336 URL: https://svnweb.freebsd.org/changeset/ports/461336 Log: - Add missing dependency on montserrat font - Switch from PORTVERSION to DISTVERSION - Bump PORTREVISION Submitted by: lbdm@privacychain.ch (maintainer) Differential Revision: https://reviews.freebsd.org/D14001 Modified: head/x11-themes/sddm-freebsd-black-theme/Makefile Modified: head/x11-themes/sddm-freebsd-black-theme/Makefile ============================================================================== --- head/x11-themes/sddm-freebsd-black-theme/Makefile Fri Feb 9 20:25:35 2018 (r461335) +++ head/x11-themes/sddm-freebsd-black-theme/Makefile Fri Feb 9 20:28:59 2018 (r461336) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= sddm-freebsd-black-theme -PORTVERSION= 1.0 +DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11-themes MAINTAINER= lbdm@privacychain.ch @@ -9,6 +10,8 @@ COMMENT= Simple SDDM theme inspired on the FBSD SLiM t LICENSE= CC-BY-SA-3.0 LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= montserrat>=0:x11-fonts/montserrat USE_GITHUB= yes GH_ACCOUNT= lebarondemerde