non port: security/lua-bcrypt/Makefile |
SVNWeb
|
Number of commits found: 12 |
Sat, 10 Dec 2022
|
[ 08:54 Tobias C. Berner (tcberner) ] f11a130
security/lua-bcrypt: depend on flavored luarocks
PR: 220281
|
Tue, 29 Nov 2022
|
[ 23:55 Muhammad Moinur Rahman (bofh) Author: Manuel Wiesinger ] 133bd2e
security/lua-bcrypt: 2.1-4=>2.3-1
- 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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 14 Apr 2020
|
[ 15:49 mat ] (Only the first 10 of 81 ports in this commit are shown above. )
USES=lua gained flavors.
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
|
Thu, 13 Feb 2020
|
[ 14:27 sunpoet ] (Only the first 10 of 21 ports in this commit are shown above. )
Update MAINTAINER: use @FreeBSD.org
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Thu, 20 Jun 2019
|
[ 07:12 mat ]
Regular USE_GITHUB cleanup.
|
Sat, 8 Jun 2019
|
[ 15:00 krion ]
Upgrade to 2.1.4
PR: 238325
Submitted by: maintainer
|
Tue, 4 Jun 2019
|
[ 16:13 pkubaj ]
security/lua-bcrypt: fix build
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)
|
Thu, 23 May 2019
|
[ 18:36 decke ]
Lua-bcrypt is a library providing OpenBSD's bcrypt hash function for the Lua
programming language.
WWW: https://github.com/mikejsavage/lua-bcrypt/
PR: 237606
Submitted by: Manuel Wiesinger <mdw@FreeBSD.org>
|
Number of commits found: 12 |