pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/lua-gi Proper handling of github repository for ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d042e4c80985
branches: trunk
changeset: 622094:d042e4c80985
user: degroote <degroote%pkgsrc.org@localhost>
date: Thu Jul 25 13:05:18 2013 +0000
description:
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:
devel/lua-gi/Makefile | 12 ++++++------
devel/lua-gi/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 10 deletions(-)
diffs (44 lines):
diff -r 31032f3b33bd -r d042e4c80985 devel/lua-gi/Makefile
--- a/devel/lua-gi/Makefile Thu Jul 25 11:52:12 2013 +0000
+++ b/devel/lua-gi/Makefile Thu Jul 25 13:05:18 2013 +0000
@@ -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@localhost
HOMEPAGE= https://github.com/pavouk/lgi
@@ -14,8 +14,8 @@
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 -r 31032f3b33bd -r d042e4c80985 devel/lua-gi/distinfo
--- a/devel/lua-gi/distinfo Thu Jul 25 11:52:12 2013 +0000
+++ b/devel/lua-gi/distinfo Thu Jul 25 13:05:18 2013 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index