svn commit: r354819 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Thu May 22 10:11:12 UTC 2014


Author: bapt
Date: Thu May 22 10:11:10 2014
New Revision: 354819
URL: http://svnweb.freebsd.org/changeset/ports/354819
QAT: https://qat.redports.org/buildarchive/r354819/

Log:
  Update to pkg 1.3.0 beta2
  Changes:
  - more fixes in pkg audit
  - move audit functions into the library
  - pkg lock -l now list the locked packages
  - database lock behaviour is now configurable
  - symlinks now has a checksum to ensure they are valid
  - more fixes on the solver
  - add long version of the options

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo
  head/ports-mgmt/pkg-devel/pkg-plist

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Thu May 22 09:51:35 2014	(r354818)
+++ head/ports-mgmt/pkg-devel/Makefile	Thu May 22 10:11:10 2014	(r354819)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.0.b1
+DISTVERSION=	1.3.0.b2
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://files.etoilebsd.net/pkg/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Thu May 22 09:51:35 2014	(r354818)
+++ head/ports-mgmt/pkg-devel/distinfo	Thu May 22 10:11:10 2014	(r354819)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.0.b1.tar.xz) = c4ebf81c934a73c48572dcec382684bd7ddd41b45ab577fbc8248849f9fa625b
-SIZE (pkg-1.3.0.b1.tar.xz) = 1687096
+SHA256 (pkg-1.3.0.b2.tar.xz) = 7b98070bcde88f64fc179ee36dbfc42893b64c339bdb8459251133563629c6fa
+SIZE (pkg-1.3.0.b2.tar.xz) = 1693644

Modified: head/ports-mgmt/pkg-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/pkg-devel/pkg-plist	Thu May 22 09:51:35 2014	(r354818)
+++ head/ports-mgmt/pkg-devel/pkg-plist	Thu May 22 10:11:10 2014	(r354819)
@@ -8,8 +8,8 @@ etc/pkg.conf.sample
 include/pkg.h
 lib/libpkg.a
 lib/libpkg.so
-lib/libpkg.so.2
-lib/libpkg.so.2.0.0
+lib/libpkg.so.3
+lib/libpkg.so.3.0.0
 libdata/pkgconfig/pkg.pc
 man/man3/pkg_printf.3.gz
 man/man3/pkg_repos.3.gz


More information about the svn-ports-all mailing list