diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-06-06 18:58:49 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-06-06 18:58:49 +0000 |
commit | b521ce0b99fed0dae56b509dc26ec1197bef75f2 (patch) | |
tree | 6ef0766948d88d1f2fcdd3ae0ec6952a1f394f09 /ports-mgmt/ports-tools | |
parent | 0646fb6dba3bbe950620462e2dd2b7f79dae3dbd (diff) | |
download | freebsd-ports-b521ce0b99fed0dae56b509dc26ec1197bef75f2.zip |
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
Diffstat (limited to 'ports-mgmt/ports-tools')
-rw-r--r-- | ports-mgmt/ports-tools/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/ports-tools/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/ports-tools/Makefile b/ports-mgmt/ports-tools/Makefile index b39e04185315..803f398c831c 100644 --- a/ports-mgmt/ports-tools/Makefile +++ b/ports-mgmt/ports-tools/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ports-tools -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= ports-mgmt MAINTAINER= pawel@FreeBSD.org diff --git a/ports-mgmt/ports-tools/distinfo b/ports-mgmt/ports-tools/distinfo index 5c0b26ec217b..f2ffb608a177 100644 --- a/ports-mgmt/ports-tools/distinfo +++ b/ports-mgmt/ports-tools/distinfo @@ -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 |