Received: by mail.netbsd.org (Postfix, from userid 605) id 24742850DA; Wed, 23 Jun 2021 20:02:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 616FA84DA9 for ; Wed, 23 Jun 2021 20:02:14 +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 o4M-4xGfw-tw for ; Wed, 23 Jun 2021 20:02:14 +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 BA3CB84C71 for ; Wed, 23 Jun 2021 20:02:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B752AFA95; Wed, 23 Jun 2021 20:02:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624478533276670" MIME-Version: 1.0 Date: Wed, 23 Jun 2021 20:02:13 +0000 From: "Jason Bacon" Subject: CVS commit: pkgsrc/devel/libctl To: pkgsrc-changes@NetBSD.org Reply-To: bacon@netbsd.org X-Mailer: log_accum Message-Id: <20210623200213.B752AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624478533276670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Wed Jun 23 20:02:13 UTC 2021 Modified Files: pkgsrc/devel/libctl: Makefile Log Message: devel/libctl: Release maintainership Narrowing my focus to biology packages To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/libctl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624478533276670 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libctl/Makefile diff -u pkgsrc/devel/libctl/Makefile:1.34 pkgsrc/devel/libctl/Makefile:1.35 --- pkgsrc/devel/libctl/Makefile:1.34 Sun Mar 8 16:47:36 2020 +++ pkgsrc/devel/libctl/Makefile Wed Jun 23 20:02:13 2021 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.34 2020/03/08 16:47:36 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2021/06/23 20:02:13 bacon Exp $ DISTNAME= libctl-3.2.2 PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= http://ab-initio.mit.edu/libctl/ -MAINTAINER= bacon@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ab-initio.mit.edu/libctl/ COMMENT= Guile-based flexible control file library for scientific simulations LICENSE= gnu-gpl-v2 --_----------=_1624478533276670--