Received: by mail.netbsd.org (Postfix, from userid 605) id 7BBB584DF4; Wed, 15 Nov 2017 22:12:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02DD084DB9 for ; Wed, 15 Nov 2017 22:12:57 +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 krjdqO9Xorgz for ; Wed, 15 Nov 2017 22:12:56 +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 655B184D24 for ; Wed, 15 Nov 2017 22:12:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F6D1FB3F; Wed, 15 Nov 2017 22:12:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151078397695340" MIME-Version: 1.0 Date: Wed, 15 Nov 2017 22:12:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/liblinear To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171115221256.5F6D1FB3F@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. --_----------=_151078397695340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 15 22:12:56 UTC 2017 Modified Files: pkgsrc/math/liblinear: Makefile Log Message: liblinear: follow redirects To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/liblinear/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151078397695340 Content-Disposition: inline Content-Length: 799 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/liblinear/Makefile diff -u pkgsrc/math/liblinear/Makefile:1.5 pkgsrc/math/liblinear/Makefile:1.6 --- pkgsrc/math/liblinear/Makefile:1.5 Fri Nov 10 16:18:47 2017 +++ pkgsrc/math/liblinear/Makefile Wed Nov 15 22:12:56 2017 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2017/11/10 16:18:47 khorben Exp $ +# $NetBSD: Makefile,v 1.6 2017/11/15 22:12:56 wiz Exp $ DISTNAME= liblinear-2.11 PKGREVISION= 1 CATEGORIES= math -MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/liblinear/ +MASTER_SITES= https://www.csie.ntu.edu.tw/~cjlin/liblinear/ MAINTAINER= cheusov@NetBSD.org -HOMEPAGE= http://www.csie.ntu.edu.tw/~cjlin/liblinear/ +HOMEPAGE= https://www.csie.ntu.edu.tw/~cjlin/liblinear/ COMMENT= Library for large linear classification LICENSE= modified-bsd --_----------=_151078397695340--