svn commit: r385707 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Thu May 7 22:45:10 UTC 2015
Author: bapt
Date: Thu May 7 22:45:08 2015
New Revision: 385707
URL: https://svnweb.freebsd.org/changeset/ports/385707
Log:
Update to 1.5.99.2
Changes:
- Documentation updates
- Make pkg alias -l respect quiet
- Reinstall packages if shlib provided has changed
- Do not expose shlibs without SONAME as provided libs
- Update sqlite to 3.8.9
- Add linenoise to have editing capabilities with pkg shell
- Fix pkg audit -r formatting
- Stop elf analysis sooner if not operating on an elf file
- Fix checking signatures on arm
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 Thu May 7 22:42:25 2015 (r385706)
+++ head/ports-mgmt/pkg-devel/Makefile Thu May 7 22:45:08 2015 (r385707)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.5.99.1
+DISTVERSION= 1.5.99.2
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Thu May 7 22:42:25 2015 (r385706)
+++ head/ports-mgmt/pkg-devel/distinfo Thu May 7 22:45:08 2015 (r385707)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.5.99.1.tar.xz) = 25d455dce80e2a2b9eb6a9bf51bf45f147e4a8438e6163ba3d09f99bdf6071f7
-SIZE (pkg-1.5.99.1.tar.xz) = 1895556
+SHA256 (pkg-1.5.99.2.tar.xz) = 6e3d0a6ecff1291b99c840195ba9d3bc05a8af806b0b8af8d059a92ee8c252a4
+SIZE (pkg-1.5.99.2.tar.xz) = 1915168
More information about the svn-ports-head
mailing list