Date: Mon, 13 Jan 2014 14:19:30 +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: r339595 - in head/ports-mgmt: pkg pkg-devel pkg-devel/files pkg/files Message-ID: <201401131419.s0DEJUBa006082@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 13 14:19:29 2014 New Revision: 339595 URL: http://svnweb.freebsd.org/changeset/ports/339595 Log: 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: head/ports-mgmt/pkg-devel/files/patch-libpkg_pkg_config head/ports-mgmt/pkg/files/patch-libpkg_pkg_config Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Mon Jan 13 12:25:37 2014 (r339594) +++ head/ports-mgmt/pkg-devel/Makefile Mon Jan 13 14:19:29 2014 (r339595) @@ -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: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Mon Jan 13 12:25:37 2014 (r339594) +++ head/ports-mgmt/pkg-devel/distinfo Mon Jan 13 14:19:29 2014 (r339595) @@ -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: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Mon Jan 13 12:25:37 2014 (r339594) +++ head/ports-mgmt/pkg/Makefile Mon Jan 13 14:19:29 2014 (r339595) @@ -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: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Mon Jan 13 12:25:37 2014 (r339594) +++ head/ports-mgmt/pkg/distinfo Mon Jan 13 14:19:29 2014 (r339595) @@ -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?201401131419.s0DEJUBa006082>