diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-13 22:30:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-13 22:30:48 +0800 |
commit | 66f89e592a7f9637975ff83851ca45210a9282e0 (patch) | |
tree | 5a25e02bb0ae4bddb37574d33db9bcc3fcfca0c0 /ports-mgmt | |
parent | 46693b5a95ed745fa36e913359499ee4b44b71c8 (diff) | |
download | freebsd-ports-graphics-66f89e592a7f9637975ff83851ca45210a9282e0.tar.gz freebsd-ports-graphics-66f89e592a7f9637975ff83851ca45210a9282e0.tar.zst freebsd-ports-graphics-66f89e592a7f9637975ff83851ca45210a9282e0.zip |
Update to 1.4.0.pre-alpha16
Changes:
- Rework the job request processing
- Fix pkg install/upgrade
- Fix forced reinstall
- Rework of integrity checking
- The ABI is now defined using MACHINE_ARCH meaning freebsd:10:x86:64 is now FreeBSD:10:amd64
this is encoded in the package as "abi" the old "arch" key remains for compatibility and is translated to the old ABI
- New option ALTABI represent the ancient ABI format
- Repository configuration files can now talle ${ALTABI} as well as ${ABI}
- The audit periodic script is able to audit pkgs in jails or chroots from the host system
- The backup periodic script is able to backup database from jails or chroots to the host system
- The status periodic script is able to report on chroots and jails from the host system.
- The checksum periodic script is able to report on checksum mismatches in chroots and jails.
- pkg check now support -q (--quiet)
- 3 way merge code has been imported from the fossil scm project (not yet in use)
- Code cleanup
- Lots of minor bug fixes
- Update libucl
- Rationalise path before packaging ( /something//bla is not the same a /something/bla)
- pkg info/search -R can now specify ucl as a format for the raw output
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 20cec6eb4bb..2c50b6b0c69 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.pre-alpha15 +DISTVERSION= 1.4.0.pre-alpha16 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index 8a8033eb2ce..2f0c92cd808 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.0.pre-alpha15.tar.xz) = db5afc24d2623e06aea26580a2972be48fea2b029e8ccef8a84c5ee57d279890 -SIZE (pkg-1.4.0.pre-alpha15.tar.xz) = 1748132 +SHA256 (pkg-1.4.0.pre-alpha16.tar.xz) = 97f91a849c6b17d55adb23a8046ddd745f27b908452fd48b59b9df804b0791a9 +SIZE (pkg-1.4.0.pre-alpha16.tar.xz) = 1747600 |