<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/lua-bcrypt/Makefile, branch 2021Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-04-14T15:49:36Z</updated>
<entry>
<title>USES=lua gained flavors.</title>
<updated>2020-04-14T15:49:36Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2020-04-14T15:49:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=beb1c1fe19992999ef068d0dcb07c0d02f4aea71'/>
<id>urn:sha1:beb1c1fe19992999ef068d0dcb07c0d02f4aea71</id>
<content type='text'>
Ports using USES=lua:module or lua:flavors will be flavored.  A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.

USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.

PR:		245038
Submitted by:	andrew tao11 riddles org uk
Reviewed by:	mat, kevans, russ haley gmail com
Approved by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D16494
</content>
</entry>
<entry>
<title>Update MAINTAINER: use @FreeBSD.org</title>
<updated>2020-02-13T14:27:46Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2020-02-13T14:27:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e9056c9e5d0920f4dbf7f5723f12a3bfaa7434d6'/>
<id>urn:sha1:e9056c9e5d0920f4dbf7f5723f12a3bfaa7434d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PORTREVISION for ports depending on the canonical version of GCC</title>
<updated>2019-07-26T20:46:53Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2019-07-26T20:46:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ea8c8ec7da96df12146a2cc428077258141791cf'/>
<id>urn:sha1:ea8c8ec7da96df12146a2cc428077258141791cf</id>
<content type='text'>
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
</content>
</entry>
<entry>
<title>Regular USE_GITHUB cleanup.</title>
<updated>2019-06-20T07:12:41Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2019-06-20T07:12:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=383cda2cdfccfafb726f3e55c9eaf38442d604e7'/>
<id>urn:sha1:383cda2cdfccfafb726f3e55c9eaf38442d604e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to 2.1.4</title>
<updated>2019-06-08T15:00:08Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2019-06-08T15:00:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5342af0005437ad6220e63d4bfb1a4cba12922a9'/>
<id>urn:sha1:5342af0005437ad6220e63d4bfb1a4cba12922a9</id>
<content type='text'>
PR:		238325
Submitted by:	maintainer
</content>
</entry>
<entry>
<title>security/lua-bcrypt: fix build</title>
<updated>2019-06-04T16:13:13Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2019-06-04T16:13:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1315ddb4b90ac3cb6464a1536e675bd00f414d65'/>
<id>urn:sha1:1315ddb4b90ac3cb6464a1536e675bd00f414d65</id>
<content type='text'>
Add USES=compiler:c11 to fix build:
compat/safebfuns.c:25:4: error: #error "require gcc &gt;= 4.4"
compat/safebfuns.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'NOINLINE'
compat/safebfuns.c:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'NOINLINE'

Approved by:	mentors (implicit approval)
</content>
</entry>
<entry>
<title>Lua-bcrypt is a library providing OpenBSD's bcrypt hash function for the Lua</title>
<updated>2019-05-23T18:36:21Z</updated>
<author>
<name>Bernhard Froehlich</name>
<email>decke@FreeBSD.org</email>
</author>
<published>2019-05-23T18:36:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bc0f7650fd4eb33bd6d53235389fd8825d655e60'/>
<id>urn:sha1:bc0f7650fd4eb33bd6d53235389fd8825d655e60</id>
<content type='text'>
programming language.

WWW: https://github.com/mikejsavage/lua-bcrypt/

PR:		237606
Submitted by:	Manuel Wiesinger &lt;mdw@FreeBSD.org&gt;
</content>
</entry>
</feed>
