diff options
author | wiz <wiz> | 2013-09-09 20:40:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-09-09 20:40:12 +0000 |
commit | e24efee94eaf47bfb643c126fbeebd24da6aa8d5 (patch) | |
tree | 139331c3dc8b42f8e1af7a88ccaa92c894acb770 /misc/dialog | |
parent | aff4149a37fb56c332ea4f0124a0f3911ffd0383 (diff) | |
download | pkgsrc-e24efee94eaf47bfb643c126fbeebd24da6aa8d5.tar.gz |
Update to 1.2.20130902:
2013/09/02
+ modify makefile rule to make the ".png" filenames created by groff
predictable.
+ add option --help-tags to allow scripts to get the item's tag field
consistently from help- and help-item button results rather than
getting the item's text for the latter (discussion with Florent
Rougon).
+ correct manpage discussion of DIALOG_ITEM_HELP versus --item-help,
as well as --help-button return status (report by Florent Rougon).
+ correct limit used for --hline option (report by Devin Teske,
cf: 2011/06/30).
+ do not print empty "[]" if a --hline option was given with an empty
value (report by Devin Teske).
+ miscellaneous configure script fixes/updates. In particular, add
option --with-shared which builds shared libraries without a libtool
dependency.
+ add FreeBSD port-files for test-builds.
+ update lt.po, add fa.po from
http://translationproject.org/latest/dialog/
+ update config.guess, config.sub
Diffstat (limited to 'misc/dialog')
-rw-r--r-- | misc/dialog/Makefile | 4 | ||||
-rw-r--r-- | misc/dialog/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index cd5048637b0..415ef6481b2 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2013/05/26 17:58:39 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2013/09/09 20:40:12 wiz Exp $ -DISTNAME= dialog-1.2-20130523 +DISTNAME= dialog-1.2-20130902 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo index 2f413fb8dcc..1b4d73cf8a6 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2013/05/26 17:58:39 wiz Exp $ +$NetBSD: distinfo,v 1.35 2013/09/09 20:40:12 wiz Exp $ -SHA1 (dialog-1.2-20130523.tgz) = 54768b8443af3de2e6cd16073ec666f19d4ded7a -RMD160 (dialog-1.2-20130523.tgz) = d1ff2ad4b7911021784faafda42a433f07c2d150 -Size (dialog-1.2-20130523.tgz) = 432886 bytes +SHA1 (dialog-1.2-20130902.tgz) = 5b575ec719c928196b63db020e932dcc100dd3d5 +RMD160 (dialog-1.2-20130902.tgz) = 7a8546366b704c280dd3ae9ae766949dcc428b77 +Size (dialog-1.2-20130902.tgz) = 449855 bytes |