Update of /cvsroot/fink/experimental/rangerrick/finkinfo/x11-system
In directory sc8-pr-cvs1:/tmp/cvs-serv15229

Modified Files:
        system-xfree86-42.info system-xfree86-43.info 
Log Message:
handle xfree86 cvs version strings


Index: system-xfree86-42.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/finkinfo/x11-system/system-xfree86-42.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- system-xfree86-42.info      28 Aug 2003 17:20:16 -0000      1.2
+++ system-xfree86-42.info      31 Aug 2003 17:18:28 -0000      1.3
@@ -1,6 +1,6 @@
 Package: system-xfree86-42
 Version: 4.2
-Revision: 2
+Revision: 3
 Depends: system-xfree86-upgrade
 Provides: x11, rman, libgl, libgl-shlibs, xft1
 Conflicts: system-libgl
@@ -104,7 +104,7 @@
 elif [ -x /usr/X11R6/bin/Xquartz ]; then
   X_BINARY="/usr/X11R6/bin/Xquartz"
 fi
-XF_VERSION=`find /usr/X11R6/man -type f | xargs grep "Version.*XFree86" 2>/dev/null  
| head -1 | perl -p -e 's,^.*Version ([^\s]+) .*$,$1,'`
+XF_VERSION=`find /usr/X11R6/man -type f | xargs grep "Version.*XFree86" 2>/dev/null  
| head -1 | perl -p -e 's,^.*Version\S* ([^\s]+) .*$,$1,'`
 XF_MAJOR=`echo $XF_VERSION | cut -d. -f1`
 XF_MINOR=`echo $XF_VERSION | cut -d. -f2`
 echo "- XFree86 version: $XF_VERSION"

Index: system-xfree86-43.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/finkinfo/x11-system/system-xfree86-43.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- system-xfree86-43.info      28 Aug 2003 17:20:16 -0000      1.4
+++ system-xfree86-43.info      31 Aug 2003 17:18:28 -0000      1.5
@@ -1,6 +1,6 @@
 Package: system-xfree86-43
 Version: 4.3
-Revision: 2
+Revision: 3
 Depends: system-xfree86-upgrade
 Provides: x11, rman, libgl, libgl-shlibs, xft2, fontconfig1
 Conflicts: system-libgl
@@ -114,7 +114,7 @@
 elif [ -x /usr/X11R6/bin/Xquartz ]; then
   X_BINARY="/usr/X11R6/bin/Xquartz"
 fi
-XF_VERSION=`find /usr/X11R6/man -type f | xargs grep "Version.*XFree86" 2>/dev/null  
| head -1 | perl -p -e 's,^.*Version ([^\s]+) .*$,$1,'`
+XF_VERSION=`find /usr/X11R6/man -type f | xargs grep "Version.*XFree86" 2>/dev/null  
| head -1 | perl -p -e 's,^.*Version\S* ([^\s]+) .*$,$1,'`
 XF_MAJOR=`echo $XF_VERSION | cut -d. -f1`
 XF_MINOR=`echo $XF_VERSION | cut -d. -f2`
 echo "- XFree86 version: $XF_VERSION"




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to