Date: Thu, 7 Nov 2013 15:45:55 +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: r333124 - head/ports-mgmt/pkg-devel Message-ID: <201311071545.rA7FjtvU042520@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Nov 7 15:45:55 2013 New Revision: 333124 URL: http://svnweb.freebsd.org/changeset/ports/333124 Log: Update to pkg 1.2.0 beta2 - Update bundled libucl code (which fixes bugs) - Fix double escaped \n for script and messages - Fix rquery with -e not properly working [1] - rquery can now take a -I argument to output index like lines (needed for bsdconfig) - Fix local database creation (initial) - With build with older bsd.prog.mk - Improved documentation for pkg query Reported by: mat [1] 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 Nov 7 15:37:53 2013 (r333123) +++ head/ports-mgmt/pkg-devel/Makefile Thu Nov 7 15:45:55 2013 (r333124) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2.0.b1 +DISTVERSION= 1.2.0.b2 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -29,9 +29,6 @@ USE_SUBMAKE= yes .include <bsd.port.pre.mk> -post-patch: - @${REINPLACE_CMD} -e 's/PROGNAME/PROG/g' ${WRKSRC}/pkg/Makefile - .if defined(WITH_PKGNG) .if ${WITH_PKGNG} != devel NO_LATEST_LINK= yes Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Thu Nov 7 15:37:53 2013 (r333123) +++ head/ports-mgmt/pkg-devel/distinfo Thu Nov 7 15:45:55 2013 (r333124) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.0.b1.tar.xz) = e684525444a99d1f6dde5ba4eec42c293b4dc0b79bdfb67deb53325dc9639941 -SIZE (pkg-1.2.0.b1.tar.xz) = 1787496 +SHA256 (pkg-1.2.0.b2.tar.xz) = 8eadb9073195dc2c56386989a94f17445feae1770fe3b70dd0553282ea1adcc1 +SIZE (pkg-1.2.0.b2.tar.xz) = 1787968
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071545.rA7FjtvU042520>