diff options
author | bjs <bjs> | 2007-11-23 12:01:19 +0000 |
---|---|---|
committer | bjs <bjs> | 2007-11-23 12:01:19 +0000 |
commit | c0b8a4bd7ea55f7a66ea0112a7b400b08c57ffc1 (patch) | |
tree | 8a7a4695c0dd8382d1bf3aefbcdf01aeca9df361 | |
parent | 1111c349ba8cdf29bb5b8db27bb7b17960ddc1a9 (diff) | |
download | pkgsrc-c0b8a4bd7ea55f7a66ea0112a7b400b08c57ffc1.tar.gz |
Update to xvinfo-1.0.2. Some changes include:
- Change xvinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
- Makefile.am:27: compiling `xvinfo.c' with per-target flags requires
`AM_PROG_CC_C_O' in `configure.ac'
- Fix typo in man page (accesible)
- X.Org bug #10616: Add all the X info commands to See Also in man page
-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 a44559d2be8..df26bdf2053 100644 --- a/x11/xvinfo/Makefile +++ b/x11/xvinfo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:15 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/11/23 12:01:19 bjs Exp $ # -DISTNAME= xvinfo-1.0.1 +DISTNAME= xvinfo-1.0.2 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xvinfo/distinfo b/x11/xvinfo/distinfo index d2d1600a5a1..8afb4321011 100644 --- a/x11/xvinfo/distinfo +++ b/x11/xvinfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/04/12 18:04:07 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/11/23 12:01:19 bjs Exp $ -SHA1 (xvinfo-1.0.1.tar.bz2) = 92c4a9a31a1238d17c7fffedb4bfffb320f7b73e -RMD160 (xvinfo-1.0.1.tar.bz2) = eb1cfbd5073fa4ece49760f574df427f71c54198 -Size (xvinfo-1.0.1.tar.bz2) = 74829 bytes +SHA1 (xvinfo-1.0.2.tar.bz2) = 1b3947fd1e1f4464b39488f539812adbd7ddb30e +RMD160 (xvinfo-1.0.2.tar.bz2) = cde65f175fc10c3561fbdb7cc883b8b6ec556375 +Size (xvinfo-1.0.2.tar.bz2) = 86657 bytes |