Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 17:09:49 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523630 - in head/net: luasocket luasocket-51 luasocket-53
Message-ID:  <202001201709.00KH9nOZ081678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Jan 20 17:09:49 2020
New Revision: 523630
URL: https://svnweb.freebsd.org/changeset/ports/523630

Log:
  - 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

Modified:
  head/net/luasocket-51/Makefile
  head/net/luasocket-53/Makefile
  head/net/luasocket/Makefile

Modified: head/net/luasocket-51/Makefile
==============================================================================
--- head/net/luasocket-51/Makefile	Mon Jan 20 17:09:01 2020	(r523629)
+++ head/net/luasocket-51/Makefile	Mon Jan 20 17:09:49 2020	(r523630)
@@ -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)

Modified: head/net/luasocket-53/Makefile
==============================================================================
--- head/net/luasocket-53/Makefile	Mon Jan 20 17:09:01 2020	(r523629)
+++ head/net/luasocket-53/Makefile	Mon Jan 20 17:09:49 2020	(r523630)
@@ -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)

Modified: head/net/luasocket/Makefile
==============================================================================
--- head/net/luasocket/Makefile	Mon Jan 20 17:09:01 2020	(r523629)
+++ head/net/luasocket/Makefile	Mon Jan 20 17:09:49 2020	(r523630)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001201709.00KH9nOZ081678>