Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
1.13.99.2
Baptiste Daroussin committed 6 years ago
commit 6f4d6c5ca24d12e07f144793bb71ad27dec47607
parent 3966a9e
2 files changed +17 -1
modified NEWS
@@ -1,3 +1,19 @@
+
Changes from 1.13.99.1 to 1.13.99.2
+
- Fix pkg fetch -o
+
- Implement a mechanism to autobackup libraries during upgrades
+
- zsh-completion: disable repo update durign package retrival
+
- Improve documentation
+
- More variable are now expanded when reading the confirations files:
+
  * OSNAME: FreeBSD
+
  * RELEASE: 12.1
+
  * ARCH: amd64
+
  * VERSION_MAJOR (FreeBSD only)
+
  * VERSION_MINOR (FreeBSD only)
+
- Remove the unused and inconsistent pkg create -n
+
- Add -t timestamp to pkg create to be able to specify the expected file timestamp
+
  via command line.
+
- Refactor the pkg_create API and mark as deprecated the old functions
+

Changes from 1.13.99.0 to 1.13.99.1
- Do not create a .pkgnew file in case installing a configure file over
  a non existing file
modified auto.def
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 1
set med_ver 13
set min_ver 99
-
set dev_ver 1
+
set dev_ver 2
define PKG_API [expr $maj_ver * 1000000 + $med_ver * 1000 + $min_ver]
define VERSION $maj_ver.$med_ver.$min_ver[expr {$dev_ver ? ".$dev_ver" : ""}]