diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-12 20:03:00 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-12 20:03:00 +0000 |
commit | f31ec37cb381360b23696eebaeea867fb2f2ab45 (patch) | |
tree | bae0f1ab6757ee79a660fc273d123c39a3961f25 /devel/bam | |
parent | 99bbd28037657ac8d3c35578007aaae1a4a799ee (diff) | |
download | pkgsrc-f31ec37cb381360b23696eebaeea867fb2f2ab45.tar.gz |
cloud.github.com unconditionally redirects to https. Use it directly.
Diffstat (limited to 'devel/bam')
-rw-r--r-- | devel/bam/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/bam/Makefile b/devel/bam/Makefile index ab683aa3235..1697f2c2e37 100644 --- a/devel/bam/Makefile +++ b/devel/bam/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2015/09/12 18:51:07 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/09/12 20:03:01 tnn Exp $ -# The upstream distfile would be -# http://github.com/downloads/matricks/bam/bam-0.4.0.tar.gz -# But url2pkg rejects it, and pkgsrc cannot fetch it either -# for reasons yet to be discovered. Hence, the file is mirrored. DISTNAME= bam-0.4.0 CATEGORIES= devel -MASTER_SITES= http://penenen.de/ +MASTER_SITES= https://cloud.github.com/downloads/matricks/bam/ +MASTER_SITES+= http://penenen.de/ +#enable when updating next time +#EXTRACT_SUFX= .tar.bz2 MAINTAINER= fstd.lkml@gmail.com HOMEPAGE= http://matricks.github.io/bam/ |