pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/botan-devel botan-devel: follow redirects



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4d424caaa87
branches:  trunk
changeset: 372013:b4d424caaa87
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 26 10:40:05 2017 +0000

description:
botan-devel: follow redirects

diffstat:

 security/botan-devel/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 7628d3800798 -r b4d424caaa87 security/botan-devel/Makefile
--- a/security/botan-devel/Makefile     Sun Nov 26 10:39:37 2017 +0000
+++ b/security/botan-devel/Makefile     Sun Nov 26 10:40:05 2017 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.22 2017/08/24 20:03:00 adam Exp $
+# $NetBSD: Makefile,v 1.23 2017/11/26 10:40:05 wiz Exp $
 
 DISTNAME=      Botan-2.1.0
 PKGNAME=       ${DISTNAME:tl}
 PKGREVISION=   2
 CATEGORIES=    security
-MASTER_SITES=  http://botan.randombit.net/releases/
+MASTER_SITES=  https://botan.randombit.net/releases/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    joerg%NetBSD.org@localhost
-HOMEPAGE=      http://botan.randombit.net/
+HOMEPAGE=      https://botan.randombit.net/
 COMMENT=       Portable, easy to use, and efficient C++ crypto library
 LICENSE=       2-clause-bsd
 



Home | Main Index | Thread Index | Old Index