Sat Mar 7 18:32:44 2015 UTC ()
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.


(wiz)
diff -r1.15 -r1.16 pkgsrc/x11/xman/Makefile
diff -r1.7 -r1.8 pkgsrc/x11/xman/distinfo
diff -r1.1 -r0 pkgsrc/x11/xman/patches/patch-handler.c

cvs diff -r1.15 -r1.16 pkgsrc/x11/xman/Makefile (expand / switch to context diff)
--- pkgsrc/x11/xman/Makefile 2014/05/18 21:26:02 1.15
+++ pkgsrc/x11/xman/Makefile 2015/03/07 18:32:44 1.16
@@ -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
 

cvs diff -r1.7 -r1.8 pkgsrc/x11/xman/distinfo (expand / switch to context diff)
--- pkgsrc/x11/xman/distinfo 2014/05/18 21:26:02 1.7
+++ pkgsrc/x11/xman/distinfo 2015/03/07 18:32:44 1.8
@@ -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
+SHA1 (xman-1.1.4.tar.bz2) = b64516dab2b1c407b28ce3822a98b93178e29f02
-RMD160 (xman-1.1.3.tar.bz2) = 5d91362017c52d73b3c8ec594e25e9265264f796
+RMD160 (xman-1.1.4.tar.bz2) = cb4e3a9444c27c9bd0a7388802db491e32cc96db
-Size (xman-1.1.3.tar.bz2) = 184340 bytes
+Size (xman-1.1.4.tar.bz2) = 188259 bytes
-SHA1 (patch-handler.c) = 5ff7e08a97421663376a149f32c8de8cdb004533

File Deleted: pkgsrc/x11/xman/patches/Attic/patch-handler.c