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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: lang/lua52/Makefile
SVNWeb

Number of commits found: 27

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, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  commit hash:f98ae56653d5255e3519da4e97d6edbaa7e6df91  f98ae56  (Only the first 10 of 255 ports in this commit are shown above. View all ports for this commit)
lang: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 31 Aug 2021
[ 09:23 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:9fccb724ba2aa97ad28c0ac27ee01ea82aba3685  commit hash:9fccb724ba2aa97ad28c0ac27ee01ea82aba3685  commit hash:9fccb724ba2aa97ad28c0ac27ee01ea82aba3685  9fccb72 
lang/lua52: Add CPE information

Approved by:    portmgr (blanket)
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
Wed, 17 Oct 2018
[ 09:39 joneum search for other commits by this committer ] Original commit   Revision:482290
Pass maintainership to submitter

PR:		232320
Submitted by:	John Von Essen <john@essenz.com>
Sponsored by:	Netzkommune GmbH
Sat, 20 Feb 2016
[ 19:19 ian search for other commits by this committer ] Original commit   Revision:409263
Use -fPIC on all arches; lua builds the object files into a shared lib.

Since the object files get built into a shared lib, using -fPIC on all
arches is the right thing to do, instead of adding it to each new arch that
comes along which doesn't accidentally allow non-PIC modules in shared libs.

PR:		207324
Approved by:	mat(mentor)
Differential Revision:	https://reviews.freebsd.org/D5362
Sun, 19 Jul 2015
[ 14:38 bapt search for other commits by this committer ] Original commit   Revision:392509
Convert to USES=libedit
Thu, 25 Jun 2015
[ 13:12 emaste search for other commits by this committer ] Original commit   Revision:390568
lang/lua{51,52,53}: Add -fPIC for arm64

Reviewed by:    andrew
Approved by:    bapt
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D2904
Thu, 16 Apr 2015
[ 12:40 bapt search for other commits by this committer ] Original commit   Revision:384105
Disbanding lua@ which was anyway not a team for a while
I have no time left to work on lua at all for now
Sun, 15 Mar 2015
[ 13:12 bapt search for other commits by this committer ] Original commit   Revision:381328
Update to 5.2.4
Sat, 17 Jan 2015
[ 10:34 antoine search for other commits by this committer ] Original commit   Revision:377219
Fix build on head
[ 01:37 bapt search for other commits by this committer ] Original commit   Revision:377209
Link on libedit instead of readline
Reduce overlinking on liblua
Enforce libedit from ports
Tue, 18 Nov 2014
[ 07:12 antoine search for other commits by this committer ] Original commit   Revision:372700
Package empty LUA_LDIR and LUA_CDIR, as it's more user-friendly
Mon, 30 Jun 2014
[ 22:49 bapt search for other commits by this committer ] Original commit   Revision:359938
Fix building with readline from ports
Sun, 20 Apr 2014
[ 09:30 bapt search for other commits by this committer ] Original commit   Revision:351615
Remove build dependency on pkgconf
Fri, 17 Jan 2014
[ 20:52 antoine search for other commits by this committer ] Original commit   Revision:340106
Set the soname of liblua, it helps ports using cmake to link against it
(otherwise they do not have the correct DT_NEEDED entry)

Approved by:	lua (bapt)
Fri, 10 Jan 2014
[ 08:39 bapt search for other commits by this committer ] Original commit   Revision:339329
Add missing lua.pc files (missed in previous commits)
Rework the makefile to use jmmv method from PR which is cleaner than my initial
attempt

PR:		ports/180786
Submitted by:	jmmv
[ 08:22 bapt search for other commits by this committer ] Original commit   Revision:339320
Add a .pc file to lua52

PR:		ports/180786
Submitted by:	jmmv
Sun, 15 Dec 2013
[ 00:56 bapt search for other commits by this committer ] Original commit   Revision:336503
Update to 5.2.3

Pass maintainership to lua@
Lots of cleanup in the Makefile
Reduce patching
Support stage
Tue, 19 Nov 2013
[ 09:34 bapt search for other commits by this committer ] Original commit   Revision:334290
Fix package name collision
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Mon, 5 Aug 2013
[ 20:37 mandree search for other commits by this committer ] Original commit   Revision:324286
Link lua .so + program with pthread to prevent hangs in extensions that
use pthreads.

Bump PORTREVISION to pull this in.

PR:		ports/181052
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
Approved by:	mandree@ on behalf of lua@
Fri, 29 Mar 2013
[ 18:49 mandree search for other commits by this committer ] Original commit   Revision:315560
Update to new upstream version Lua 5.2.2.

According to Luiz Henrique de Figueiredo,
"Lua 5.2.2 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.1 .

Lua 5.2.2 also fixes several other minors glitches and includes
a revised reference manual."
Sun, 6 Jan 2013
[ 17:42 mandree search for other commits by this committer ] Original commit   Revision:310003
Fix typo in MAINTAINER address (was also in the submitted .shar).
Sat, 5 Jan 2013
[ 23:24 mandree search for other commits by this committer ] Original commit   Revision:309973
Add new port lang/lua52.

Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management with garbage collection, making it ideal for configuration,
scripting, and rapid prototyping.

A fundamental concept in the design of Lua is to provide meta-mechanisms for
implementing features, instead of providing a host of features directly in
the language. For example, although Lua is not a pure object-oriented
language, it does provide meta-mechanisms for implementing classes and
inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 27