svn commit: r465241 - in head/converters: . lua51-iconv

Mark Felder feld at FreeBSD.org
Wed Mar 21 21:36:15 UTC 2018


Author: feld
Date: Wed Mar 21 21:36:14 2018
New Revision: 465241
URL: https://svnweb.freebsd.org/changeset/ports/465241

Log:
  Add a lua 5.1 copy of lua-iconv per user request
  
  When we gain flavors for lua these special copies of the ports can go
  away

Added:
  head/converters/lua51-iconv/
     - copied from r464525, head/converters/lua-iconv/
Modified:
  head/converters/Makefile
  head/converters/lua51-iconv/Makefile

Modified: head/converters/Makefile
==============================================================================
--- head/converters/Makefile	Wed Mar 21 21:24:43 2018	(r465240)
+++ head/converters/Makefile	Wed Mar 21 21:36:14 2018	(r465241)
@@ -49,6 +49,7 @@
     SUBDIR += libiconv
     SUBDIR += libticonv
     SUBDIR += libutf-8
+    SUBDIR += lua51-iconv
     SUBDIR += lua-iconv
     SUBDIR += lua-json
     SUBDIR += mimelib

Modified: head/converters/lua51-iconv/Makefile
==============================================================================
--- head/converters/lua-iconv/Makefile	Wed Mar 14 18:12:21 2018	(r464525)
+++ head/converters/lua51-iconv/Makefile	Wed Mar 21 21:36:14 2018	(r465241)
@@ -9,10 +9,10 @@ MASTER_SITES=	GHC
 PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 DISTNAME=	lua-${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	vanilla at FreeBSD.org
+MAINTAINER=	feld at FreeBSD.org
 COMMENT=	Iconv binding for Lua 5
 
-USES=		pkgconfig iconv lua
+USES=		pkgconfig iconv lua:51
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ittner


More information about the svn-ports-all mailing list