- Remove explicit mention that IPv4 and IPv6 are supported,
this is assumed by default in 2020 - Ensure that both slave ports have correct COMMENT line
This commit is contained in:
parent
619a4702f1
commit
094d34a286
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523630
3 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
|||
# Created by: Jan Hornyak <pav@oook.cz>
|
||||
# $FreeBSD$
|
||||
|
||||
COMMENT= Luasocket for Lua 5.1
|
||||
|
||||
SLAVE_PORT= luasocket
|
||||
|
||||
USES= gmake lua:51 pkgconfig
|
||||
|
@ -11,3 +9,5 @@ MASTERDIR= ${.CURDIR}/../luasocket
|
|||
PLIST= ${MASTERDIR}/pkg-plist
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
COMMENT+= (version 5.1)
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# Created by: Jan Hornyak <pav@oook.cz>
|
||||
# $FreeBSD$
|
||||
|
||||
COMMENT= Luasocket for Lua 5.3
|
||||
|
||||
SLAVE_PORT= luasocket
|
||||
|
||||
USES= gmake lua:53 pkgconfig
|
||||
|
@ -11,3 +9,5 @@ MASTERDIR= ${.CURDIR}/../luasocket
|
|||
PLIST= ${MASTERDIR}/pkg-plist
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
COMMENT+= (version 5.3)
|
||||
|
|
|
@ -10,7 +10,7 @@ CATEGORIES= net
|
|||
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lx@FreeBSD.org
|
||||
COMMENT= IPv4 and IPv6 socket support for the Lua language
|
||||
COMMENT= Socket support for the Lua language
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
|
Loading…
Reference in a new issue