diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-11 09:22:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-11 09:22:05 +0000 |
commit | 6bb28a13bd1569c87af1346f012ff792ac03dae9 (patch) | |
tree | de1c3709bdb307e6357dfc6d4818035a023c4191 /sysutils/portupgrade-devel/Makefile | |
parent | Replace spaces with tabs where appropriate. (diff) |
Update to 20010811.
portsclean:
- Rewrite in Ruby and implement the distfiles cleaner. [new]
portsdb:
- Show a progress message while updating INDEX.*.
- Record version information into INDEX.rdo.
- Record category information into INDEX.rdo and enhance the API
accordingly.
- Introduce the automatic PORTS_DBDIR selector. Now it will use
whichever writable directory in the following ones: $PORTS_DBDIR,
$PORTS_DIR, /usr/ports, $PKG_DBDIR, /var/db/pkg, $TMPDIR, /var/tmp,
/tmp (checked in the order named)
portcvsweb:
- New tool: a tool to open CVSweb to view a CVS log. [new]
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 14a22a3c4d3b..16fb600aa621 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010809 +PORTVERSION= 20010811 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -26,6 +26,8 @@ NO_BUILD= yes MAN1= pkg_deinstall.1 \ pkg_glob.1 \ pkgdepfix.1 \ + portcvsweb.1 \ + portsclean.1 \ portsdb.1 \ portupgrade.1 \ portversion.1 |