Received: by mail.netbsd.org (Postfix, from userid 605) id 5D9B284D54; Fri, 8 Sep 2017 06:24:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E61CE84D41 for ; Fri, 8 Sep 2017 06:24:30 +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 hX4Id8tRtSvK for ; Fri, 8 Sep 2017 06:24:30 +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 8291A84D22 for ; Fri, 8 Sep 2017 06:24:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7CA7BFA97; Fri, 8 Sep 2017 06:24:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504851870284390" MIME-Version: 1.0 Date: Fri, 8 Sep 2017 06:24:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/R-e1071 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170908062430.7CA7BFA97@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. --_----------=_1504851870284390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 8 06:24:30 UTC 2017 Modified Files: pkgsrc/math/R-e1071: Makefile Log Message: Update HOMEPAGE. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-e1071/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504851870284390 Content-Disposition: inline Content-Length: 688 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-e1071/Makefile diff -u pkgsrc/math/R-e1071/Makefile:1.5 pkgsrc/math/R-e1071/Makefile:1.6 --- pkgsrc/math/R-e1071/Makefile:1.5 Fri Jan 1 12:03:03 2016 +++ pkgsrc/math/R-e1071/Makefile Fri Sep 8 06:24:30 2017 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2016/01/01 12:03:03 wen Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/08 06:24:30 wiz Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ${R_HOMEPAGE_BASE}/e1701/ +HOMEPAGE= https://cran.r-project.org/web/packages/e1071/index.html COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien LICENSE= gnu-gpl-v2 --_----------=_1504851870284390--