svn commit: r568595 - head/devel/lua-cqueues

Neel Chauhan nc at FreeBSD.org
Tue Mar 16 18:09:20 UTC 2021


Author: nc
Date: Tue Mar 16 18:09:19 2021
New Revision: 568595
URL: https://svnweb.freebsd.org/changeset/ports/568595

Log:
  devel/lua-cqueues: Update to 20200726 and fix SSL
  
  PR:		253807
  Submitted by:	andrew at tao11.riddles.org.uk, freebsd at dns.company
  Reported by:	andrew at tao11.riddles.org.uk
  Approved by:	freebsd at dns.company (maintainer)

Modified:
  head/devel/lua-cqueues/Makefile
  head/devel/lua-cqueues/distinfo

Modified: head/devel/lua-cqueues/Makefile
==============================================================================
--- head/devel/lua-cqueues/Makefile	Tue Mar 16 18:06:55 2021	(r568594)
+++ head/devel/lua-cqueues/Makefile	Tue Mar 16 18:09:19 2021	(r568595)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cqueues
 DISTVERSIONPREFIX=	rel-
-DISTVERSION=	20200603
+DISTVERSION=	20200726
 PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
@@ -14,13 +14,13 @@ COMMENT=	Continuation queues module for Lua
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake lua:51-53,module ssl
+USES=		gmake lua:51-54,module ssl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	wahern
 
 MAKE_ENV+=	LUA_APIS="${LUA_VER}"
-CPPFLAGS+=	"-I${LUA_INCDIR}"
+CPPFLAGS+=	-I${LUA_INCDIR} -I${OPENSSLINC}
 
 DOCSDIR=	${LUA_DOCSDIR}
 EXAMPLESDIR=	${LUA_EXAMPLESDIR}

Modified: head/devel/lua-cqueues/distinfo
==============================================================================
--- head/devel/lua-cqueues/distinfo	Tue Mar 16 18:06:55 2021	(r568594)
+++ head/devel/lua-cqueues/distinfo	Tue Mar 16 18:09:19 2021	(r568595)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593703274
-SHA256 (wahern-cqueues-rel-20200603_GH0.tar.gz) = 45b4a0105c096eee5840b69e8e0078eb7b5d61a23aeca30db710f1caac3ec399
-SIZE (wahern-cqueues-rel-20200603_GH0.tar.gz) = 509190
+TIMESTAMP = 1614137047
+SHA256 (wahern-cqueues-rel-20200726_GH0.tar.gz) = 9e112edd246da5cfca264314b70325a0b63665cb87a00e45ee3ae4f194000d52
+SIZE (wahern-cqueues-rel-20200726_GH0.tar.gz) = 511659


More information about the svn-ports-head mailing list