notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/lua-bcrypt/Makefile
SVNWeb

Number of commits found: 12

Sat, 10 Dec 2022
[ 08:54 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f11a130a7c35ee076d16c6a5881af8bb29ba8c19  commit hash:f11a130a7c35ee076d16c6a5881af8bb29ba8c19  commit hash:f11a130a7c35ee076d16c6a5881af8bb29ba8c19  f11a130 
security/lua-bcrypt: depend on flavored luarocks

PR:		220281
Tue, 29 Nov 2022
[ 23:55 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Manuel Wiesinger ]    commit hash:133bd2e5eaf1c3800f4bf95bac6af68f4181fec2  commit hash:133bd2e5eaf1c3800f4bf95bac6af68f4181fec2  commit hash:133bd2e5eaf1c3800f4bf95bac6af68f4181fec2  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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 14 Apr 2020
[ 15:49 mat search for other commits by this committer ] Original commit   Revision:531700 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:526019 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Update MAINTAINER: use @FreeBSD.org
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:504618
Regular USE_GITHUB cleanup.
Sat, 8 Jun 2019
[ 15:00 krion search for other commits by this committer ] Original commit   Revision:503737
Upgrade to 2.1.4

PR:		238325
Submitted by:	maintainer
Tue, 4 Jun 2019
[ 16:13 pkubaj search for other commits by this committer ] Original commit   Revision:503477
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 search for other commits by this committer ] Original commit   Revision:502349
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