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

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 12 07:18:22 UTC 2013


Author: bapt
Date: Wed Jun 12 07:18:21 2013
New Revision: 320667
URL: http://svnweb.freebsd.org/changeset/ports/320667

Log:
  Update to 1.1.0.b4
  Changes:
    - A package can now be marked to only be upgraded from a given repository via annotations
    - install and upgrade will now show from which repository packages are taken (if at least 2 repositories are setup)
    - old/unused 'informations' field has been removed in favor of using annotations
    - important cleanup using pkg_printf(3)
    - add seat belt so pkg-devel can only be removed with -f
    - signing key is only asked once now in pkg repo
    - only look withing the note version of elf files
    - fix pkg delete -a
    - pkg repo has been changed to produce repo.txz in 1.0 only format
    - catalog is now only take from digest in 1.1
    - fix pkg update to that is is really incremental.
    - fix pkg convert (thus fix pkg2ng)
    - Add a DISABLE_MTREE option, which just disables processing +MTREE data
    - Rename ENV to PKG_ENV to not conflict with sh(1)'s ENV
    - Refactor 'pkg [-v|-vv|-vvv]' handling

Deleted:
  head/ports-mgmt/pkg-devel/files/
Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Wed Jun 12 06:58:52 2013	(r320666)
+++ head/ports-mgmt/pkg-devel/Makefile	Wed Jun 12 07:18:21 2013	(r320667)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.1.0.b3
-PORTREVISION=	1
+DISTVERSION=	1.1.0.b4
 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	Wed Jun 12 06:58:52 2013	(r320666)
+++ head/ports-mgmt/pkg-devel/distinfo	Wed Jun 12 07:18:21 2013	(r320667)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.1.0.b3.tar.xz) = 5187eaebe6b2813eb5efa0430c3b598eb99cbbd2c2afe994c563dfad8306669c
-SIZE (pkg-1.1.0.b3.tar.xz) = 1549396
+SHA256 (pkg-1.1.0.b4.tar.xz) = c0c6c54523200079dc446a760844c2eb5b6bd64a381505b9236b3dab7b0009fa
+SIZE (pkg-1.1.0.b4.tar.xz) = 1551056


More information about the svn-ports-all mailing list