svn commit: r531750 - head/converters/lua-iconv

Alexey Dokuchaev danfe at FreeBSD.org
Wed Apr 15 07:33:42 UTC 2020


Author: danfe
Date: Wed Apr 15 07:33:41 2020
New Revision: 531750
URL: https://svnweb.freebsd.org/changeset/ports/531750

Log:
  - Fix MASTER_SITES to unbreak the fetch
  - GC GitHub-related knobs, they are not being used

Modified:
  head/converters/lua-iconv/Makefile

Modified: head/converters/lua-iconv/Makefile
==============================================================================
--- head/converters/lua-iconv/Makefile	Wed Apr 15 07:21:26 2020	(r531749)
+++ head/converters/lua-iconv/Makefile	Wed Apr 15 07:33:41 2020	(r531750)
@@ -5,23 +5,17 @@ PORTNAME=	iconv
 PORTVERSION=	7
 PORTREVISION=	4
 CATEGORIES=	converters
-MASTER_SITES=	GHC
+MASTER_SITES=	https://github.com/downloads/ittner/lua-iconv/
 PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 DISTNAME=	lua-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	vanilla at FreeBSD.org
 COMMENT=	Iconv binding for Lua 5
 
-BROKEN=		unfetchable
-
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		pkgconfig iconv lua:module
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	ittner
-GH_PROJECT=	lua-${PORTNAME}
 
 PLIST_FILES=	${LUA_MODLIBDIR}/iconv.so
 CFLAGS+=	`pkgconf --cflags lua-${LUA_VER}` -I${LOCALBASE}/include


More information about the svn-ports-all mailing list