aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-01-20 17:09:49 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-01-20 17:09:49 +0000
commit094d34a286ad46a6890c745bebf1068a727a48ca (patch)
treef5dc232102ecb1c2cc1c6a94f5f4277d8b5d1c06 /net
parent619a4702f1b09465000454a88e6cdb768ace7b47 (diff)
downloadports-094d34a286ad46a6890c745bebf1068a727a48ca.tar.gz
ports-094d34a286ad46a6890c745bebf1068a727a48ca.zip
- 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
Notes
Notes: svn path=/head/; revision=523630
Diffstat (limited to 'net')
-rw-r--r--net/luasocket-51/Makefile4
-rw-r--r--net/luasocket-53/Makefile4
-rw-r--r--net/luasocket/Makefile2
3 files changed, 5 insertions, 5 deletions
diff --git a/net/luasocket-51/Makefile b/net/luasocket-51/Makefile
index 25cd898a73e1..90974322502f 100644
--- a/net/luasocket-51/Makefile
+++ b/net/luasocket-51/Makefile
@@ -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)
diff --git a/net/luasocket-53/Makefile b/net/luasocket-53/Makefile
index e99b19999910..6024bee98ef2 100644
--- a/net/luasocket-53/Makefile
+++ b/net/luasocket-53/Makefile
@@ -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)
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile
index 833ebf6f1306..8c24a0c54a27 100644
--- a/net/luasocket/Makefile
+++ b/net/luasocket/Makefile
@@ -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