Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.0.1_1 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 ) |
1.0.1_1 29 Sep 2021 07:11:21
    |
Yasuhiro Kimura (yasu)  Author: Kan Sasaki |
*/*: Update maintainer email
- devel/lua-stdlib-debug
- devel/lua-stdlib-normalize
- mail/smfsav
- mail/smfsav-devel
PR: 258617 258618 258619 258620
Approved by: maintainer, meta (mentor), ygy (mentor)
Differential Revision: https://reviews.freebsd.org/D32173 |
1.0.1_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.1_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.1_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 |
1.0.1 06 Oct 2018 18:19:38
  |
swills  |
devel/lua-stdlib-debug: update to 1.0.1
PR: 231734
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> (maintainer) |
1.0 17 Mar 2018 11:47:25
  |
sunpoet  |
Add lua-stdlib-debug 1.0
- While I'm here:
- Add NO_ARCH
- Add missing OPTIONS_DEFINE=DOCS
- Convert to options target helper
- Remove LICENSE_FILE from PORTDOCS
This is a debug hints management library for Lua 5.1 (including LuaJIT),
5.2 and 5.3.
WWW: https://github.com/lua-stdlib/_debug
PR: 226590
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> |