Date: Tue, 14 Jan 2014 21:28:35 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339723 - in branches/2014Q1/ports-mgmt: pkg pkg-devel pkg-devel/files pkg/files Message-ID: <201401142128.s0ELSZMA072669@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jan 14 21:28:34 2014 New Revision: 339723 URL: http://svnweb.freebsd.org/changeset/ports/339723 QAT: https://qat.redports.org/buildarchive/r339723/ Log: MFH: r339595 Update to 1.2.5: - Manpage improvements - fix $auditfile in pkg audit periodic script - Fix repo-*.sqlite being corrupted when pkg update is interrupted by the user - pkg add now tells the version of the package missing - Strop decoding/encoding all fields, only scripts and description are now encoded/decoded Deleted: branches/2014Q1/ports-mgmt/pkg-devel/files/patch-libpkg_pkg_config branches/2014Q1/ports-mgmt/pkg/files/patch-libpkg_pkg_config Modified: branches/2014Q1/ports-mgmt/pkg-devel/Makefile branches/2014Q1/ports-mgmt/pkg-devel/distinfo branches/2014Q1/ports-mgmt/pkg/Makefile branches/2014Q1/ports-mgmt/pkg/distinfo Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/ports-mgmt/pkg-devel/Makefile ============================================================================== --- branches/2014Q1/ports-mgmt/pkg-devel/Makefile Tue Jan 14 21:27:00 2014 (r339722) +++ branches/2014Q1/ports-mgmt/pkg-devel/Makefile Tue Jan 14 21:28:34 2014 (r339723) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2.4 -PORTREVISION= 1 +DISTVERSION= 1.2.5 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: branches/2014Q1/ports-mgmt/pkg-devel/distinfo ============================================================================== --- branches/2014Q1/ports-mgmt/pkg-devel/distinfo Tue Jan 14 21:27:00 2014 (r339722) +++ branches/2014Q1/ports-mgmt/pkg-devel/distinfo Tue Jan 14 21:28:34 2014 (r339723) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.4.tar.xz) = d6f838f94912893be9ea6e61d72515b7c7e63d5cd4a3084bfe7cbc2e909876cb -SIZE (pkg-1.2.4.tar.xz) = 1808120 +SHA256 (pkg-1.2.5.tar.xz) = ea6f1c95b8fcc1a017979949fc8f06f218f4412c5ec1ddcc4858d0b751759d6c +SIZE (pkg-1.2.5.tar.xz) = 1808040 Modified: branches/2014Q1/ports-mgmt/pkg/Makefile ============================================================================== --- branches/2014Q1/ports-mgmt/pkg/Makefile Tue Jan 14 21:27:00 2014 (r339722) +++ branches/2014Q1/ports-mgmt/pkg/Makefile Tue Jan 14 21:28:34 2014 (r339723) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2.4 -PORTREVISION= 1 +DISTVERSION= 1.2.5 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: branches/2014Q1/ports-mgmt/pkg/distinfo ============================================================================== --- branches/2014Q1/ports-mgmt/pkg/distinfo Tue Jan 14 21:27:00 2014 (r339722) +++ branches/2014Q1/ports-mgmt/pkg/distinfo Tue Jan 14 21:28:34 2014 (r339723) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.4.tar.xz) = d6f838f94912893be9ea6e61d72515b7c7e63d5cd4a3084bfe7cbc2e909876cb -SIZE (pkg-1.2.4.tar.xz) = 1808120 +SHA256 (pkg-1.2.5.tar.xz) = ea6f1c95b8fcc1a017979949fc8f06f218f4412c5ec1ddcc4858d0b751759d6c +SIZE (pkg-1.2.5.tar.xz) = 1808040
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401142128.s0ELSZMA072669>