pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/fltk13 fltk13: use https



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02ac4064196a
branches:  trunk
changeset: 398317:02ac4064196a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 16 11:25:43 2019 +0000

description:
fltk13: use https

diffstat:

 x11/fltk13/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 4c62e95a5b8b -r 02ac4064196a x11/fltk13/Makefile
--- a/x11/fltk13/Makefile       Tue Jul 16 11:23:00 2019 +0000
+++ b/x11/fltk13/Makefile       Tue Jul 16 11:25:43 2019 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.28 2019/07/16 11:21:25 micha Exp $
+# $NetBSD: Makefile,v 1.29 2019/07/16 11:25:43 wiz Exp $
 
 DISTNAME=      fltk-1.3.5-source
 PKGNAME=       ${DISTNAME:S/-source//}
 VERS=          ${DISTNAME:S/fltk-//:S/-source//}
 CATEGORIES=    x11
-MASTER_SITES=  http://fltk.org/pub/fltk/${VERS}/
+MASTER_SITES=  https://fltk.org/pub/fltk/${VERS}/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.fltk.org/
+HOMEPAGE=      https://www.fltk.org/
 COMMENT=       Fast Light Tool Kit for graphical user interfaces
 LICENSE=       gnu-lgpl-v2
 



Home | Main Index | Thread Index | Old Index