summaryrefslogtreecommitdiff
path: root/x11/xman
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-03-07 18:32:44 +0000
committerwiz <wiz@pkgsrc.org>2015-03-07 18:32:44 +0000
commit4b224f4f2e0272cc69e9bfed227e1b7fdd1f575c (patch)
tree6851dae8a55bd447c2fbeb129c26c4e1a2dca7de /x11/xman
parentbbe9781bc79d9d6440db1dc346a27a2112437b32 (diff)
downloadpkgsrc-4b224f4f2e0272cc69e9bfed227e1b7fdd1f575c.tar.gz
Update to 1.1.4:
Alan Coopersmith (8): Fix "no search will be preformed" typo in dialog box message Ensure fgets read at least one byte before modifying string config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Fix typos & wording issues in source comments Ask groff for text instead of postscript on Solaris xman 1.1.4 Jon TURNEY (1): Use same FORMAT command on cygwin as on linux in HANDLE_ROFFSEQ case as well Jörg Sonnenberger (1): Fix tautology to the intended check. Thomas Klausner (1): Fix shadow warning.
Diffstat (limited to 'x11/xman')
-rw-r--r--x11/xman/Makefile5
-rw-r--r--x11/xman/distinfo9
-rw-r--r--x11/xman/patches/patch-handler.c13
3 files changed, 6 insertions, 21 deletions
diff --git a/x11/xman/Makefile b/x11/xman/Makefile
index 352fe678c5e..19aea04c3c8 100644
--- a/x11/xman/Makefile
+++ b/x11/xman/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2014/05/18 21:26:02 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2015/03/07 18:32:44 wiz Exp $
-DISTNAME= xman-1.1.3
+DISTNAME= xman-1.1.4
CATEGORIES= x11
-PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xman/distinfo b/x11/xman/distinfo
index 50391f2ab2c..9a50c59e930 100644
--- a/x11/xman/distinfo
+++ b/x11/xman/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/05/18 21:26:02 joerg Exp $
+$NetBSD: distinfo,v 1.8 2015/03/07 18:32:44 wiz Exp $
-SHA1 (xman-1.1.3.tar.bz2) = 9d83b14869ffadfda3407a2ab3b5fee13f667366
-RMD160 (xman-1.1.3.tar.bz2) = 5d91362017c52d73b3c8ec594e25e9265264f796
-Size (xman-1.1.3.tar.bz2) = 184340 bytes
-SHA1 (patch-handler.c) = 5ff7e08a97421663376a149f32c8de8cdb004533
+SHA1 (xman-1.1.4.tar.bz2) = b64516dab2b1c407b28ce3822a98b93178e29f02
+RMD160 (xman-1.1.4.tar.bz2) = cb4e3a9444c27c9bd0a7388802db491e32cc96db
+Size (xman-1.1.4.tar.bz2) = 188259 bytes
diff --git a/x11/xman/patches/patch-handler.c b/x11/xman/patches/patch-handler.c
deleted file mode 100644
index 17ad98bfb2e..00000000000
--- a/x11/xman/patches/patch-handler.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-handler.c,v 1.1 2014/05/18 21:26:02 joerg Exp $
-
---- handler.c.orig 2014-05-16 15:36:10.000000000 +0000
-+++ handler.c
-@@ -320,7 +320,7 @@ SaveFormattedPage(Widget w, XEvent * eve
- * If we are not active then take no action.
- */
-
-- if (man_globals->tempfile == NULL)
-+ if (man_globals->tempfile[0] == '\0')
- return;
-
- switch (params[0][0]) {