Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2014 13:21:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352680 - head/ports-mgmt/pkg-devel
Message-ID:  <201404301321.s3UDL6ED046949@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404301321.s3UDL6ED046949>