Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.2_3 24 Sep 2022 05:24:24 |
Tobias C. Berner (tcberner) |
devel/lua-lgi: add support for lua 5.4
PR: 220281 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.2_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.9.2_3 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
0.9.2_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.2_2 25 Oct 2020 17:20:51 |
kevans |
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) |
0.9.2_1 14 Apr 2020 15:49:37 |
mat |
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 |
0.9.2 08 Nov 2019 11:39:00 |
tobik |
devel: Add missing USES={gl,gnome,php,sdl} |
0.9.2 15 Oct 2017 02:44:22 |
vanilla |
Update to 0.9.2. |
0.9.1 03 Jul 2017 13:33:34 |
amdmi3 |
- Add 'make test' support |
0.9.1 28 Dec 2016 08:54:52 |
vanilla |
Update to 0.9.1. |
0.9.0 20 May 2015 19:11:36 |
amdmi3 |
- Update to 0.9.0
PR: 200298
Submitted by: tkato432@yahoo.com |
0.7.2_1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.7.2_1 16 Apr 2015 12:40:15 |
bapt |
Disbanding lua@ which was anyway not a team for a while
I have no time left to work on lua at all for now |
0.7.2_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.7.2_1 07 Mar 2014 11:28:09 |
amdmi3 |
- Use USE_GNOME=introspection to depend on gobject-introspection.
PR: 186215
Submitted by: amdmi3
Approved by: maintaniner timeout |
0.7.2_1 27 Feb 2014 14:49:56 |
miwi |
- Remove empty dirs and files |
0.7.2_1 10 Jan 2014 16:09:11 |
bapt |
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) |
0.7.1_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.7.1_1 06 Aug 2013 01:01:30 |
mandree |
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> |
0.7.1 05 Aug 2013 20:58:11 |
mandree |
Reset maintainer (six weeks timeout on PR 179960), and grab for lua@. |
0.7.1 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
0.7.1 26 Mar 2013 22:16:04 |
mandree |
* 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) |
0.6.2_1 25 Mar 2013 10:16:56 |
garga |
Fix installation to respect LUA_* env vars
PR: ports/176834
Submitted by: Green Dog <fiziologus@gmail.com>
Approved by: maintainer timeout |
0.6.2 08 Mar 2013 10:51:36 |
kwm |
* 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 |
0.6.2 22 Dec 2012 13:40:51 |
mandree |
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> |