Received: by mail.netbsd.org (Postfix, from userid 605) id D3A1E84D4C; Wed, 11 Dec 2019 01:50:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B05884D21 for ; Wed, 11 Dec 2019 01:50:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EeR6kYrFz872 for ; Wed, 11 Dec 2019 01:50:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D2A9284CEA for ; Wed, 11 Dec 2019 01:50:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7A71FA97; Wed, 11 Dec 2019 01:50:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157602903112760" MIME-Version: 1.0 Date: Wed, 11 Dec 2019 01:50:31 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/enlightenment To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20191211015031.C7A71FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157602903112760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Dec 11 01:50:31 UTC 2019 Modified Files: pkgsrc/wm/enlightenment: Makefile options.mk Log Message: wm/enlightenment: make vera-ttf a suggested dependency vera-ttf is small, so it's simpler and safer to just make it a suggested dependency. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/wm/enlightenment/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/enlightenment/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157602903112760 Content-Disposition: inline Content-Length: 1440 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/enlightenment/Makefile diff -u pkgsrc/wm/enlightenment/Makefile:1.75 pkgsrc/wm/enlightenment/Makefile:1.76 --- pkgsrc/wm/enlightenment/Makefile:1.75 Sun Dec 8 13:26:55 2019 +++ pkgsrc/wm/enlightenment/Makefile Wed Dec 11 01:50:31 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.75 2019/12/08 13:26:55 nia Exp $ +# $NetBSD: Makefile,v 1.76 2019/12/11 01:50:31 gutteridge Exp $ DISTNAME= e16-1.0.21 PKGNAME= ${DISTNAME:S/e16/enlightenment/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} Index: pkgsrc/wm/enlightenment/options.mk diff -u pkgsrc/wm/enlightenment/options.mk:1.3 pkgsrc/wm/enlightenment/options.mk:1.4 --- pkgsrc/wm/enlightenment/options.mk:1.3 Sun Dec 8 13:26:55 2019 +++ pkgsrc/wm/enlightenment/options.mk Wed Dec 11 01:50:31 2019 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2019/12/08 13:26:55 nia Exp $ +# $NetBSD: options.mk,v 1.4 2019/12/11 01:50:31 gutteridge Exp $ # e16 is used here instead of enlightenment to avoid # potential conflict with x11/enlightenment. @@ -7,8 +7,8 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.e16 PKG_OPTIONS_OPTIONAL_GROUPS= sound PKG_OPTIONS_GROUP.sound= pulseaudio esound -PKG_SUPPORTED_OPTIONS= pango pulseaudio vera-ttf -PKG_SUGGESTED_OPTIONS= pango esound +PKG_SUPPORTED_OPTIONS= pango vera-ttf +PKG_SUGGESTED_OPTIONS= pango esound vera-ttf .include "../../mk/bsd.options.mk" --_----------=_157602903112760--