pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/48083: devel/lua-gi Support to be able to get the file from github



>Number:         48083
>Category:       pkg
>Synopsis:       devel/lua-gi Support to be able to get the file from github
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 25 10:05:00 +0000 2013
>Originator:     Ryosuke Moro
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:
Index: pkgsrc/devel/lua-gi/Makefile
===================================================================
# diff -u Makefile.orig Makefile
--- Makefile.orig       2013-07-23 04:38:07.000000000 +0900
+++ Makefile    2013-07-25 18:28:03.000000000 +0900
@@ -1,11 +1,12 @@
 # $NetBSD: Makefile,v 1.1 2013/07/22 19:38:07 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/
+MASTER_SITES=  https://codeload.github.com/pavouk/lgi/tar.gz/${VERSION}
+FETCH_USING=   curl
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/pavouk/lgi
@@ -15,7 +16,7 @@
 USE_LANGUAGES+=        c
 USE_TOOLS+=    pkg-config gmake
 
-WRKSRC=                ${WRKDIR}/lgi-${VERSION}
+WRKSRC=                ${WRKDIR}/pavouk-lgi-1bbf1bc
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libffi/buildlink3.mk"



Home | Main Index | Thread Index | Old Index