pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Follow redirects.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69d593914cf3
branches:  trunk
changeset: 367855:69d593914cf3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 08 06:27:26 2017 +0000

description:
Follow redirects.

diffstat:

 x11/st-term/Makefile |  6 +++---
 x11/tabbed/Makefile  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r eee73e11f836 -r 69d593914cf3 x11/st-term/Makefile
--- a/x11/st-term/Makefile      Fri Sep 08 06:27:13 2017 +0000
+++ b/x11/st-term/Makefile      Fri Sep 08 06:27:26 2017 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2017/02/02 20:43:01 leot Exp $
+# $NetBSD: Makefile,v 1.5 2017/09/08 06:27:26 wiz Exp $
 
 DISTNAME=      st-0.7
 PKGNAME=       ${DISTNAME:S/-/-term-/}
 PKGREVISION=   1
 CATEGORIES=    x11
-MASTER_SITES=  http://dl.suckless.org/st/
+MASTER_SITES=  https://dl.suckless.org/st/
 
 MAINTAINER=    leot%NetBSD.org@localhost
-HOMEPAGE=      http://st.suckless.org/
+HOMEPAGE=      https://st.suckless.org/
 COMMENT=       Simple terminal implementation for X
 LICENSE=       mit
 
diff -r eee73e11f836 -r 69d593914cf3 x11/tabbed/Makefile
--- a/x11/tabbed/Makefile       Fri Sep 08 06:27:13 2017 +0000
+++ b/x11/tabbed/Makefile       Fri Sep 08 06:27:26 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2016/02/01 15:05:56 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/08 06:27:51 wiz Exp $
 
 DISTNAME=      tabbed-0.6
 CATEGORIES=    x11
-MASTER_SITES=  http://dl.suckless.org/tools/
+MASTER_SITES=  https://dl.suckless.org/tools/
 
 MAINTAINER=    amoibos%gmail.com@localhost
-HOMEPAGE=      http://tools.suckless.org/tabbed/
+HOMEPAGE=      https://tools.suckless.org/tabbed/
 COMMENT=       Simple generic tabbed frontend to xembed aware applications
 LICENSE=       mit
 



Home | Main Index | Thread Index | Old Index