pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/44729: devel/lua-alt-getopt: inaccessible MASTER_SITES [maintainer, patch]
>Number: 44729
>Category: pkg
>Synopsis: devel/lua-alt-getopt: inaccessible MASTER_SITES [maintainer,
>patch]
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Mar 16 16:25:00 +0000 2011
>Originator: Aleksey Cheusov
>Release: NetBSD 5.1
>Organization:
>Environment:
System: NetBSD asrock.chizhovka.net 5.1 NetBSD 5.1 (GENERIC) #0: Mon Jan 31
23:53:52 EET 2011
cheusov%asrock.chizhovka.net@localhost:/srv/obj/sys/arch/amd64/compile/GENERIC
amd64
Architecture: x86_64
Machine: amd64
>Description:
lua-alt-getopt was hosted on luaforge.net which is now dead. After
some thoughts I've decided to move my project to sourceforge.net.
Below is a patch that updates package's MASTER_SITES.
Some info about luaforge.net:
http://permalink.gmane.org/gmane.comp.lang.lua.general/73852
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/lua-alt-getopt/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 31 Oct 2009 04:03:52 -0000 1.2
+++ Makefile 16 Mar 2011 16:13:51 -0000
@@ -4,11 +4,11 @@
PKGNAME= ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/}
DISTNAME= lua-alt-getopt-0.7.0
CATEGORIES= devel
-MASTER_SITES= http://luaforge.net/frs/download.php/4260/ \
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lua-alt-getopt/} \
http://mova.org/~cheusov/pub/lua_alt_getopt/
MAINTAINER= cheusov%tut.by@localhost
-HOMEPAGE= http://luaforge.net/projects/alt-getopt/
+HOMEPAGE= https://sourceforge.net/projects/lua-alt-getopt/
COMMENT= getopt API for Lua similar to getopt_long(3) function
LICENSE= mit
Home |
Main Index |
Thread Index |
Old Index