diff options
author | hrs <hrs@FreeBSD.org> | 2013-04-24 12:13:09 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-04-24 12:13:09 +0800 |
commit | 2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2 (patch) | |
tree | b0094c17ab958c91c23c0e89d3bb437c5adf6982 /UPDATING | |
parent | b6701d0fcaba2068d4d469fbb4def557cb85cb6b (diff) | |
download | freebsd-ports-gnome-2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2.tar.gz freebsd-ports-gnome-2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2.tar.zst freebsd-ports-gnome-2eb8bbb4c7f6dd5581d57d6529733b1c66ab8db2.zip |
Merge print/psutils-a4 and print/psutils-letter into a single port
print/psutils. The default paper size in the programs can be set via
libpaper ($PAPERSIZE or etc/papersize configuration file).
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130424: + AFFECTS: users of print/psutils-a4 or print/psutils-letter + AUTHOR: hrs@FreeBSD.org + + print/psutils-a4 and print/psutils-letter have been merged into a single port + print/psutils. The default paper size in psnup(1), psresize(1), and + pstops(1) is now selected via an environment variable and/or a configuration + file of libpaper(3). For more detail, see papersize(5) and paperconfig(8) + manual page. If you prefer A4 or letter size by default as the old + version did, please install print/papersize-default-a4 or + print/papersize-default-letter, which installs a papersize configuration + file without manual configuration. + 20130423: AFFECTS: users of mail/postfix AUTHOR: sahil@FreeBSD.org |