diff options
author | pawel <pawel@FreeBSD.org> | 2017-06-07 02:58:49 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2017-06-07 02:58:49 +0800 |
commit | cf530700f6e8a68cd108ea23e4a10809483e99fb (patch) | |
tree | 6ef0766948d88d1f2fcdd3ae0ec6952a1f394f09 /ports-mgmt | |
parent | 40648cc3bf767c0fd371fc55f9f8dcd1edb91921 (diff) | |
download | freebsd-ports-gnome-cf530700f6e8a68cd108ea23e4a10809483e99fb.tar.gz freebsd-ports-gnome-cf530700f6e8a68cd108ea23e4a10809483e99fb.tar.zst freebsd-ports-gnome-cf530700f6e8a68cd108ea23e4a10809483e99fb.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')
-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 |