Received: by mail.netbsd.org (Postfix, from userid 605) id 83F9784D4A; Wed, 3 May 2023 18:16:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2DDC84D3D for ; Wed, 3 May 2023 18:16:47 +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 y8-dGJk1XASX for ; Wed, 3 May 2023 18:16:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 44B9F84CF2 for ; Wed, 3 May 2023 18:16:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E15EFA87; Wed, 3 May 2023 18:16:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683137807158090" MIME-Version: 1.0 Date: Wed, 3 May 2023 18:16:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/isl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230503181647.3E15EFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683137807158090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 3 18:16:47 UTC 2023 Modified Files: pkgsrc/math/isl: Makefile Log Message: isl: update HOMEPAGE and MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/isl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683137807158090 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/isl/Makefile diff -u pkgsrc/math/isl/Makefile:1.10 pkgsrc/math/isl/Makefile:1.11 --- pkgsrc/math/isl/Makefile:1.10 Sun May 2 17:47:30 2021 +++ pkgsrc/math/isl/Makefile Wed May 3 18:16:47 2023 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2021/05/02 17:47:30 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/05/03 18:16:47 wiz Exp $ DISTNAME= isl-0.24 CATEGORIES= math -MASTER_SITES= http://isl.gforge.inria.fr/ +MASTER_SITES= https://libisl.sourceforge.io/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://isl.gforge.inria.fr/ +HOMEPAGE= https://libisl.sourceforge.io/ COMMENT= Integer set library required by gcc graphite LICENSE= mit --_----------=_1683137807158090--