diff options
author | wiz <wiz> | 2015-08-06 07:14:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-08-06 07:14:46 +0000 |
commit | 683cf994d6b2efa7eaddebeeada8d0928dc4c716 (patch) | |
tree | 179354774d259167ba2cf1f0aa3fa73f6f34a8c7 /x11 | |
parent | 6159455ba830b877eccde962bc8fe16e7832039f (diff) | |
download | pkgsrc-683cf994d6b2efa7eaddebeeada8d0928dc4c716.tar.gz |
Update to 1.0.3:
xmh 1.0.3
Fixes misplaced shortcut in man page: #89003
The shortcut Meta-h was on the wrong row in the man page.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=89003
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
configure: Drop AM_MAINTAINER_MODE
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Don't rely on the ability to set tan stops. Use tables instead.
Also, fix a presentational abuse of the .SS macro.
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.
man: replace hard coded man page section with substitution strings
man: remove trailing spaces and tabs
Using s/[ \t]*$//
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
This silences an Autoconf warning
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
This silences an Automake warning.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmh/Makefile | 5 | ||||
-rw-r--r-- | x11/xmh/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xmh/Makefile b/x11/xmh/Makefile index e975d5de510..a64088d8261 100644 --- a/x11/xmh/Makefile +++ b/x11/xmh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2015/07/02 23:00:01 rodent Exp $ -# +# $NetBSD: Makefile,v 1.3 2015/08/06 07:14:46 wiz Exp $ -DISTNAME= xmh-1.0.2 +DISTNAME= xmh-1.0.3 CATEGORIES= mail x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xmh/distinfo b/x11/xmh/distinfo index 53d0f8f0ee4..449c002a317 100644 --- a/x11/xmh/distinfo +++ b/x11/xmh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2015/07/02 12:38:33 rodent Exp $ +$NetBSD: distinfo,v 1.2 2015/08/06 07:14:46 wiz Exp $ -SHA1 (xmh-1.0.2.tar.bz2) = 3b771d8e7de175dc6890bcf03bd1fcf91c7ad919 -RMD160 (xmh-1.0.2.tar.bz2) = 29d14122033edb31418aac199facc7e9d07c38de -Size (xmh-1.0.2.tar.bz2) = 181993 bytes +SHA1 (xmh-1.0.3.tar.bz2) = 09f7b3f683b0fe93da62e4dc8ed023fcacca078a +RMD160 (xmh-1.0.3.tar.bz2) = 8f8c5d9be71785b62949bec56719fae9b0c6a0df +Size (xmh-1.0.3.tar.bz2) = 212109 bytes |