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

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 9 14:22:12 UTC 2014


Author: bapt
Date: Tue Dec  9 14:22:10 2014
New Revision: 374397
URL: https://svnweb.freebsd.org/changeset/ports/374397
QAT: https://qat.redports.org/buildarchive/r374397/

Log:
  Update pkg to 1.4.0
  Update pkg-devel to 1.4.99.0 (aka 1.5 pre-alpha0)
  Changes since pkg 1.3.0:
  Changes you can expect in pkg 1.4 are the following:
  - Loads of bug fixes
  - Stricter checking of the path passed via the plist
  - Removal of the bundled libyaml
  - new --raw-format to chose the output format for info -R and search -R
  - ABI (for freebsd, unchanged for dragonfly) is now follwing MACHINE_ARCH
    (freebsd:10:x86:64 become FreeBSD:10:amd64) the old ABI is available as a
    fallback in ALTABI
  - pkg check now support a quiet mode
  - new 3 way merge code ("stolen" from the fossil-scm) to allow automerging
  configuration files
  - new @config keyword to mark a file as a config file (during
    upgrade/reinstallation it will try to merge the configuration with the one the
    user may have modified) an option AUTOMERGE is available to prevent
    automerging if automerge fails a .pkgnew file will be created along with the
    untouched user version of the configuration
  - The update procedure has been improved and speed up a lot (in particular for
    machine with low resources)
  - The unique identifier has been modified to be pkgname meaning now ports can be
    moved in new categories without having to be considered a different package
  - Only libraries starting by lib* are added to the provided libraries
  - General speed up of all operations
  - pkg set gain a -n option (equivalent to -o but works on name rather than origin)
  - pkg set -o now considered deprecated
  - pkg version accept '?' and '!' in pkg version limchar

Deleted:
  head/ports-mgmt/pkg/files/patch-libpkg__pkg_config.c
  head/ports-mgmt/pkg/files/patch-libpkg__pkg_ports.c
  head/ports-mgmt/pkg/files/patch-plist-non-fatal
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	Tue Dec  9 14:16:53 2014	(r374396)
+++ head/ports-mgmt/pkg-devel/Makefile	Tue Dec  9 14:22:10 2014	(r374397)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.4.0.rc3
+DISTVERSION=	1.4.99.0
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Tue Dec  9 14:16:53 2014	(r374396)
+++ head/ports-mgmt/pkg-devel/distinfo	Tue Dec  9 14:22:10 2014	(r374397)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.0.rc3.tar.xz) = c05b74d64662c0945cc6a8f9b6525dbdebf7afe9daa6408bcad7f93bc7c83ab4
-SIZE (pkg-1.4.0.rc3.tar.xz) = 1772412
+SHA256 (pkg-1.4.99.0.tar.xz) = bdc3cbaba90dfeacaea768a80a1975aad296d2ae4a00369d8e006b79a376b84c
+SIZE (pkg-1.4.99.0.tar.xz) = 1783368

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Tue Dec  9 14:16:53 2014	(r374396)
+++ head/ports-mgmt/pkg/Makefile	Tue Dec  9 14:22:10 2014	(r374397)
@@ -1,13 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.3.8
-PORTREVISION=	3
+DISTVERSION=	1.4.0
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\
-		LOCAL/portmgr \
 		http://files.etoilebsd.net/${PORTNAME}/ \
+		LOCAL/portmgr \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
 
 MAINTAINER=	portmgr at FreeBSD.org

Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo	Tue Dec  9 14:16:53 2014	(r374396)
+++ head/ports-mgmt/pkg/distinfo	Tue Dec  9 14:22:10 2014	(r374397)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.8.tar.xz) = 06036f0bd0019d7a5b553272e665f060c44f6d8c1b61c5def67a5d9e24ead773
-SIZE (pkg-1.3.8.tar.xz) = 1786712
+SHA256 (pkg-1.4.0.tar.xz) = d65d8e16bce30db3397d8eb2979aad52bd770cc50a4afa55750f4b169a1f67da
+SIZE (pkg-1.4.0.tar.xz) = 1802924


More information about the svn-ports-head mailing list