From 5371e3549bbb4b60c3d410824f5b58fabcead87f Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 15 Apr 2020 07:33:41 +0000 Subject: [PATCH] - Fix MASTER_SITES to unbreak the fetch - GC GitHub-related knobs, they are not being used --- converters/lua-iconv/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile index 80834db15a2b..0f3aa2730f27 100644 --- a/converters/lua-iconv/Makefile +++ b/converters/lua-iconv/Makefile @@ -5,24 +5,18 @@ 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@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 MAKE_ARGS= LUABIN=${LUA_CMD} CFLAGS="${CFLAGS}"