diff options
author | des <des@FreeBSD.org> | 2004-04-03 00:08:17 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-04-03 00:08:17 +0800 |
commit | cf1957d8fffdde96ccf8528c29054259b135835d (patch) | |
tree | 23f35e01c9f7ed0c89aa99ba54dabddfad704bb1 /ports-mgmt/porteasy/Makefile | |
parent | 4ca9043c9b16e8f8950a25ccfaa396927f0da383 (diff) | |
download | freebsd-ports-graphics-cf1957d8fffdde96ccf8528c29054259b135835d.tar.gz freebsd-ports-graphics-cf1957d8fffdde96ccf8528c29054259b135835d.tar.zst freebsd-ports-graphics-cf1957d8fffdde96ccf8528c29054259b135835d.zip |
Rework the dependency discovery and update code, as well as the handling
of installed ports and status (up-to-date / out-of-date) reporting. This
should make porteasy slightly more consistent, and up to 25% faster.
Diffstat (limited to 'ports-mgmt/porteasy/Makefile')
-rw-r--r-- | ports-mgmt/porteasy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports-mgmt/porteasy/Makefile b/ports-mgmt/porteasy/Makefile index 1b830902e33..536b055f49a 100644 --- a/ports-mgmt/porteasy/Makefile +++ b/ports-mgmt/porteasy/Makefile @@ -8,8 +8,7 @@ # PORTNAME= porteasy -PORTVERSION= 2.7.12 -PORTREVISION= 1 +PORTVERSION= 2.7.13 CATEGORIES= misc MASTER_SITES= # none DISTFILES= # none |