diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
commit | f560d2e5d7ed70b5229a9b504c8191dc19c01b1a (patch) | |
tree | eab4f3e0e6eb7e3811012b4e1f94a221cb549e8d /audio/tremor/Makefile | |
parent | 97dbfd79e813b7e5d90cfa441d0c21c00842ab1e (diff) | |
download | pkgsrc-f560d2e5d7ed70b5229a9b504c8191dc19c01b1a.tar.gz |
Follow some http redirects.
Diffstat (limited to 'audio/tremor/Makefile')
-rw-r--r-- | audio/tremor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index 93b689ea9fc..4d8cc1d3c25 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2016/04/20 12:10:32 nros Exp $ +# $NetBSD: Makefile,v 1.25 2017/08/16 20:21:04 wiz Exp $ DISTNAME= tremor_snapshot_030406 PKGNAME= tremor-1.0.2 PKGREVISION= 5 CATEGORIES= devel audio -MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ +MASTER_SITES= https://www.xiph.org/ogg/vorbis/download/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.xiph.org/vorbis/ +HOMEPAGE= https://www.xiph.org/vorbis/ COMMENT= Fixed point decoding library for the Ogg Vorbis audio encoding format LICENSE= modified-bsd |