Index: head/devel/lua-cqueues/Makefile =================================================================== --- head/devel/lua-cqueues/Makefile (revision 568594) +++ head/devel/lua-cqueues/Makefile (revision 568595) @@ -1,50 +1,50 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= cqueues DISTVERSIONPREFIX= rel- -DISTVERSION= 20200603 +DISTVERSION= 20200726 PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= freebsd@dns.company 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} PORTDOCS= cqueues.pdf PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES EXAMPLES_USES= shebangfix EXAMPLES_VARS= shebang_files="examples/*" # Some of the shebangs in examples/* are formatted like this. lua_OLD_CMD+= /usr/local/lua[0-9]*/bin/lua post-install: ${STRIP_CMD} ${STAGEDIR}${LUA_MODLIBDIR}/_${PORTNAME}.so post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${BUILD_WRKSRC}/doc/cqueues.pdf ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${BUILD_WRKSRC}/examples && \ ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/devel/lua-cqueues/distinfo =================================================================== --- head/devel/lua-cqueues/distinfo (revision 568594) +++ head/devel/lua-cqueues/distinfo (revision 568595) @@ -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