Received: by mail.netbsd.org (Postfix, from userid 605) id 2D0E684DED; Sat, 25 Jan 2020 16:54:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB78A84D65 for ; Sat, 25 Jan 2020 16:54:23 +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 BzU1jq3V3hhB for ; Sat, 25 Jan 2020 16:54:23 +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 41F9B84CDA for ; Sat, 25 Jan 2020 16:54:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35D20FBF4; Sat, 25 Jan 2020 16:54:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579971263106210" MIME-Version: 1.0 Date: Sat, 25 Jan 2020 16:54:23 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/blosc To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20200125165423.35D20FBF4@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. --_----------=_1579971263106210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Sat Jan 25 16:54:23 UTC 2020 Modified Files: pkgsrc/devel/blosc: Makefile Log Message: devel/blosc: Update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/blosc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579971263106210 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/blosc/Makefile diff -u pkgsrc/devel/blosc/Makefile:1.8 pkgsrc/devel/blosc/Makefile:1.9 --- pkgsrc/devel/blosc/Makefile:1.8 Sun Dec 15 14:22:58 2019 +++ pkgsrc/devel/blosc/Makefile Sat Jan 25 16:54:23 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/12/15 14:22:58 adam Exp $ +# $NetBSD: Makefile,v 1.9 2020/01/25 16:54:23 minskim Exp $ DISTNAME= blosc-1.17.1 CATEGORIES= devel @@ -7,7 +7,7 @@ GITHUB_PROJECT= c-blosc GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://blosc.org/ +HOMEPAGE= https://blosc.org/ COMMENT= Blocking, shuffling, and lossless compression library LICENSE= modified-bsd --_----------=_1579971263106210--