pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/youtube-dl



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Mar 25 23:13:07 UTC 2019

Modified Files:
        pkgsrc/net/youtube-dl: Makefile

Log Message:
youtube-dl: Update HOMEPAGE and switch to https://


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 pkgsrc/net/youtube-dl/Makefile

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

Modified files:

Index: pkgsrc/net/youtube-dl/Makefile
diff -u pkgsrc/net/youtube-dl/Makefile:1.165 pkgsrc/net/youtube-dl/Makefile:1.166
--- pkgsrc/net/youtube-dl/Makefile:1.165        Mon Mar 18 11:30:38 2019
+++ pkgsrc/net/youtube-dl/Makefile      Mon Mar 25 23:13:07 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.165 2019/03/18 11:30:38 leot Exp $
+# $NetBSD: Makefile,v 1.166 2019/03/25 23:13:07 leot Exp $
 
 # XXX: VERSION_DATE can contains also an optional part that indicates
 # XXX: possible same day revisions. PKGNAME preserves that dotted part as is.
@@ -6,10 +6,10 @@ VERSION_DATE= 2019.03.18
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net
-MASTER_SITES=  http://youtube-dl.org/downloads/${VERSION_DATE}/
+MASTER_SITES=  https://youtube-dl.org/downloads/${VERSION_DATE}/
 
 MAINTAINER=    leot%NetBSD.org@localhost
-HOMEPAGE=      http://rg3.github.io/youtube-dl/
+HOMEPAGE=      https://ytdl-org.github.io/youtube-dl/
 COMMENT=       Download videos from youtube.com
 LICENSE=       public-domain
 



Home | Main Index | Thread Index | Old Index