svn commit: r339723 - in branches/2014Q1/ports-mgmt: pkg pkg-devel pkg-devel/files pkg/files

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 14 21:28:36 UTC 2014


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


More information about the svn-ports-all mailing list