Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A2DA850FA for ; Fri, 29 Dec 2023 01:13:08 +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 f5Rji7rpcLW2 for ; Fri, 29 Dec 2023 01:13:08 +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 0A8CC84EBB for ; Fri, 29 Dec 2023 01:13:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFFDBFA42; Fri, 29 Dec 2023 01:13:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703812387227100" MIME-Version: 1.0 Date: Fri, 29 Dec 2023 01:13:07 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/devel/cfitsio To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231229011307.EFFDBFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703812387227100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 29 01:13:07 UTC 2023 Modified Files: pkgsrc/devel/cfitsio: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/cfitsio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703812387227100 Content-Disposition: inline Content-Length: 700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cfitsio/Makefile diff -u pkgsrc/devel/cfitsio/Makefile:1.47 pkgsrc/devel/cfitsio/Makefile:1.48 --- pkgsrc/devel/cfitsio/Makefile:1.47 Wed Nov 8 13:18:41 2023 +++ pkgsrc/devel/cfitsio/Makefile Fri Dec 29 01:13:07 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.47 2023/11/08 13:18:41 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2023/12/29 01:13:07 zafer Exp $ DISTNAME= cfitsio-4.2.0 PKGREVISION= 2 CATEGORIES= devel -MASTER_SITES= http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ +MASTER_SITES= https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html --_----------=_1703812387227100--