diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-07 14:45:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-07 14:45:55 +0000 |
commit | a75b8bab3fdfeb52765cfd0d615525072f8049f3 (patch) | |
tree | dae64b7485eb930758ef718937ee1f177d7e556a | |
parent | c9542dda293abd5b35ee5f3e00dabcd99079ede5 (diff) | |
download | pkgsrc-a75b8bab3fdfeb52765cfd0d615525072f8049f3.tar.gz |
Update to 1.1.20120215:
2012/02/15
+ modify menubox.c to use the same improvement as in checklist.c
+ improve auto width computation for checklist widget by using
dlg_calc_list_width as in the non-auto case (Edho Arief).
+ eliminate some bashisms in the sample scripts (Pedro Giffuni).
+ makefile fixes from FreeBSD ports (Li-Wen Hsu):
+ make --with-package option of configure script work.
+ get LIBTOOL_VERSION from configure script, needed by
${LIBTOOL_VERSION} in LIBTOOL_CREATE (LIB_CREATE in configure and
aclocal.m4)
+ update cs.po and sr.po from
http://translationproject.org/latest/dialog/
+ updated configure script macros, improving CF_XOPEN_SOURCE among
other fixes.
-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 eb39b3cbc18..f28f1bb0b88 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2011/11/29 20:53:49 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2012/03/07 14:45:55 wiz Exp $ -DISTNAME= dialog-1.1-20111020 +DISTNAME= dialog-1.1-20120215 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 c0e67b80bdf..65d486dba13 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2011/11/29 20:53:49 wiz Exp $ +$NetBSD: distinfo,v 1.31 2012/03/07 14:45:55 wiz Exp $ -SHA1 (dialog-1.1-20111020.tgz) = ddabc0950275db4e9cef382a862ff3b20746e843 -RMD160 (dialog-1.1-20111020.tgz) = 6e85f8e43e7d5e5ae02787e7b8561e8411a6d946 -Size (dialog-1.1-20111020.tgz) = 439031 bytes +SHA1 (dialog-1.1-20120215.tgz) = 0d8a07e064c6d4f9cc7d9cb21c4609dc4a19537e +RMD160 (dialog-1.1-20120215.tgz) = 52ce281e810c81041196206839e25d357895b1a6 +Size (dialog-1.1-20120215.tgz) = 441234 bytes |