pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libtar



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jun 22 11:31:06 UTC 2019

Modified Files:
        pkgsrc/devel/libtar: Makefile

Log Message:
libtar: HOMEPAGE redirects to https


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libtar/Makefile

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

Modified files:

Index: pkgsrc/devel/libtar/Makefile
diff -u pkgsrc/devel/libtar/Makefile:1.16 pkgsrc/devel/libtar/Makefile:1.17
--- pkgsrc/devel/libtar/Makefile:1.16   Sun Dec 13 18:26:07 2015
+++ pkgsrc/devel/libtar/Makefile        Sat Jun 22 11:31:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/12/13 18:26:07 bsiegert Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/22 11:31:06 nia Exp $
 #
 
 DISTNAME=      libtar-1.2.20
@@ -6,7 +6,7 @@ CATEGORIES=     devel archivers
 MASTER_SITES=  http://pkgbuild.com/~giovanni/libtar/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://repo.or.cz/w/libtar.git/
+HOMEPAGE=      https://repo.or.cz/w/libtar.git/
 COMMENT=       Library for manipulating POSIX tar files
 
 WRKSRC=                        ${WRKDIR}/libtar



Home | Main Index | Thread Index | Old Index