Date: Wed, 15 Apr 2020 07:33:41 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531750 - head/converters/lua-iconv Message-ID: <202004150733.03F7Xfec014904@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004150733.03F7Xfec014904>