svn commit: r442790 - head/ports-mgmt/ports-tools

Pawel Pekala pawel at FreeBSD.org
Tue Jun 6 18:58:51 UTC 2017


Author: pawel
Date: Tue Jun  6 18:58:49 2017
New Revision: 442790
URL: https://svnweb.freebsd.org/changeset/ports/442790

Log:
  Update to version 1.3
  
  Changelog:
  
  mkpatch:
  - Generate patches similar to make makepatch ones
  
  pinstall, preinstall:
  - Implement option to build with debug information (-d)
  - Implement interactive mode for pinstall and preinstall (-i)
    allowing to choose which matched ports will be built
  - Implement option (-c) to allow configure ports options before
    install/reinstall
  
  plist-sort:
  - Correct match expression, fixes parsing lines with '@' character
    that not contain pkg commands
  
  upgrade-ports:
  - Add conflicts detection in pkg database errors check
  - Make skipping ports after error recursive
  - Improve summaries wording, include number of items in lists
  - Add error checking for MOVED entries handling, when everything fails,
    remove old port and install new one
  - Show conflicts message for packages removed in MOVED parsing
  - Add force recompile option, force reinstallation of packages with
    stale dependencies during sanity check phase
  - Fix regression of not saving last UPDATING entry after succesful upgrade

Modified:
  head/ports-mgmt/ports-tools/Makefile
  head/ports-mgmt/ports-tools/distinfo

Modified: head/ports-mgmt/ports-tools/Makefile
==============================================================================
--- head/ports-mgmt/ports-tools/Makefile	Tue Jun  6 18:37:17 2017	(r442789)
+++ head/ports-mgmt/ports-tools/Makefile	Tue Jun  6 18:58:49 2017	(r442790)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ports-tools
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	pawel at FreeBSD.org

Modified: head/ports-mgmt/ports-tools/distinfo
==============================================================================
--- head/ports-mgmt/ports-tools/distinfo	Tue Jun  6 18:37:17 2017	(r442789)
+++ head/ports-mgmt/ports-tools/distinfo	Tue Jun  6 18:58:49 2017	(r442790)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493629631
-SHA256 (ppekala-ports-tools-1.2_GH0.tar.gz) = a333584a0d561a40ce7fb14a6650008599908c0c1920766cb036982ebf293f0f
-SIZE (ppekala-ports-tools-1.2_GH0.tar.gz) = 20490
+TIMESTAMP = 1496774592
+SHA256 (ppekala-ports-tools-1.3_GH0.tar.gz) = 8b28307a7aeafa28f480c26ad100830ce50913117c6e1c5d5dfca25ee9dd9fac
+SIZE (ppekala-ports-tools-1.3_GH0.tar.gz) = 21178


More information about the svn-ports-all mailing list