2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-07-11 17:14:30 by Nia Alarie | Files touched by this commit (8) |
Log message:
Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin,
as should probably have been done to begin with. Remove per-package hacks.
|
2020-07-11 16:48:58 by Nia Alarie | Files touched by this commit (4) |
Log message:
also use -bundle
|
2020-07-11 16:32:15 by Nia Alarie | Files touched by this commit (1) |
Log message:
lua-filesystem: Attempt to fix Darwin build
|
2020-07-02 23:40:50 by Nia Alarie | Files touched by this commit (4) |
Log message:
lua-filesystem: Update to 1.8.0
Version 1.8.0 [22/Apr/2020]
* Lua 5.4 support
* lfs.link and lfs.symlinkattributes now work on Windows
* MACOSX_DEPLOYMENT_TARGET is configurable in the Makefile
* Fallback to _POSIX_PATH_MAX when MAXPATHLEN is not avaliable
* Fixed memory leak in case of realloc failure
|
2020-07-02 12:26:19 by Nia Alarie | Files touched by this commit (29) |
Log message:
Add 'lua' category to Lua modules.
While here, normalize some packages with strange variable order.
|
2020-05-27 21:37:44 by Thomas Klausner | Files touched by this commit (60) |
Log message:
*: reset MAINTAINER for fhajny on his request
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-05-28 22:43:04 by Maya Rashish | Files touched by this commit (5) | |
Log message:
lua-filesystem: update to 1.7.0
Update provided by Jonathan Buschmann in PR pkg/53787.
I added some pkgconfig invocations, because otherwise it was linking
to lua without the RPATH to liblua.
Added a test target.
Version 1.7.0 [15/Sep/2017]
symlinkattributes function now provides 'target' field, containing name \
of the file that the symlink points to.
attributes, symlinkattributes, touch, mkdir, and rmdir functions now \
return system-dependent error code as the third value on error.
Fixed detection of closed files for Lua 5.2+ in setmode, lock, and \
unlock functions.
Fixed various compiler warnings.
s: ----------------------------------------------------------------------
|