Received: by mail.netbsd.org (Postfix, from userid 605) id 81AE284DDA; Sun, 16 Feb 2020 19:53:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A88884DCE for ; Sun, 16 Feb 2020 19:53:54 +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 qsEgecKeAH2U for ; Sun, 16 Feb 2020 19:53:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 62E5F84DBB for ; Sun, 16 Feb 2020 19:53:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5AF6AFBF4; Sun, 16 Feb 2020 19:53:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158188283326850" MIME-Version: 1.0 Date: Sun, 16 Feb 2020 19:53:53 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/devel/guile-slib To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20200216195353.5AF6AFBF4@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. --_----------=_158188283326850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Feb 16 19:53:53 UTC 2020 Modified Files: pkgsrc/devel/guile-slib: Makefile Log Message: devel/guile-slib: Update to 3.2.6 Change version and depend on newer slib. (There is no upstream, and hence no upstream changes.) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/guile-slib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158188283326850 Content-Disposition: inline Content-Length: 819 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/guile-slib/Makefile diff -u pkgsrc/devel/guile-slib/Makefile:1.45 pkgsrc/devel/guile-slib/Makefile:1.46 --- pkgsrc/devel/guile-slib/Makefile:1.45 Thu Sep 15 14:02:41 2016 +++ pkgsrc/devel/guile-slib/Makefile Sun Feb 16 19:53:53 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2016/09/15 14:02:41 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2020/02/16 19:53:53 gdt Exp $ -DISTNAME= guile-slib-3.2.5 +SLIBVERSION= 3.2.6 +DISTNAME= guile-slib-${SLIBVERSION} CATEGORIES= devel MASTER_SITES= # empty DISTFILES= # empty @@ -9,7 +10,7 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html COMMENT= SLIB glue files for guile -DEPENDS+= slib>=3.2.5nb1:../../devel/slib +DEPENDS+= slib>=${SLIBVERSION}:../../devel/slib NO_BUILD= yes WRKSRC= ${WRKDIR} --_----------=_158188283326850--