diff options
author | wiz <wiz@pkgsrc.org> | 2013-02-11 09:11:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-02-11 09:11:17 +0000 |
commit | 671caa0b52a6fb1e4f379b7b1bfd6f4cdf2942ec (patch) | |
tree | a80d70396dc2bcfee5eb574aae5f08ad7dd84d11 | |
parent | 89eea52251ffe4b2552596e8fb6972c135411eb7 (diff) | |
download | pkgsrc-671caa0b52a6fb1e4f379b7b1bfd6f4cdf2942ec.tar.gz |
Update to 1.1.2:
This minor maintenance release includes various build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.
Alan Coopersmith (6):
config: Add missing AC_CONFIG_SRCDIR
Add _X_NORETURN to PrintUsage to clear gcc/clang warnings
Convert from haphazard indenting to X.Org common style
add explicit braces to clarify which if the else goes with
Add -version option
xvinfo 1.1.2
Gaetan Nadon (3):
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
-rw-r--r-- | x11/xvinfo/Makefile | 4 | ||||
-rw-r--r-- | x11/xvinfo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xvinfo/Makefile b/x11/xvinfo/Makefile index be12da72c09..41336bc2707 100644 --- a/x11/xvinfo/Makefile +++ b/x11/xvinfo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/10/29 05:07:24 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/02/11 09:11:17 wiz Exp $ # -DISTNAME= xvinfo-1.1.1 +DISTNAME= xvinfo-1.1.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xvinfo/distinfo b/x11/xvinfo/distinfo index 69cc5781671..ac72d2e9272 100644 --- a/x11/xvinfo/distinfo +++ b/x11/xvinfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 18:29:52 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/02/11 09:11:17 wiz Exp $ -SHA1 (xvinfo-1.1.1.tar.bz2) = dc326464748fa608da50386112a89024804c1910 -RMD160 (xvinfo-1.1.1.tar.bz2) = 347419fb77a42e660d16a2c85cedc36d195004c0 -Size (xvinfo-1.1.1.tar.bz2) = 105663 bytes +SHA1 (xvinfo-1.1.2.tar.bz2) = cc2a8d8585450ae0a8c259c90cf6bfdb85eb7d86 +RMD160 (xvinfo-1.1.2.tar.bz2) = b2e4d4b4269d018ca7c4e66f58d4cce12eeb0c19 +Size (xvinfo-1.1.2.tar.bz2) = 116906 bytes |