pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/botan-devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 26 10:40:05 UTC 2017

Modified Files:
        pkgsrc/security/botan-devel: Makefile

Log Message:
botan-devel: follow redirects


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/botan-devel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/botan-devel/Makefile
diff -u pkgsrc/security/botan-devel/Makefile:1.22 pkgsrc/security/botan-devel/Makefile:1.23
--- pkgsrc/security/botan-devel/Makefile:1.22   Thu Aug 24 20:03:00 2017
+++ pkgsrc/security/botan-devel/Makefile        Sun Nov 26 10:40:05 2017
@@ -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