notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/lua-lgi/Makefile

Number of commits found: 24

Saturday, 24 Sep 2022
05:24 Tobias C. Berner (tcberner) search for other commits by this committer
devel/lua-lgi: add support for lua 5.4

PR:		220281
commit hash: 62148c8e7e0bb4227942b7df109fbf7ca44a7420 commit hash: 62148c8e7e0bb4227942b7df109fbf7ca44a7420 commit hash: 62148c8e7e0bb4227942b7df109fbf7ca44a7420 commit hash: 62148c8e7e0bb4227942b7df109fbf7ca44a7420 62148c8
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 9 May 2022
19:23 Kevin Bowling (kbowling) search for other commits by this committer
devel/libffi: Bump deps PORTREVISION for shlib change

PR:		263764
Reported by:	VVD <vvd@unislabs.com>
commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 commit hash: db78da8f8b7388d951665362479eb4aa0babf1b4 db78da8
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 25 Oct 2020
17:20 kevans search for other commits by this committer
devel/lua-lgi: disable 5.4 build for now

Upstream releases do not currently build with Lua 5.4 due to lua_resume api
changes, and upsteam master doesn't currently work properly with Lua 5.4.

While here, appease stage-qa and fix the LIB_DEPENDS -- this port does
directly depend on libffi. Also pet portclippy (reorganization).

PORTREVISION bumped due to the dependency change.

PR:		250460
Submitted by:	Andrew Gierth <andrew tao11 riddles org uk> (maintainer)
Original commitRevision:553277 
Tuesday, 14 Apr 2020
15:49 mat search for other commits by this committer
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
Original commitRevision:531700 
Friday, 8 Nov 2019
11:39 tobik search for other commits by this committer
devel: Add missing USES={gl,gnome,php,sdl}
Original commitRevision:517048 
Sunday, 15 Oct 2017
02:44 vanilla search for other commits by this committer
Update to 0.9.2.
Original commitRevision:452125 
Monday, 3 Jul 2017
13:33 amdmi3 search for other commits by this committer
- Add 'make test' support
Original commitRevision:444953 
Wednesday, 28 Dec 2016
08:54 vanilla search for other commits by this committer
Update to 0.9.1.
Original commitRevision:429732 
Wednesday, 20 May 2015
19:11 amdmi3 search for other commits by this committer
- Update to 0.9.0

PR:		200298
Submitted by:	tkato432@yahoo.com
Original commitRevision:386880 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Thursday, 16 Apr 2015
12:40 bapt search for other commits by this committer
Disbanding lua@ which was anyway not a team for a while
I have no time left to work on lua at all for now
Original commitRevision:384105 
Friday, 7 Mar 2014
11:28 amdmi3 search for other commits by this committer
- Use USE_GNOME=introspection to depend on gobject-introspection.

PR:		186215
Submitted by:	amdmi3
Approved by:	maintaniner timeout
Original commitRevision:347364 
Friday, 10 Jan 2014
16:09 bapt search for other commits by this committer
Update lua-lgi to 0.7.2
Port to lua 5.2
Port awesome to lua 5.2 (use pkgconfig to properly figure out how to build with
lua 5.2)
Original commitRevision:339364 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Tuesday, 6 Aug 2013
01:01 mandree search for other commits by this committer
Fix compatibility with GTK+ v2.x, which does not provide Gdk.RGBA.
(GTK+ v3.x does provide that).

PR:		179960
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
Approved by:	(maintainer timeout, 6 weeks; port signed over to lua@)
Obtained
from:	<https://github.com/pavouk/lgi/commit/8000f6d1362fc38ebe349119554d291f6226e04e>
Original commitRevision:324297 
Monday, 5 Aug 2013
20:58 mandree search for other commits by this committer
Reset maintainer (six weeks timeout on PR 179960), and grab for lua@.
Original commitRevision:324288 
Tuesday, 23 Apr 2013
10:13 bapt search for other commits by this committer
Convert devel to USES=pkgconfig
Original commitRevision:316333 
Tuesday, 26 Mar 2013
22:16 mandree search for other commits by this committer
* Update devel/lua-lgi to version 0.7.1
* Install corelgilua51.so to proper directory (otherwise
  x11-wm/awesome cannot load it)

Note that due to the commit r315210 (ports/176834), major merging of the
two PRs' patches were necessary.

PR:		ports/176896
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by:	maintainer timeout (andreevmaxim@gmail.com, 14 days)
Original commitRevision:315336 
Monday, 25 Mar 2013
10:16 garga search for other commits by this committer
Fix installation to respect LUA_* env vars

PR:		ports/176834
Submitted by:	Green Dog <fiziologus@gmail.com>
Approved by:	maintainer timeout
Original commitRevision:315210 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Saturday, 22 Dec 2012
13:40 mandree search for other commits by this committer
Add new port devel/lua-lgi.

LGI is a gobject-introspection based dynamic Lua binding to GObject-based
libraries. It allows using GObject-based libraries directly from Lua.

WWW: https://github.com/pavouk/lgi

PR:		ports/174597
Submitted by:	Maxim Andreev <andreevmaxim@gmail.com>
Original commitRevision:309392 

Number of commits found: 24