Sun Oct 12 15:21:28 2014 UTC ()
Update to 1.46.4:

help2man (1.46.4) unstable; urgency=medium

  * Include architecture.mk and buildflags.mk into rules to replace the
    multiple calls to dpkg-architecture and to pick up the correct
    hardening flags.
  * Add $(LDFLAGS) when building preload to pick up -z relro (see
    https://wiki.debian.org/Hardening).
  * Minor correction to Norwegian Bokmaal translation.
  * Minor correction to Brazilian Portuguese translation.
  * Escape dashes in --name flag for groff (see lintian tag:
    hyphen-used-as-minus-sign).
  * Fix example using AM_MISSING_PROG in documentation: this macro no
    longer requires the third argument.


(wiz)
diff -r1.26 -r1.27 pkgsrc/converters/help2man/Makefile
diff -r1.19 -r1.20 pkgsrc/converters/help2man/distinfo
diff -r1.1 -r0 pkgsrc/converters/help2man/patches/patch-Makefile.in

cvs diff -r1.26 -r1.27 pkgsrc/converters/help2man/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/help2man/Makefile 2014/10/01 12:12:28 1.26
+++ pkgsrc/converters/help2man/Makefile 2014/10/12 15:21:28 1.27
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2014/10/01 12:12:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2014/10/12 15:21:28 wiz Exp $
2 2
3DISTNAME= help2man-1.46.3 3DISTNAME= help2man-1.46.4
4CATEGORIES= converters 4CATEGORIES= converters
5MASTER_SITES= ${MASTER_SITE_GNU:=help2man/} 5MASTER_SITES= ${MASTER_SITE_GNU:=help2man/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= arved@arved.at 8MAINTAINER= arved@arved.at
9HOMEPAGE= http://www.gnu.org/software/help2man/ 9HOMEPAGE= http://www.gnu.org/software/help2man/
10COMMENT= Generate simple manual pages from program output 10COMMENT= Generate simple manual pages from program output
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext 13DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext
14 14
15WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 15WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.19 -r1.20 pkgsrc/converters/help2man/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/help2man/distinfo 2014/10/01 12:12:28 1.19
+++ pkgsrc/converters/help2man/distinfo 2014/10/12 15:21:28 1.20
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.19 2014/10/01 12:12:28 wiz Exp $ 1$NetBSD: distinfo,v 1.20 2014/10/12 15:21:28 wiz Exp $
2 2
3SHA1 (help2man-1.46.3.tar.xz) = a6a7c87fff2f2ea245a14d96b5b04433865ff519 3SHA1 (help2man-1.46.4.tar.xz) = 7eebb6ead072b19863f28acca051bc3e3c40fdf9
4RMD160 (help2man-1.46.3.tar.xz) = fdc32e7b6380ab86ddf613b8415627d8c94c1387 4RMD160 (help2man-1.46.4.tar.xz) = f7636d666002a7c126867ee1b8300bf9a221a0c5
5Size (help2man-1.46.3.tar.xz) = 169660 bytes 5Size (help2man-1.46.4.tar.xz) = 169812 bytes
6SHA1 (patch-Makefile.in) = 0d6ee6adcd6ee9fb4729acd5338b79e2b321c92c 
7SHA1 (patch-bindtextdomain.c) = 527f54db2b220bad60e80ed8959b9e9c20191cc7 6SHA1 (patch-bindtextdomain.c) = 527f54db2b220bad60e80ed8959b9e9c20191cc7
8SHA1 (patch-help2man.PL) = 72b5a1cccbc832967a892ccf7e18d2cf44a21454 7SHA1 (patch-help2man.PL) = 72b5a1cccbc832967a892ccf7e18d2cf44a21454

File Deleted: pkgsrc/converters/help2man/patches/patch-Makefile.in