Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7900284D2A for ; Fri, 1 Sep 2023 06:03:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Fm4r4fy_iNCO for ; Fri, 1 Sep 2023 06:03:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CDFE484CC8 for ; Fri, 1 Sep 2023 06:03:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7612FBDB; Fri, 1 Sep 2023 06:03:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693548209200030" MIME-Version: 1.0 Date: Fri, 1 Sep 2023 06:03:29 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/wm/fvwm-themes To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230901060329.C7612FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693548209200030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Fri Sep 1 06:03:29 UTC 2023 Modified Files: pkgsrc/wm/fvwm-themes: Makefile Log Message: fvwm-themes: requires fvwm-2.5.8 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/wm/fvwm-themes/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693548209200030 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/fvwm-themes/Makefile diff -u pkgsrc/wm/fvwm-themes/Makefile:1.25 pkgsrc/wm/fvwm-themes/Makefile:1.26 --- pkgsrc/wm/fvwm-themes/Makefile:1.25 Fri Sep 1 05:57:21 2023 +++ pkgsrc/wm/fvwm-themes/Makefile Fri Sep 1 06:03:29 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2023/09/01 05:57:21 vins Exp $ +# $NetBSD: Makefile,v 1.26 2023/09/01 06:03:29 vins Exp $ # DISTNAME= fvwm-themes-${THEM_VER} @@ -14,7 +14,7 @@ HOMEPAGE= http://fvwm-themes.sourceforge COMMENT= Configuration framework for fvwm2 with samples LICENSE= gnu-gpl-v2 -DEPENDS+= {fvwm,fvwm2}>=2.4.8:../../wm/fvwm +DEPENDS+= fvwm>=2.5.8:../../wm/fvwm DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick THEM_VER= 0.7.0 --_----------=_1693548209200030--