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

History of commit frequency

CVS Commit History:


   2023-12-01 12:39:05 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Update to 0.15.2:
  Fix default REPOSITORY for Darwin

  First, try to download SHA512.bz2, and then SHA512.gz
   2023-11-29 22:48:11 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Update to 0.15.0
  Fix "nih -h" and "nih -V" broken in nih-0.15.0
  Update man page and TODO
   2023-11-27 13:56:16 by Aleksey Cheusov | Files touched by this commit (2) | Package updated
Log message:
Update to 0.15.0

  nih remove:
    - now this command works correctly without external package
      repository

  nih leaf:
    - new option "-u" for printing user-installed leaf packages

  nih status:
    - option -s has been renamed to "-p"

  Primary extension for pkg_summary(5) is now "gz"

  Updates in man.1

  nih.default.conf:
    - update default URLs to package repositories

  root Makefile:
    - +PKG_DBDIR defaults to ${PREFIX}/pkgdb
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2021-10-26 13:11:08 by Nia Alarie | Files touched by this commit (12)
Log message:
pkgtools: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:47:20 by Nia Alarie | Files touched by this commit (12)
Log message:
parallel: Remove SHA1 hashes for distfiles
   2019-04-08 23:39:32 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
Remove mova.org from MASTER_SITES
   2018-01-27 20:07:48 by Roland Illig | Files touched by this commit (20)
Log message:
pkgtools/*: Realign variables in Makefiles

Mainly done by pkglint, manually reviewed and improved in some few cases.
   2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352)
Log message:
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
   2015-11-07 19:20:49 by Aleksey Cheusov | Files touched by this commit (2) | Package updated
Log message:
Update to 0.14.1: fix in pkg_update_plan (nih install)

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