pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/liblinear liblinear: follow redirects



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2ff6b179e9a
branches:  trunk
changeset: 371610:f2ff6b179e9a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 15 22:12:56 2017 +0000

description:
liblinear: follow redirects

diffstat:

 math/liblinear/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r bd815a728e0b -r f2ff6b179e9a math/liblinear/Makefile
--- a/math/liblinear/Makefile   Wed Nov 15 22:12:17 2017 +0000
+++ b/math/liblinear/Makefile   Wed Nov 15 22:12:56 2017 +0000
@@ -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@localhost
-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
 



Home | Main Index | Thread Index | Old Index