Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2021 18:09:19 +0000 (UTC)
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568595 - head/devel/lua-cqueues
Message-ID:  <202103161809.12GI9JCZ048503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@tao11.riddles.org.uk, freebsd@dns.company
  Reported by:	andrew@tao11.riddles.org.uk
  Approved by:	freebsd@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



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