diff options
author | wiz <wiz> | 2013-01-21 13:20:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-21 13:20:45 +0000 |
commit | fa988d16fb499773770db5c1f7c06f04cef9c2cc (patch) | |
tree | 84764a77c26a6ba7172349e21f370d783cbb104a /x11 | |
parent | ac81f0cc1b305069447979a94f9d2a5607d06ca1 (diff) | |
download | pkgsrc-fa988d16fb499773770db5c1f7c06f04cef9c2cc.tar.gz |
Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.
Alan Coopersmith (2):
config: Add missing AC_CONFIG_SRCDIR
xmessage 1.0.4
Gaetan Nadon (9):
config: update AC_PREREQ statement to 2.60
config: upgrade to util-macros 1.8 for additional man page support
config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Julien Cristau (1):
man: point to the X manpage for more command line options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmessage/Makefile | 4 | ||||
-rw-r--r-- | x11/xmessage/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xmessage/Makefile b/x11/xmessage/Makefile index eeb7d7ece45..0ec7d90b048 100644 --- a/x11/xmessage/Makefile +++ b/x11/xmessage/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/10/29 05:07:15 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/01/21 13:20:45 wiz Exp $ # -DISTNAME= xmessage-1.0.3 +DISTNAME= xmessage-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xmessage/distinfo b/x11/xmessage/distinfo index 7a540d3cbcc..34bfa6bc839 100644 --- a/x11/xmessage/distinfo +++ b/x11/xmessage/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2010/09/10 18:34:28 joerg Exp $ +$NetBSD: distinfo,v 1.6 2013/01/21 13:20:45 wiz Exp $ -SHA1 (xmessage-1.0.3.tar.bz2) = a8bfefbbe7785fa0e58ed4f596f4d79ba0b4d9b2 -RMD160 (xmessage-1.0.3.tar.bz2) = 86c450c7e233036eb40173c4633363efe0e551f9 -Size (xmessage-1.0.3.tar.bz2) = 110604 bytes +SHA1 (xmessage-1.0.4.tar.bz2) = cc04934fa71167505a027fbe202b574deeac38d7 +RMD160 (xmessage-1.0.4.tar.bz2) = 8566f836a441101c691e0fa2590ff28781acaabf +Size (xmessage-1.0.4.tar.bz2) = 125011 bytes SHA1 (patch-aa) = 8c4ddffa627634ecab7e149816e643e9d233729c |