mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
converters/lua-iconv: update to 7.1.0.
This commit is contained in:
parent
9832739877
commit
e974aa2a30
2 changed files with 9 additions and 8 deletions
|
@ -1,20 +1,21 @@
|
||||||
PORTNAME= iconv
|
PORTNAME= iconv
|
||||||
PORTVERSION= 7
|
PORTVERSION= 7.1.0
|
||||||
PORTREVISION= 4
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= converters
|
CATEGORIES= converters
|
||||||
MASTER_SITES= https://github.com/downloads/ittner/lua-iconv/
|
|
||||||
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
||||||
DISTNAME= lua-${PORTNAME}-${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= vanilla@FreeBSD.org
|
MAINTAINER= vanilla@FreeBSD.org
|
||||||
COMMENT= Iconv binding for Lua 5
|
COMMENT= Iconv binding for Lua 5
|
||||||
WWW= https://ittner.github.io/lua-iconv/
|
WWW= https://github.com/lunarmodules/lua-iconv
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= pkgconfig iconv lua:module
|
USES= pkgconfig iconv lua:module
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= lunarmodules
|
||||||
|
GH_PROJECT= lua-iconv
|
||||||
PLIST_FILES= ${LUA_MODLIBDIR}/iconv.so
|
PLIST_FILES= ${LUA_MODLIBDIR}/iconv.so
|
||||||
CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` -I${LOCALBASE}/include
|
CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` -I${LOCALBASE}/include
|
||||||
MAKE_ARGS= LUABIN=${LUA_CMD} CFLAGS="${CFLAGS}"
|
MAKE_ARGS= LUABIN=${LUA_CMD} CFLAGS="${CFLAGS}"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1521671945
|
TIMESTAMP = 1724724730
|
||||||
SHA256 (lua-iconv-7.tar.gz) = c1db1915c754b5cfe7e45af61467bc6dfa4f0037d281ccbce6b53c974e2faf09
|
SHA256 (lunarmodules-lua-iconv-v7.1.0_GH0.tar.gz) = 2539ed57e0e976c68244ae0a1733005037984f620f87c2c107322d24559d6e1e
|
||||||
SIZE (lua-iconv-7.tar.gz) = 7693
|
SIZE (lunarmodules-lua-iconv-v7.1.0_GH0.tar.gz) = 13307
|
||||||
|
|
Loading…
Add table
Reference in a new issue