- provide a dummy exclusion pattern if the exclude file exists but
doesn't contain any patterns (Yen-Ming Lee <leeym@FreeBSD.org>)
- progress status display for interactive phase, too
- minor code cleanups, improved comments/docs
PR: ports/62539
Submitted by: Stefan Walter <sw@gegenunendlich.de> (author)
FreeSBIE project, exactly:
o Bug fixes
o Improved scripts, especially useful for -CURRENT
o Introduction of cloop compressed filesystem images
PR: ports/62493
Submitted by: Thomas E. Zander <riggs@rrr.de> (maintainer)
Approved by: nork (mentor/implicitly)
a patch, and adds support for some new UPS'.
For the port, update MASTER_SITES, add new stuff and retire one driver
that's been consolidated into one of the existing drivers.
+------------------------------------------------------------------------------
+UPGRADE NOTICE (Important)
+------------------------------------------------------------------------------
+ If you are upgrading from a previous version of rsnapshot, please be aware
+ of the following differences:
+
+ - The first backup interval must have a value of at least 2 if more than
+ one backup interval is defined.
+
+ - rsnapshot now returns 1 on errors (instead of -1). rsnapshot still
+ returns 0 on success.
+
+------------------------------------------------------------------------------
PR: ports/62341
Submitted by: Ralf van Dooren <r.vdooren@snow.nl> (maintainer)
Important changes:
==================
- Kmail and knode have been moved from kdenetwork to kdepim. This
means you will have to install kdepim if you want to continue using
kmail or knode. This is to ease integration with korganizer, in
the new 'Kontact' application.
- The arabic translations for KDE and KOffice have been moved from
misc to the arabic category.
- There is a new module called kdeaccessibility in the accessibility
category. It contains a few utilities for disabled users like a
magnification lens and a text-to-speech frontend.
- In KDM, you need to select the 'CUSTOM' session profile in order
to have your .xsession executed. This is particularly important if
you're using the aegypten tools
(http://freebsd.kde.org/howtos/aegypten-kmail.php).
- We have started making more parts of the ports optional. In kdepim,
both Kandy and KPilot can be turned off with ports-knobs. This
process will continue in the 3.2 series.
o) Add flag WITH_CGI=yes for building with/without cgi support
o) When cgi support is choosen dependency on libgd is now
added out of the ports tree (not internal one).
- Add eject by mount point
- Add -t flag for closing tray
- While here, portlint, DOCSDIR, PLIST_FILES
PR: ports/62201
Submitted by: Przemek Laczynski <torindel@wp.pl>