svn commit: r365065 - head/ports-mgmt/pkg-devel
Bryan Drewery
bdrewery at FreeBSD.org
Sat Aug 16 03:47:15 UTC 2014
Author: bdrewery
Date: Sat Aug 16 03:47:14 2014
New Revision: 365065
URL: http://svnweb.freebsd.org/changeset/ports/365065
QAT: https://qat.redports.org/buildarchive/r365065/
Log:
- Update to 1.4.0.pre-alpha10
Changes:
* Test suite fixes
* Fix pkg-devel self upgrade when remote repo defaults to non-devel
* pkg-rquery(8): Add a pointer to EXAMPLES in pkg-query(8)
* If opening the db in READ_ONLY give a warning if it is missing
* Give advice on how to recreate the database if auto-updating was skipped
* Remove pkg --check-activation. It is too tempting to use.
* Make it more clear that the 'Major version' change is non-fatal
* Jobs display: Avoid excessive newline before prompt and after unprompted usage
* Remove references to PACKAGESITE/MIRROR_TYPE/PUBKEY
* Support uppercase ENABLED in repo config.
* Avoid POLA, make PACKAGESITE/MIRROR_TYPE/PUBKEY in pkg.conf fatal
* Fix self upgrade loop with pkg upgrade -Fy
* Fix self upgrade not using the new pkg binary
* pkg-{delete,autoremove}: Use a readonly lock in dry run
* pkg-convert: Add locking. EXCLUSIVE by default, READONLY with -n
* pkg-convert: Check for proper db permissions for both real and dry_run mode
* pkg-convert -r: Only a readonly lock is required for converting from the db
* pkg-convert -r: Add common db access checks
* pkg convert -r: Don't crash if unable to create the package dir
* Revert stripping shlib versions from e127d91d4.
This will require rebuilding packages on the repository and then
running pkg check -Ba to fully utilize. Until packages are rebuilt
there may be false-positive shlib reinstalls.
* pkg {register, check -B}: Fix registering provided shlibs as required
* When analysing ELF files with DEVELOPER_MODE, don't bail on first error
* Fix pkg-ssh when SSH_RESTRICT_DIR is a symlink
* Fix size calculations with hardlinks
* Fix pkg-which glob
Modified:
head/ports-mgmt/pkg-devel/Makefile
head/ports-mgmt/pkg-devel/distinfo
Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile Fri Aug 15 23:11:31 2014 (r365064)
+++ head/ports-mgmt/pkg-devel/Makefile Sat Aug 16 03:47:14 2014 (r365065)
@@ -1,10 +1,11 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.4.0.pre-alpha9
+DISTVERSION= 1.4.0.pre-alpha10
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://highsecure.ru/distfiles/ \
+ http://mirror.shatow.net/freebsd/${PORTNAME}/ \
http://pkg.semmy.ru/
PKGNAMESUFFIX= -devel
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Fri Aug 15 23:11:31 2014 (r365064)
+++ head/ports-mgmt/pkg-devel/distinfo Sat Aug 16 03:47:14 2014 (r365065)
@@ -1,2 +1,2 @@
-SIZE (pkg-1.4.0.pre-alpha9.tar.xz) = 1773720
-SHA256 (pkg-1.4.0.pre-alpha9.tar.xz) = ded45c902c2959670296a008a121f2d161c1645543c6cf57ca45a7ceab52217b
+SHA256 (pkg-1.4.0.pre-alpha10.tar.xz) = f43ba5d4b320d353a8c63e31ff9cce3a1e7391ff61944ed79014f49188368c74
+SIZE (pkg-1.4.0.pre-alpha10.tar.xz) = 1778904
More information about the svn-ports-head
mailing list