diff options
author | degroote <degroote@pkgsrc.org> | 2013-07-25 13:05:18 +0000 |
---|---|---|
committer | degroote <degroote@pkgsrc.org> | 2013-07-25 13:05:18 +0000 |
commit | 5cb4be1611c8caa54d1b9481c2aaf54fa199e652 (patch) | |
tree | 6d7cfcd18f19deeff1258aa1fb62be20a5adf1f0 /devel/lua-gi | |
parent | 2e7b01797100dd82cac3d51c10798b4c09399cb6 (diff) | |
download | pkgsrc-5cb4be1611c8caa54d1b9481c2aaf54fa199e652.tar.gz |
Proper handling of github repository for lua-gi
Force the use of curl to download through https
Don't pollute ${DISTDIR} with terrible name such as ${VERSION}.tar.gz
Should fix pkg/48083
Diffstat (limited to 'devel/lua-gi')
-rw-r--r-- | devel/lua-gi/Makefile | 12 | ||||
-rw-r--r-- | devel/lua-gi/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/devel/lua-gi/Makefile b/devel/lua-gi/Makefile index f1f07d62da0..d86d8765571 100644 --- a/devel/lua-gi/Makefile +++ b/devel/lua-gi/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/07/22 19:38:07 degroote Exp $ +# $NetBSD: Makefile,v 1.2 2013/07/25 13:05:18 degroote Exp $ # +DISTNAME= lgi-${VERSION} PKGNAME= lua-gi-${VERSION} VERSION= 0.7.1 -DISTNAME= ${VERSION} -CATEGORIES= devel -MASTER_SITES= http://github.com/pavouk/lgi/archive/ +CATEGORIES= devel +MASTER_SITES= -https://codeload.github.com/pavouk/lgi/tar.gz/${VERSION} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/pavouk/lgi @@ -14,8 +14,8 @@ LICENSE= mit USE_LANGUAGES+= c USE_TOOLS+= pkg-config gmake - -WRKSRC= ${WRKDIR}/lgi-${VERSION} +FETCH_USING= curl +WRKSRC= ${WRKDIR}/pavouk-lgi-1bbf1bc .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libffi/buildlink3.mk" diff --git a/devel/lua-gi/distinfo b/devel/lua-gi/distinfo index 45b3c1dd859..de7ea2caf2e 100644 --- a/devel/lua-gi/distinfo +++ b/devel/lua-gi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2013/07/22 19:38:07 degroote Exp $ +$NetBSD: distinfo,v 1.2 2013/07/25 13:05:18 degroote Exp $ -SHA1 (0.7.1.tar.gz) = ae1268852b38507c9324e89aa3d950602b5ae8e1 -RMD160 (0.7.1.tar.gz) = 87852dfbc6f3f9944df56324aadbaab6e3b2b802 -Size (0.7.1.tar.gz) = 268327 bytes +SHA1 (lgi-0.7.1.tar.gz) = 53affb0a82bb1537d7ecef4d6f2a65bdd4d9e3bc +RMD160 (lgi-0.7.1.tar.gz) = af49608d6af76c468fef0ab67f2a065ed8730152 +Size (lgi-0.7.1.tar.gz) = 268357 bytes SHA1 (patch-Makefile) = ecba51fb9bc78c08e89bebfc981206a2587e63f4 |