svn commit: r339595 - in head/ports-mgmt: pkg pkg-devel pkg-devel/files pkg/files

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 13 14:19:31 UTC 2014


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


More information about the svn-ports-all mailing list