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

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 30 13:21:07 UTC 2014


Author: bapt
Date: Wed Apr 30 13:21:06 2014
New Revision: 352680
URL: http://svnweb.freebsd.org/changeset/ports/352680
QAT: https://qat.redports.org/buildarchive/r352680/

Log:
  Update to 1.3.0 alpha10
  Changes:
  - Document pkg search -U
  - Reduce memory usage when loading a package
  - Validate package loading against a ucl schema
  - Sandbox signature checking with capsicum
  - Update man pages
  - Be pedantically correct about units and scale factors
  - Now uses sqlite full text search extension
  - Allow case insensitive search
  - Fix pkg add -f
  - Lots of fixes in the solver

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	Wed Apr 30 13:14:56 2014	(r352679)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Apr 30 13:21:06 2014	(r352680)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.0.a9
+DISTVERSION=	1.3.0.a10
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
 		http://files.etoilebsd.net/pkg/ \

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Wed Apr 30 13:14:56 2014	(r352679)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Apr 30 13:21:06 2014	(r352680)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.0.a9.tar.xz) = 7065035650a0eafbb603dacdb609a0c062c3bba55dcd1f8b6090ee0516a691e9
-SIZE (pkg-1.3.0.a9.tar.xz) = 1679740
+SHA256 (pkg-1.3.0.a10.tar.xz) = aac12da0aa9ff6f95242be7bc9440f23322a2a6538016a5dfd6325a6a176fb59
+SIZE (pkg-1.3.0.a10.tar.xz) = 1673100


More information about the svn-ports-head mailing list