pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/liblinear



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.

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@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