diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-14 21:36:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-14 21:36:25 +0000 |
commit | 3d123f06cec1389d4dcf89ae495d66fd6d361441 (patch) | |
tree | b572e7ae06b644e178086eb03093e8facf1aae68 /x11 | |
parent | 3eb22217692e9a97eecf4045d88657d2abcf5712 (diff) | |
download | pkgsrc-3d123f06cec1389d4dcf89ae495d66fd6d361441.tar.gz |
Updated xf86-video-dummy to 0.3.8.
This new release of the dummy Xorg video driver adds a few cleanups and
compatibility with xorg-server 1.19.
Aaron Plattner (1):
Remove pointless empty functions
Alan Coopersmith (2):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Antoine Martin (2):
Honor DacSpeed setting in xorg.conf
remove dead code in dummy driver
Julien Cristau (2):
configure: require xorg-server 1.4.99.901
xf86-video-dummy 0.3.8
Peter Hutterer (1):
Switch to using dixChangeWindowProperty
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-dummy/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-dummy/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/xf86-video-dummy/Makefile b/x11/xf86-video-dummy/Makefile index baf9ba66c0b..b0d8edc67b4 100644 --- a/x11/xf86-video-dummy/Makefile +++ b/x11/xf86-video-dummy/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/02/26 11:27:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/12/14 21:36:25 wiz Exp $ -DISTNAME= xf86-video-dummy-0.3.7 -PKGREVISION= 4 +DISTNAME= xf86-video-dummy-0.3.8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-dummy/distinfo b/x11/xf86-video-dummy/distinfo index f08f5b950ec..160f2598b52 100644 --- a/x11/xf86-video-dummy/distinfo +++ b/x11/xf86-video-dummy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 03:29:02 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/12/14 21:36:25 wiz Exp $ -SHA1 (xf86-video-dummy-0.3.7.tar.bz2) = b4a189b12406c6cbd5a68628a740ca59acef790a -RMD160 (xf86-video-dummy-0.3.7.tar.bz2) = 10bc89bdebf1b4f192930dba1bde7d37b3faa97e -SHA512 (xf86-video-dummy-0.3.7.tar.bz2) = 2893964f19901af0b18417a271a3418c5adfaa311cd1688c159b86a7bdf68517d53d98a9b2c1a9942c7d2cde8ccb742832fd78c2ab0aa29844d261b9334548ec -Size (xf86-video-dummy-0.3.7.tar.bz2) = 279806 bytes +SHA1 (xf86-video-dummy-0.3.8.tar.bz2) = 6d24be1c693214935b298bf6f9457ee464d5c4fd +RMD160 (xf86-video-dummy-0.3.8.tar.bz2) = 9dfa82f4f9ee2dbca179cd798754d246491cbd21 +SHA512 (xf86-video-dummy-0.3.8.tar.bz2) = f534113fd9987e44d2e0d0c53bd1b71be4ba69ec239ecec4aba8fcdcc10597722c54cbc01da38e0975ac7660e4e4028330e4cdd369e755c25ec059d2dfabad80 +Size (xf86-video-dummy-0.3.8.tar.bz2) = 302353 bytes |