diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
commit | aac8ae3f9d5e5887930bc43a78a11dc5ca171869 (patch) | |
tree | 4731dc2aa469be23d28c59f0fa47c6c55b257d52 /audio/flac | |
parent | 728e310226d4082766b2e551577ccf9dc9f502c3 (diff) | |
download | pkgsrc-aac8ae3f9d5e5887930bc43a78a11dc5ca171869.tar.gz |
Follow some http -> https redirects.
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 8cd21969ca1..eb52e7fa3f1 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2017/01/05 09:16:41 prlw1 Exp $ +# $NetBSD: Makefile,v 1.53 2017/08/01 14:58:52 wiz Exp $ DISTNAME= flac-1.3.2 CATEGORIES= audio archivers @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.xz DIST_SUBDIR= flac MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://xiph.org/flac/ +HOMEPAGE= https://xiph.org/flac/ COMMENT= Free lossless audio codec LICENSE= modified-bsd AND gnu-gpl-v2 AND gnu-lgpl-v2.1 |