diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-01 19:41:07 +0800 |
commit | 988b674197d5158ec2b9735dd2a18cab568384cd (patch) | |
tree | 2a4f72b2c9ed55a5ce5bd722c7edc3efd5c57ed2 /x11/rstart | |
parent | 44dbaae8639c06739435db870a18e3f1dadc3398 (diff) | |
download | freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.tar.gz freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.tar.zst freebsd-ports-gnome-988b674197d5158ec2b9735dd2a18cab568384cd.zip |
- Update to Xorg 7.5
The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:
http://www.x.org/releases/X11R7.5/
A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.
For updating try
portupgrade -af \*
or:
portmaster -af
Please report any problems and issus to x11 (at) FreeBSD.org.
Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.
Tested by: Community and 2x exp-runs
Diffstat (limited to 'x11/rstart')
-rw-r--r-- | x11/rstart/Makefile | 2 | ||||
-rw-r--r-- | x11/rstart/distinfo | 6 | ||||
-rw-r--r-- | x11/rstart/pkg-plist | 18 |
3 files changed, 15 insertions, 11 deletions
diff --git a/x11/rstart/Makefile b/x11/rstart/Makefile index 258bc19dda44..645aa6bc5f90 100644 --- a/x11/rstart/Makefile +++ b/x11/rstart/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rstart -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/rstart/distinfo b/x11/rstart/distinfo index f648424763a9..3e18d4fd086a 100644 --- a/x11/rstart/distinfo +++ b/x11/rstart/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/rstart-1.0.2.tar.bz2) = 99aea04a27197056368a4431f30f9cdb -SHA256 (xorg/app/rstart-1.0.2.tar.bz2) = 02fc48b5069018e4262f0e5ebb669acedc04167307c98f0fdb2ca22e568e9596 -SIZE (xorg/app/rstart-1.0.2.tar.bz2) = 92924 +MD5 (xorg/app/rstart-1.0.3.tar.bz2) = e09c14cf1ac78260f95a9aa45bccab4c +SHA256 (xorg/app/rstart-1.0.3.tar.bz2) = d6ee7becf9ece2fcc30ce50f7e9be31f231cce0cb3a8ba09d1697ac2822c3fcc +SIZE (xorg/app/rstart-1.0.3.tar.bz2) = 106171 diff --git a/x11/rstart/pkg-plist b/x11/rstart/pkg-plist index 39e8858e79fb..53445f8d1135 100644 --- a/x11/rstart/pkg-plist +++ b/x11/rstart/pkg-plist @@ -1,16 +1,20 @@ bin/rstart bin/rstartd -lib/X11/rstart/config -lib/X11/rstart/rstartd.real -lib/X11/rstart/commands/x11r6/@List -lib/X11/rstart/commands/x11r6/Terminal -lib/X11/rstart/commands/x11r6/LoadMonitor -lib/X11/rstart/commands/ListGenericCommands lib/X11/rstart/commands/@List lib/X11/rstart/commands/ListContexts +lib/X11/rstart/commands/ListGenericCommands +lib/X11/rstart/commands/x +lib/X11/rstart/commands/x11 +lib/X11/rstart/commands/x11r6/@List +lib/X11/rstart/commands/x11r6/LoadMonitor +lib/X11/rstart/commands/x11r6/Terminal +lib/X11/rstart/config +lib/X11/rstart/contexts/@List lib/X11/rstart/contexts/default +lib/X11/rstart/contexts/x +lib/X11/rstart/contexts/x11 lib/X11/rstart/contexts/x11r6 -lib/X11/rstart/contexts/@List +lib/X11/rstart/rstartd.real @dirrm lib/X11/rstart/contexts @dirrm lib/X11/rstart/commands/x11r6 @dirrm lib/X11/rstart/commands |