svn commit: r523630 - in head/net: luasocket luasocket-51 luasocket-53

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jan 20 17:09:50 UTC 2020


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


More information about the svn-ports-all mailing list