diff options
author | pawel <pawel@FreeBSD.org> | 2018-02-04 04:03:08 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2018-02-04 04:03:08 +0800 |
commit | cb321f289970a0a202d2106f93bfbc5834a6b005 (patch) | |
tree | e42d3c401c2a22d7a748c3d3578f8a3ee38aa002 /ports-mgmt/ports-tools/Makefile | |
parent | 9dccea8a523f4466bbe59697cb8fe8381dc859d0 (diff) | |
download | freebsd-ports-gnome-cb321f289970a0a202d2106f93bfbc5834a6b005.tar.gz freebsd-ports-gnome-cb321f289970a0a202d2106f93bfbc5834a6b005.tar.zst freebsd-ports-gnome-cb321f289970a0a202d2106f93bfbc5834a6b005.zip |
Update to version 1.7
Changelog:
Much of code cleanup and factorization overall.
pcheck:
- Add flavors support
- Print port's flavors after portlint check
pclean, pcommit:
- Update ports cleanup code to remove flavored workdirs also
pfind:
- Optimize exact search
plist-sort:
- Fix variable names clashes in awk snippets leading to incorrect plists
reinplace-check:
- Add support for flavors and multiple pathfix patterns
upgrade-ports:
- Detect package origin change, set new origin and rebuild all
reverse dependencies
- Improved pkg to port conversion, fixes old pre-flavors packages upgrades
- Don't offer to rebuild or install ports that already failed
- Fix install phase error detection
- Split rebuild into new phases: stage, deinstall and install
This fixes some ports building something during stage operation,
mainly Qt 4/5 ports
- Configure all ports while using preinstall -c
Diffstat (limited to 'ports-mgmt/ports-tools/Makefile')
-rw-r--r-- | ports-mgmt/ports-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/ports-tools/Makefile b/ports-mgmt/ports-tools/Makefile index fc9e362ef0cd..3c08bd3c80ee 100644 --- a/ports-mgmt/ports-tools/Makefile +++ b/ports-mgmt/ports-tools/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ports-tools -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= ports-mgmt MAINTAINER= pawel@FreeBSD.org |