svn commit: r412073 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 28 20:59:46 UTC 2016
Author: bapt
Date: Mon Mar 28 20:59:45 2016
New Revision: 412073
URL: https://svnweb.freebsd.org/changeset/ports/412073
Log:
Update to 1.6.99.6
Changes:
- Add a basic automatic resolution plan for unsatisiable SAT problems
- Fix regression in pkg info -R
- Add a mechanism to finding libs when packaging base
- Fix some warnings on arm
- Fix hardlink extraction with --rootdir
- Improved error reporting
- Update libucl
- Fixes on locked package handling
- Add ip_version in pkg -vv output
- Add !~ in pkg query (negated glob match)
- Implement "vital" packages: prevent a package from being manually removed
- Add support for arm hardfloat
- Multiple bug fixes
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 Mon Mar 28 20:53:56 2016 (r412072)
+++ head/ports-mgmt/pkg-devel/Makefile Mon Mar 28 20:59:45 2016 (r412073)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.6.99.5
+DISTVERSION= 1.6.99.6
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Mon Mar 28 20:53:56 2016 (r412072)
+++ head/ports-mgmt/pkg-devel/distinfo Mon Mar 28 20:59:45 2016 (r412073)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.6.99.5.tar.xz) = 2f9f9b4b330fcd6863539ad60ecf21241a514ab738b04ad70f17d00fc0bd8a33
-SIZE (pkg-1.6.99.5.tar.xz) = 1936440
+SHA256 (pkg-1.6.99.6.tar.xz) = ce5695c65d0a55605c88fec6d13b75f2a6ba43cb0cd283cbf369f5ecd808c5c5
+SIZE (pkg-1.6.99.6.tar.xz) = 1907756
More information about the svn-ports-all
mailing list