Next | Query returned 234 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2025-01-23 07:12:52 by Roland Illig | Files touched by this commit (1) | Package updated
Log message:
url2pkg: update to 23.5.0

Changes since 23.4.0 from 2024-11-23:

Add very basic support for Python packages using pyproject.toml.  The
dependencies are not extracted yet.

Fix distinfo generation for Rust packages.

Fix WRKSRC for packages hosted on GitHub.

Fix the order of the variable assignments that end up in the package
Makefile, as required by pkglint.
   2025-01-23 07:05:44 by Roland Illig | Files touched by this commit (2)
Log message:
url2pkg: add very basic support for Python packages using pyproject.toml

Suggested by Greg Troxel via private mail.
   2025-01-23 06:56:24 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: clean up string literals in the tests
   2025-01-23 06:53:08 by Roland Illig | Files touched by this commit (2)
Log message:
url2pkg: fix order of standard package variables

Previously, pkglint warned that the GitHub variables were in the wrong
order.
   2025-01-23 06:49:53 by Roland Illig | Files touched by this commit (2)
Log message:
url2pkg: fix WRKSRC for distfiles hosted on GitHub
   2025-01-23 06:23:01 by Roland Illig | Files touched by this commit (2)
Log message:
url2pkg: don't use "refs/tags" as WRKSRC for packages hosted on GitHub

Suggested by Greg Troxel via private mail.
   2025-01-23 06:10:43 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: clean up
   2025-01-23 06:08:21 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: fix unintended CVS keyword expansion
   2024-11-24 08:21:58 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/url2pkg: fix distinfo generation for Rust packages

A Rust package needs a second invocation of 'bmake distinfo', as the
contents of its Cargo.lock file ends up as direct distfiles, not as
dependencies.
   2024-11-23 23:30:30 by Roland Illig | Files touched by this commit (3) | Package updated
Log message:
pkgtools/url2pkg: update to 23.4.0

Changes since 23.3.3:

Place Rust dependencies in a separate file cargo-depends.mk.

Next | Query returned 234 messages, browsing 1 to 10 | Previous