pkgsrc-Bugs archive

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

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



The following reply was made to PR pkg/48083; it has been noted by GNATS.

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/48083: devel/lua-gi Support to be able to get the file
 from github
Date: Thu, 25 Jul 2013 20:00:05 +0900 (JST)

 I believe this package's Makefile should be patched by following.
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/devel/lua-gi/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- Makefile   22 Jul 2013 19:38:07 -0000      1.1
 +++ Makefile   25 Jul 2013 10:58:50 -0000
 @@ -1,17 +1,19 @@
  # $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/0.7.1
  
  MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
  HOMEPAGE=     https://github.com/pavouk/lgi
  COMMENT=      Gobject-introspection based dynamic Lua binding
  LICENSE=      mit
  
 +FETCH_USING=  curl
 +
  USE_LANGUAGES+=       c
  USE_TOOLS+=   pkg-config gmake
  
 
 --
 Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
 


Home | Main Index | Thread Index | Old Index