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 unified 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,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2014/05/18 21:26:02 joerg Exp $ 1# $NetBSD: Makefile,v 1.16 2015/03/07 18:32:44 wiz Exp $
2 2
3DISTNAME= xman-1.1.3 3DISTNAME= xman-1.1.4
4CATEGORIES= x11 4CATEGORIES= x11
5PKGREVISION= 1 
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Manual page browser 10COMMENT= Manual page browser
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17 16
18.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"

cvs diff -r1.7 -r1.8 pkgsrc/x11/xman/distinfo (expand / switch to unified 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 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.7 2014/05/18 21:26:02 joerg Exp $ 1$NetBSD: distinfo,v 1.8 2015/03/07 18:32:44 wiz Exp $
2 2
3SHA1 (xman-1.1.3.tar.bz2) = 9d83b14869ffadfda3407a2ab3b5fee13f667366 3SHA1 (xman-1.1.4.tar.bz2) = b64516dab2b1c407b28ce3822a98b93178e29f02
4RMD160 (xman-1.1.3.tar.bz2) = 5d91362017c52d73b3c8ec594e25e9265264f796 4RMD160 (xman-1.1.4.tar.bz2) = cb4e3a9444c27c9bd0a7388802db491e32cc96db
5Size (xman-1.1.3.tar.bz2) = 184340 bytes 5Size (xman-1.1.4.tar.bz2) = 188259 bytes
6SHA1 (patch-handler.c) = 5ff7e08a97421663376a149f32c8de8cdb004533 

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