aboutsummaryrefslogtreecommitdiff
path: root/security/lua-bcrypt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/lua-bcrypt: depend on flavored luarocksTobias C. Berner2022-12-101-1/+1
| | | | PR: 220281
* security/lua-bcrypt: 2.1-4=>2.3-1Manuel Wiesinger2022-11-291-3/+7
| | | | | | | | | | - uses luarocks instead of gmake - supports pre-c99 compilers PR: 268067 Tested by: bofh Approved by: mdw (Submitter is MAINTAINER) Relnotes: https://github.com/mikejsavage/lua-bcrypt/releases/tag/v2.3-1
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* USES=lua gained flavors.Mathieu Arnold2020-04-141-2/+2
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=531700
* Update MAINTAINER: use @FreeBSD.orgSunpoet Po-Chuan Hsieh2020-02-131-1/+1
| | | | Notes: svn path=/head/; revision=526019
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Regular USE_GITHUB cleanup.Mathieu Arnold2019-06-201-1/+1
| | | | Notes: svn path=/head/; revision=504618
* Upgrade to 2.1.4Kirill Ponomarev2019-06-081-2/+2
| | | | | | | | PR: 238325 Submitted by: maintainer Notes: svn path=/head/; revision=503737
* security/lua-bcrypt: fix buildPiotr Kubaj2019-06-041-1/+1
| | | | | | | | | | | | Add USES=compiler:c11 to fix build: compat/safebfuns.c:25:4: error: #error "require gcc >= 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) Notes: svn path=/head/; revision=503477
* Lua-bcrypt is a library providing OpenBSD's bcrypt hash function for the LuaBernhard Froehlich2019-05-231-0/+26
programming language. WWW: https://github.com/mikejsavage/lua-bcrypt/ PR: 237606 Submitted by: Manuel Wiesinger <mdw@FreeBSD.org> Notes: svn path=/head/; revision=502349