- 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:
Alexey Dokuchaev 2020-01-20 17:09:49 +00:00
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

View file

@ -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)

View file

@ -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)

View file

@ -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