pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/tabbed



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  8 06:27:51 UTC 2017

Modified Files:
        pkgsrc/x11/tabbed: Makefile

Log Message:
Follow redirects.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/tabbed/Makefile

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

Modified files:

Index: pkgsrc/x11/tabbed/Makefile
diff -u pkgsrc/x11/tabbed/Makefile:1.1 pkgsrc/x11/tabbed/Makefile:1.2
--- pkgsrc/x11/tabbed/Makefile:1.1      Mon Feb  1 15:05:56 2016
+++ pkgsrc/x11/tabbed/Makefile  Fri Sep  8 06:27:51 2017
@@ -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