wok rev 24072

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 07 17:56:16 2021 +0000 (2021-07-07)
parents ee53899c6189
children ad300ac54f56
files gdk-pixbuf/receipt gvfs/receipt libcap/receipt libdrm/receipt libevdev/receipt libgcrypt/receipt libglade/receipt libgpg-error/receipt libidn/receipt libnotify/receipt libogg/receipt libsigc++/receipt libsoup/receipt libtasn1/receipt libunique/receipt libunistring/receipt libvorbis/receipt libwebkit-video/receipt libwebkit/receipt libwnck/receipt libxcb/receipt orc/receipt pango/receipt pangomm/receipt pcmciautils/receipt pcsc-lite/receipt pixman/receipt polkit/receipt poppler/receipt popt/receipt speex/receipt startup-notification/receipt tiff/receipt transset-df/receipt udev/receipt udisks2/receipt vorbis-tools/receipt vte/receipt xcb-util/receipt xorg-base-fonts/receipt xorg-bdftopcf/receipt xorg-bigreqsproto/receipt xorg-compositeproto/receipt xorg-damageproto/receipt xorg-dmxproto/receipt xorg-dri2proto/receipt xorg-dri3proto/receipt xorg-evieext/receipt xorg-fixesproto/receipt xorg-fontcacheproto/receipt xorg-fontsproto/receipt xorg-fonttosfnt/receipt xorg-gccmakedep/receipt xorg-glproto/receipt xorg-iceauth/receipt xorg-imake/receipt xorg-inputproto/receipt xorg-kbproto/receipt xorg-libFS/receipt xorg-libICE/receipt xorg-libSM/receipt xorg-libX11/receipt xorg-libXScrnSaver/receipt xorg-libXau/receipt xorg-libXaw/receipt xorg-libXaw3d/receipt xorg-libXcomposite/receipt xorg-libXcursor/receipt xorg-libXdamage/receipt xorg-libXdmcp/receipt xorg-libXext/receipt xorg-libXfixes/receipt xorg-libXfont/receipt xorg-libXfont2/receipt xorg-libXft/receipt xorg-libXi/receipt xorg-libXinerama/receipt xorg-libXmu/receipt xorg-libXp/receipt xorg-libXpm/receipt xorg-libXrandr/receipt xorg-libXrender/receipt xorg-libXres/receipt xorg-libXss/receipt xorg-libXt/receipt xorg-libXtst/receipt xorg-libXv/receipt xorg-libXvMC/receipt xorg-libXxf86dga/receipt xorg-libXxf86vm/receipt xorg-libdmx/receipt xorg-libfontenc/receipt xorg-libpciaccess/receipt xorg-libxkbfile/receipt xorg-libxshmfence/receipt xorg-makedepend/receipt xorg-mkfontdir/receipt xorg-mkfontscale/receipt xorg-presentproto/receipt xorg-printproto/receipt xorg-randrproto/receipt xorg-recordproto/receipt xorg-renderproto/receipt xorg-resourceproto/receipt xorg-rgb/receipt xorg-scrnsaverproto/receipt xorg-server-light/receipt xorg-server/receipt xorg-setxkbmap/receipt xorg-trapproto/receipt xorg-util-macros/receipt xorg-videoproto/receipt xorg-x11perf/receipt xorg-xauth/receipt xorg-xbacklight/receipt xorg-xbitmaps/receipt xorg-xclock/receipt xorg-xcmiscproto/receipt xorg-xcompmgr/receipt xorg-xcursorgen/receipt xorg-xdpyinfo/receipt xorg-xdriinfo/receipt xorg-xedit/receipt xorg-xev/receipt xorg-xextproto/receipt xorg-xeyes/receipt xorg-xf86-input-elographics/receipt xorg-xf86-input-evdev/receipt xorg-xf86-input-keyboard/receipt xorg-xf86-input-mouse/receipt xorg-xf86-input-mutouch/receipt xorg-xf86-input-synaptics/receipt xorg-xf86-input-vmmouse/receipt xorg-xf86-input-void/receipt xorg-xf86-video-ast/receipt xorg-xf86-video-ati/receipt xorg-xf86-video-cirrus/receipt xorg-xf86-video-fbdev/receipt xorg-xf86-video-geode/receipt xorg-xf86-video-i740/receipt xorg-xf86-video-intel/receipt xorg-xf86-video-mach64/receipt xorg-xf86-video-mga/receipt xorg-xf86-video-modesetting/receipt xorg-xf86-video-neomagic/receipt xorg-xf86-video-nouveau/receipt xorg-xf86-video-nv/receipt xorg-xf86-video-openchrome/receipt xorg-xf86-video-r128/receipt xorg-xf86-video-radeonhd/receipt xorg-xf86-video-s3/receipt xorg-xf86-video-s3virge/receipt xorg-xf86-video-savage/receipt xorg-xf86-video-sis/receipt xorg-xf86-video-trident/receipt xorg-xf86-video-tseng/receipt xorg-xf86-video-v4l/receipt xorg-xf86-video-vesa/receipt xorg-xf86-video-vmware/receipt xorg-xf86bigfontproto/receipt xorg-xf86dgaproto/receipt xorg-xf86driproto/receipt xorg-xf86miscproto/receipt xorg-xf86rushproto/receipt xorg-xf86vidmodeproto/receipt xorg-xfontsel/receipt xorg-xhost/receipt xorg-xineramaproto/receipt xorg-xinit/receipt xorg-xinput/receipt xorg-xkbcomp/receipt xorg-xkbutils/receipt xorg-xkeyboard-config/receipt xorg-xkill/receipt xorg-xload/receipt xorg-xmessage/receipt xorg-xmodmap/receipt xorg-xprop/receipt xorg-xproto/receipt xorg-xrandr/receipt xorg-xrdb/receipt xorg-xset/receipt xorg-xsetroot/receipt xorg-xtrans/receipt xorg-xwininfo/receipt
line diff
     1.1 --- a/gdk-pixbuf/receipt	Wed Jul 07 10:35:01 2021 +0000
     1.2 +++ b/gdk-pixbuf/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.3 @@ -23,6 +23,13 @@
     1.4  	arm) ARCH_ARGS="--enable-introspection=no --cache-file=arm.cache" ;;
     1.5  esac
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \
    1.10 +	sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \
    1.11 +	sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
     2.1 --- a/gvfs/receipt	Wed Jul 07 10:35:01 2021 +0000
     2.2 +++ b/gvfs/receipt	Wed Jul 07 17:56:16 2021 +0000
     2.3 @@ -19,6 +19,13 @@
     2.4  libgphoto2-dev libmtp-dev gtk+3-dev glibc-dev sqlite-dev \
     2.5  libcdio-paranoia-dev libtool"
     2.6  
     2.7 +current_version()
     2.8 +{
     2.9 +	wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \
    2.10 +	sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \
    2.11 +	sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
    2.12 +}
    2.13 +
    2.14  # Rules to configure and make the package.
    2.15  compile_rules()
    2.16  {
     3.1 --- a/libcap/receipt	Wed Jul 07 10:35:01 2021 +0000
     3.2 +++ b/libcap/receipt	Wed Jul 07 17:56:16 2021 +0000
     3.3 @@ -16,6 +16,12 @@
     3.4  
     3.5  HOST_ARCH="i486 arm"
     3.6  
     3.7 +current_version()
     3.8 +{
     3.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    3.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    3.11 +}
    3.12 +
    3.13  # Handle cross compilation.
    3.14  case "$ARCH" in
    3.15  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS perl"  ;;
     4.1 --- a/libdrm/receipt	Wed Jul 07 10:35:01 2021 +0000
     4.2 +++ b/libdrm/receipt	Wed Jul 07 17:56:16 2021 +0000
     4.3 @@ -18,6 +18,12 @@
     4.4  
     4.5  HOST_ARCH="i486 arm"
     4.6  
     4.7 +current_version()
     4.8 +{
     4.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    4.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    4.11 +}
    4.12 +
    4.13  # Rules to configure and make the package.
    4.14  compile_rules()
    4.15  {
     5.1 --- a/libevdev/receipt	Wed Jul 07 10:35:01 2021 +0000
     5.2 +++ b/libevdev/receipt	Wed Jul 07 17:56:16 2021 +0000
     5.3 @@ -14,6 +14,12 @@
     5.4  
     5.5  BUILD_DEPENDS="check-dev python" # doxygen
     5.6  
     5.7 +current_version()
     5.8 +{
     5.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    5.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    5.11 +}
    5.12 +
    5.13  # Rules to configure and make the package.
    5.14  compile_rules()
    5.15  {
     6.1 --- a/libgcrypt/receipt	Wed Jul 07 10:35:01 2021 +0000
     6.2 +++ b/libgcrypt/receipt	Wed Jul 07 17:56:16 2021 +0000
     6.3 @@ -16,6 +16,12 @@
     6.4  
     6.5  HOST_ARCH="i486 arm"
     6.6  
     6.7 +current_version()
     6.8 +{
     6.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    6.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    6.11 +}
    6.12 +
    6.13  # Rules to configure and make the package.
    6.14  compile_rules()
    6.15  {
     7.1 --- a/libglade/receipt	Wed Jul 07 10:35:01 2021 +0000
     7.2 +++ b/libglade/receipt	Wed Jul 07 17:56:16 2021 +0000
     7.3 @@ -14,6 +14,12 @@
     7.4  DEPENDS="gtk+ xorg-libXdamage"
     7.5  BUILD_DEPENDS="gtk+ gtk+-dev pkg-config libxml2-dev expat-dev"
     7.6  
     7.7 +current_version()
     7.8 +{
     7.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    7.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    7.11 +}
    7.12 +
    7.13  # Rules to configure and make the package.
    7.14  compile_rules()
    7.15  {
     8.1 --- a/libgpg-error/receipt	Wed Jul 07 10:35:01 2021 +0000
     8.2 +++ b/libgpg-error/receipt	Wed Jul 07 17:56:16 2021 +0000
     8.3 @@ -14,6 +14,12 @@
     8.4  DEPENDS=""
     8.5  HOST_ARCH="i486 arm"
     8.6  
     8.7 +current_version()
     8.8 +{
     8.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    8.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    8.11 +}
    8.12 +
    8.13  # Rules to configure and make the package.
    8.14  compile_rules()
    8.15  {
     9.1 --- a/libidn/receipt	Wed Jul 07 10:35:01 2021 +0000
     9.2 +++ b/libidn/receipt	Wed Jul 07 17:56:16 2021 +0000
     9.3 @@ -13,6 +13,12 @@
     9.4  
     9.5  HOST_ARCH="i486 arm"
     9.6  
     9.7 +current_version()
     9.8 +{
     9.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    9.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    9.11 +}
    9.12 +
    9.13  # Rules to configure and make the package.
    9.14  compile_rules()
    9.15  {
    10.1 --- a/libnotify/receipt	Wed Jul 07 10:35:01 2021 +0000
    10.2 +++ b/libnotify/receipt	Wed Jul 07 17:56:16 2021 +0000
    10.3 @@ -19,6 +19,12 @@
    10.4  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS perl"
    10.5  esac
    10.6  
    10.7 +current_version()
    10.8 +{
    10.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   10.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   10.11 +}
   10.12 +
   10.13  # Rules to configure and make the package.
   10.14  compile_rules()
   10.15  {
    11.1 --- a/libogg/receipt	Wed Jul 07 10:35:01 2021 +0000
    11.2 +++ b/libogg/receipt	Wed Jul 07 17:56:16 2021 +0000
    11.3 @@ -15,6 +15,12 @@
    11.4  
    11.5  HOST_ARCH="i486 arm"
    11.6  
    11.7 +current_version()
    11.8 +{
    11.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   11.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr |  sed q
   11.11 +}
   11.12 +
   11.13  # Rules to configure and make the package.
   11.14  compile_rules()
   11.15  {
    12.1 --- a/libsigc++/receipt	Wed Jul 07 10:35:01 2021 +0000
    12.2 +++ b/libsigc++/receipt	Wed Jul 07 17:56:16 2021 +0000
    12.3 @@ -13,6 +13,13 @@
    12.4  
    12.5  BUILD_DEPENDS="m4"
    12.6  
    12.7 +current_version()
    12.8 +{
    12.9 +	wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \
   12.10 +	sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \
   12.11 +	sed "/=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
   12.12 +}
   12.13 +
   12.14  # Rules to configure and make the package.
   12.15  compile_rules()
   12.16  {
    13.1 --- a/libsoup/receipt	Wed Jul 07 10:35:01 2021 +0000
    13.2 +++ b/libsoup/receipt	Wed Jul 07 17:56:16 2021 +0000
    13.3 @@ -21,6 +21,13 @@
    13.4  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev" ;;
    13.5  esac
    13.6  
    13.7 +current_version()
    13.8 +{
    13.9 +	wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \
   13.10 +	sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \
   13.11 +	sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
   13.12 +}
   13.13 +
   13.14  # Rules to configure and make the package.
   13.15  compile_rules()
   13.16  {
    14.1 --- a/libtasn1/receipt	Wed Jul 07 10:35:01 2021 +0000
    14.2 +++ b/libtasn1/receipt	Wed Jul 07 17:56:16 2021 +0000
    14.3 @@ -16,6 +16,12 @@
    14.4  
    14.5  HOST_ARCH="i486 arm"
    14.6  
    14.7 +current_version()
    14.8 +{
    14.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   14.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   14.11 +}
   14.12 +
   14.13  # Rules to configure and make the package.
   14.14  compile_rules()
   14.15  {
    15.1 --- a/libunique/receipt	Wed Jul 07 10:35:01 2021 +0000
    15.2 +++ b/libunique/receipt	Wed Jul 07 17:56:16 2021 +0000
    15.3 @@ -20,6 +20,12 @@
    15.4  		export CFLAGS="$CFLAGS -Wno-error=unused-but-set-variable"
    15.5  esac
    15.6  
    15.7 +current_version()
    15.8 +{
    15.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   15.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   15.11 +}
   15.12 +
   15.13  # Rules to configure and make the package.
   15.14  compile_rules()
   15.15  {
    16.1 --- a/libunistring/receipt	Wed Jul 07 10:35:01 2021 +0000
    16.2 +++ b/libunistring/receipt	Wed Jul 07 17:56:16 2021 +0000
    16.3 @@ -13,6 +13,12 @@
    16.4  
    16.5  DEPENDS="glibc-base"
    16.6  
    16.7 +current_version()
    16.8 +{
    16.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   16.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   16.11 +}
   16.12 +
   16.13  # Rules to configure and make the package.
   16.14  compile_rules()
   16.15  {
    17.1 --- a/libvorbis/receipt	Wed Jul 07 10:35:01 2021 +0000
    17.2 +++ b/libvorbis/receipt	Wed Jul 07 17:56:16 2021 +0000
    17.3 @@ -16,6 +16,12 @@
    17.4  
    17.5  HOST_ARCH="i486 arm"
    17.6  
    17.7 +current_version()
    17.8 +{
    17.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   17.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr |  sed q
   17.11 +}
   17.12 +
   17.13  # Rules to configure and make the package.
   17.14  compile_rules()
   17.15  {
    18.1 --- a/libwebkit-video/receipt	Wed Jul 07 10:35:01 2021 +0000
    18.2 +++ b/libwebkit-video/receipt	Wed Jul 07 17:56:16 2021 +0000
    18.3 @@ -25,6 +25,12 @@
    18.4  gstreamer-dev gst-plugins-base-dev"
    18.5  SUGGESTED="gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-ffmpeg"
    18.6  
    18.7 +current_version()
    18.8 +{
    18.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   18.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr  | sed q
   18.11 +}
   18.12 +
   18.13  # Rules to configure and make the package.
   18.14  compile_rules()
   18.15  {
    19.1 --- a/libwebkit/receipt	Wed Jul 07 10:35:01 2021 +0000
    19.2 +++ b/libwebkit/receipt	Wed Jul 07 17:56:16 2021 +0000
    19.3 @@ -22,6 +22,12 @@
    19.4  libxml2-dev libxcb-dev xcb-util-dev util-linux-uuid-dev zlib-dev \
    19.5  libtasn1-dev glib-networking-dev"
    19.6  
    19.7 +current_version()
    19.8 +{
    19.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   19.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr  | sed q
   19.11 +}
   19.12 +
   19.13  # Handle cross compilation.
   19.14  case "$ARCH" in
   19.15  	i?86) 
    20.1 --- a/libwnck/receipt	Wed Jul 07 10:35:01 2021 +0000
    20.2 +++ b/libwnck/receipt	Wed Jul 07 17:56:16 2021 +0000
    20.3 @@ -17,6 +17,13 @@
    20.4  BUILD_DEPENDS="gettext gobject-introspection-dev gtk+-dev intltool \
    20.5  	perl-xml-parser pkg-config xorg-dev"
    20.6  
    20.7 +current_version()
    20.8 +{
    20.9 +	wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \
   20.10 +	sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \
   20.11 +	sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
   20.12 +}
   20.13 +
   20.14  # Rules to configure and make the package.
   20.15  compile_rules()
   20.16  {
    21.1 --- a/libxcb/receipt	Wed Jul 07 10:35:01 2021 +0000
    21.2 +++ b/libxcb/receipt	Wed Jul 07 17:56:16 2021 +0000
    21.3 @@ -18,6 +18,12 @@
    21.4  
    21.5  HOST_ARCH="i486 arm"
    21.6  
    21.7 +current_version()
    21.8 +{
    21.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   21.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   21.11 +}
   21.12 +
   21.13  # Handle SliTaz arch
   21.14  case "$SLITAZ_ARCH" in
   21.15  	arm*) VERSION="$ARM_VERSION" ;;
    22.1 --- a/orc/receipt	Wed Jul 07 10:35:01 2021 +0000
    22.2 +++ b/orc/receipt	Wed Jul 07 17:56:16 2021 +0000
    22.3 @@ -13,6 +13,12 @@
    22.4  
    22.5  HOST_ARCH="i486 arm"
    22.6  
    22.7 +current_version()
    22.8 +{
    22.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   22.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   22.11 +}
   22.12 +
   22.13  # Rules to configure and make the package.
   22.14  compile_rules()
   22.15  {
    23.1 --- a/pango/receipt	Wed Jul 07 10:35:01 2021 +0000
    23.2 +++ b/pango/receipt	Wed Jul 07 17:56:16 2021 +0000
    23.3 @@ -24,6 +24,13 @@
    23.4  		ARCH_ARGS="--enable-introspection=no" ;;
    23.5  esac
    23.6  
    23.7 +current_version()
    23.8 +{
    23.9 +	wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \
   23.10 +	sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \
   23.11 +	sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
   23.12 +}
   23.13 +
   23.14  # Rules to configure and make the package. 
   23.15  compile_rules()
   23.16  {
    24.1 --- a/pangomm/receipt	Wed Jul 07 10:35:01 2021 +0000
    24.2 +++ b/pangomm/receipt	Wed Jul 07 17:56:16 2021 +0000
    24.3 @@ -13,6 +13,13 @@
    24.4  DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base"
    24.5  BUILD_DEPENDS="cairo-dev cairomm-dev glibmm-dev pango-dev libxml2-dev"
    24.6  
    24.7 +current_version()
    24.8 +{
    24.9 +	wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \
   24.10 +	sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \
   24.11 +	sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
   24.12 +}
   24.13 +
   24.14  # Rules to configure and make the package.
   24.15  compile_rules()
   24.16  {
    25.1 --- a/pcmciautils/receipt	Wed Jul 07 10:35:01 2021 +0000
    25.2 +++ b/pcmciautils/receipt	Wed Jul 07 17:56:16 2021 +0000
    25.3 @@ -14,6 +14,12 @@
    25.4  DEPENDS="linux sysfsutils udev"
    25.5  BUILD_DEPENDS="sysfsutils-dev bison flex"
    25.6  
    25.7 +current_version()
    25.8 +{
    25.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   25.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   25.11 +}
   25.12 +
   25.13  # Rules to configure and make the package.
   25.14  compile_rules()
   25.15  {
    26.1 --- a/pcsc-lite/receipt	Wed Jul 07 10:35:01 2021 +0000
    26.2 +++ b/pcsc-lite/receipt	Wed Jul 07 17:56:16 2021 +0000
    26.3 @@ -15,6 +15,12 @@
    26.4  DEPENDS="udev"
    26.5  BUILD_DEPENDS="libtool perl udev-dev"
    26.6  
    26.7 +current_version()
    26.8 +{
    26.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   26.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   26.11 +}
   26.12 +
   26.13  # Rules to configure and make the package.
   26.14  compile_rules()
   26.15  {
    27.1 --- a/pixman/receipt	Wed Jul 07 10:35:01 2021 +0000
    27.2 +++ b/pixman/receipt	Wed Jul 07 17:56:16 2021 +0000
    27.3 @@ -16,6 +16,12 @@
    27.4  
    27.5  HOST_ARCH="i486 arm"
    27.6  
    27.7 +current_version()
    27.8 +{
    27.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   27.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   27.11 +}
   27.12 +
   27.13  # Rules to configure and make the package.
   27.14  compile_rules()
   27.15  {
    28.1 --- a/polkit/receipt	Wed Jul 07 10:35:01 2021 +0000
    28.2 +++ b/polkit/receipt	Wed Jul 07 17:56:16 2021 +0000
    28.3 @@ -15,6 +15,12 @@
    28.4  BUILD_DEPENDS="glib-dev libgio-dev gobject-introspection-dev dbus-dev \
    28.5  dbus-glib-dev expat-dev"
    28.6  
    28.7 +current_version()
    28.8 +{
    28.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   28.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   28.11 +}
   28.12 +
   28.13  # Rules to configure and make the package.
   28.14  compile_rules()
   28.15  {
    29.1 --- a/poppler/receipt	Wed Jul 07 10:35:01 2021 +0000
    29.2 +++ b/poppler/receipt	Wed Jul 07 17:56:16 2021 +0000
    29.3 @@ -16,6 +16,12 @@
    29.4  freetype-dev fontconfig-dev glib-dev lcms-dev zlib-dev cairo-dev \
    29.5  automake bzip2-dev libpng-dev libtool Qt4-dev libxml2-dev"
    29.6  
    29.7 +current_version()
    29.8 +{
    29.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   29.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   29.11 +}
   29.12 +
   29.13  # Rules to configure and make the package.
   29.14  compile_rules()
   29.15  {
    30.1 --- a/popt/receipt	Wed Jul 07 10:35:01 2021 +0000
    30.2 +++ b/popt/receipt	Wed Jul 07 17:56:16 2021 +0000
    30.3 @@ -11,6 +11,12 @@
    30.4  WGET_URL="http://rpm5.org/files/popt/$TARBALL"
    30.5  HOST_ARCH="i486 arm"
    30.6  
    30.7 +current_version()
    30.8 +{
    30.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   30.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   30.11 +}
   30.12 +
   30.13  # Rules to configure and make the package.
   30.14  compile_rules()
   30.15  {
    31.1 --- a/speex/receipt	Wed Jul 07 10:35:01 2021 +0000
    31.2 +++ b/speex/receipt	Wed Jul 07 17:56:16 2021 +0000
    31.3 @@ -17,6 +17,12 @@
    31.4  
    31.5  HOST_ARCH="i486 arm"
    31.6  
    31.7 +current_version()
    31.8 +{
    31.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   31.10 +	sed "/beta/d;/rc[0-9]/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   31.11 +}
   31.12 +
   31.13  # Rules to configure and make the package.
   31.14  compile_rules()
   31.15  {
    32.1 --- a/startup-notification/receipt	Wed Jul 07 10:35:01 2021 +0000
    32.2 +++ b/startup-notification/receipt	Wed Jul 07 17:56:16 2021 +0000
    32.3 @@ -14,6 +14,12 @@
    32.4  DEPENDS="xcb-util xorg-libSM xorg-libX11"
    32.5  BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev"
    32.6  
    32.7 +current_version()
    32.8 +{
    32.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   32.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   32.11 +}
   32.12 +
   32.13  # Rules to configure and make the package.
   32.14  compile_rules()
   32.15  {
    33.1 --- a/tiff/receipt	Wed Jul 07 10:35:01 2021 +0000
    33.2 +++ b/tiff/receipt	Wed Jul 07 17:56:16 2021 +0000
    33.3 @@ -16,6 +16,12 @@
    33.4  
    33.5  HOST_ARCH="i486 arm"
    33.6  
    33.7 +current_version()
    33.8 +{
    33.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   33.10 +	sed "/rc[0-9]/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   33.11 +}
   33.12 +
   33.13  # Rules to configure and make the package.
   33.14  compile_rules()
   33.15  {
    34.1 --- a/transset-df/receipt	Wed Jul 07 10:35:01 2021 +0000
    34.2 +++ b/transset-df/receipt	Wed Jul 07 17:56:16 2021 +0000
    34.3 @@ -15,6 +15,12 @@
    34.4  xorg-libXext"
    34.5  BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev"
    34.6  
    34.7 +current_version()
    34.8 +{
    34.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   34.10 +	sed "/rc[0-9]/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   34.11 +}
   34.12 +
   34.13  # Rules to configure and make the package.
   34.14  compile_rules()
   34.15  {
    35.1 --- a/udev/receipt	Wed Jul 07 10:35:01 2021 +0000
    35.2 +++ b/udev/receipt	Wed Jul 07 17:56:16 2021 +0000
    35.3 @@ -22,6 +22,12 @@
    35.4  	arm*) BUILD_DEPENDS="util-linux-blkid-dev kmod-dev acl-dev glib-dev"
    35.5  esac
    35.6  
    35.7 +current_version()
    35.8 +{
    35.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   35.10 +	sed "/rc[0-9]/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   35.11 +}
   35.12 +
   35.13  # Rules to configure and make the package.
   35.14  compile_rules()
   35.15  {
    36.1 --- a/udisks2/receipt	Wed Jul 07 10:35:01 2021 +0000
    36.2 +++ b/udisks2/receipt	Wed Jul 07 17:56:16 2021 +0000
    36.3 @@ -14,6 +14,12 @@
    36.4  BUILD_DEPENDS="docbook-xsl gtk-doc libgudev-dev polkit-dev libatasmart-dev \
    36.5  gobject-introspection-dev"
    36.6  
    36.7 +current_version()
    36.8 +{
    36.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   36.10 +	sed "/udisks-2/!d;/tar/!d;s|.*udisks-\\(.*\\).tar.*\".*|\\1|" | sort -Vr  | sed q
   36.11 +}
   36.12 +
   36.13  # Rules to configure and make the package.
   36.14  compile_rules()
   36.15  {
    37.1 --- a/vorbis-tools/receipt	Wed Jul 07 10:35:01 2021 +0000
    37.2 +++ b/vorbis-tools/receipt	Wed Jul 07 17:56:16 2021 +0000
    37.3 @@ -16,6 +16,12 @@
    37.4  BUILD_DEPENDS="libogg-dev libvorbis-dev flac-dev libao-dev curl-dev speex-dev \
    37.5  libcrypto-dev"
    37.6  
    37.7 +current_version()
    37.8 +{
    37.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   37.10 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr |  sed q
   37.11 +}
   37.12 +
   37.13  # Rules to configure and make the package.
   37.14  compile_rules()
   37.15  {
    38.1 --- a/vte/receipt	Wed Jul 07 10:35:01 2021 +0000
    38.2 +++ b/vte/receipt	Wed Jul 07 17:56:16 2021 +0000
    38.3 @@ -24,6 +24,13 @@
    38.4  		ARCH_ARGS="--enable-introspection=no" ;;
    38.5  esac
    38.6  
    38.7 +current_version()
    38.8 +{
    38.9 +	wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \
   38.10 +	sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \
   38.11 +	sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q
   38.12 +}
   38.13 +
   38.14  # Rules to configure and make the package.
   38.15  compile_rules()
   38.16  {
    39.1 --- a/xcb-util/receipt	Wed Jul 07 10:35:01 2021 +0000
    39.2 +++ b/xcb-util/receipt	Wed Jul 07 17:56:16 2021 +0000
    39.3 @@ -21,6 +21,12 @@
    39.4  	arm*) BUILD_DEPENDS="libxcb-dev xorg-libXdmcp-dev" ;;
    39.5  esac
    39.6  
    39.7 +current_version()
    39.8 +{
    39.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   39.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   39.11 +}
   39.12 +
   39.13  # Rules to configure and make the package.
   39.14  compile_rules()
   39.15  {
    40.1 --- a/xorg-base-fonts/receipt	Wed Jul 07 10:35:01 2021 +0000
    40.2 +++ b/xorg-base-fonts/receipt	Wed Jul 07 17:56:16 2021 +0000
    40.3 @@ -13,6 +13,12 @@
    40.4  
    40.5  BUILD_DEPENDS="advancecomp"
    40.6  
    40.7 +current_version()
    40.8 +{
    40.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   40.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   40.11 +}
   40.12 +
   40.13  # Rules to configure and make the package.
   40.14  compile_rules()
   40.15  {
    41.1 --- a/xorg-bdftopcf/receipt	Wed Jul 07 10:35:01 2021 +0000
    41.2 +++ b/xorg-bdftopcf/receipt	Wed Jul 07 17:56:16 2021 +0000
    41.3 @@ -13,6 +13,12 @@
    41.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
    41.5  WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    41.6  
    41.7 +current_version()
    41.8 +{
    41.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   41.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   41.11 +}
   41.12 +
   41.13  # Rules to configure and make the package.ls sr	
   41.14  compile_rules()
   41.15  {
    42.1 --- a/xorg-bigreqsproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    42.2 +++ b/xorg-bigreqsproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    42.3 @@ -15,6 +15,12 @@
    42.4  DEPENDS="xorg-util-macros pkg-config"
    42.5  BUILD_DEPENDS="xorg-util-macros"
    42.6  
    42.7 +current_version()
    42.8 +{
    42.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   42.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   42.11 +}
   42.12 +
   42.13  # Rules to configure and make the package.
   42.14  compile_rules()
   42.15  {
    43.1 --- a/xorg-compositeproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    43.2 +++ b/xorg-compositeproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    43.3 @@ -15,6 +15,12 @@
    43.4  DEPENDS="xorg-fixesproto pkg-config"
    43.5  BUILD_DEPENDS="xorg-util-macros"
    43.6  
    43.7 +current_version()
    43.8 +{
    43.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   43.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   43.11 +}
   43.12 +
   43.13  # Rules to configure and make the package.
   43.14  compile_rules()
   43.15  {
    44.1 --- a/xorg-damageproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    44.2 +++ b/xorg-damageproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    44.3 @@ -15,6 +15,12 @@
    44.4  DEPENDS="xorg-fixesproto pkg-config"
    44.5  BUILD_DEPENDS="xorg-util-macros"
    44.6  
    44.7 +current_version()
    44.8 +{
    44.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   44.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   44.11 +}
   44.12 +
   44.13  # Rules to configure and make the package.
   44.14  compile_rules()
   44.15  {
    45.1 --- a/xorg-dmxproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    45.2 +++ b/xorg-dmxproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    45.3 @@ -14,6 +14,12 @@
    45.4  DEPENDS="xorg-util-macros pkg-config"
    45.5  BUILD_DEPENDS="xorg-util-macros"
    45.6  
    45.7 +current_version()
    45.8 +{
    45.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   45.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   45.11 +}
   45.12 +
   45.13  # Rules to configure and make the package.
   45.14  compile_rules()
   45.15  {
    46.1 --- a/xorg-dri2proto/receipt	Wed Jul 07 10:35:01 2021 +0000
    46.2 +++ b/xorg-dri2proto/receipt	Wed Jul 07 17:56:16 2021 +0000
    46.3 @@ -14,6 +14,12 @@
    46.4  DEPENDS="xorg-util-macros pkg-config"
    46.5  BUILD_DEPENDS="xorg-util-macros"
    46.6  
    46.7 +current_version()
    46.8 +{
    46.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   46.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   46.11 +}
   46.12 +
   46.13  # Rules to configure and make the package.
   46.14  compile_rules()
   46.15  {
    47.1 --- a/xorg-dri3proto/receipt	Wed Jul 07 10:35:01 2021 +0000
    47.2 +++ b/xorg-dri3proto/receipt	Wed Jul 07 17:56:16 2021 +0000
    47.3 @@ -14,6 +14,12 @@
    47.4  DEPENDS="xorg-util-macros pkg-config"
    47.5  BUILD_DEPENDS="xorg-util-macros"
    47.6  
    47.7 +current_version()
    47.8 +{
    47.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   47.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   47.11 +}
   47.12 +
   47.13  # Rules to configure and make the package.
   47.14  compile_rules()
   47.15  {
    48.1 --- a/xorg-evieext/receipt	Wed Jul 07 10:35:01 2021 +0000
    48.2 +++ b/xorg-evieext/receipt	Wed Jul 07 17:56:16 2021 +0000
    48.3 @@ -14,6 +14,12 @@
    48.4  DEPENDS="xorg-util-macros pkg-config"
    48.5  BUILD_DEPENDS="xorg-util-macros"
    48.6  
    48.7 +current_version()
    48.8 +{
    48.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   48.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   48.11 +}
   48.12 +
   48.13  # Rules to configure and make the package.
   48.14  compile_rules()
   48.15  {
    49.1 --- a/xorg-fixesproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    49.2 +++ b/xorg-fixesproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    49.3 @@ -15,6 +15,12 @@
    49.4  DEPENDS="xorg-xextproto xorg-xproto pkg-config"
    49.5  BUILD_DEPENDS="xorg-util-macros"
    49.6  
    49.7 +current_version()
    49.8 +{
    49.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   49.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   49.11 +}
   49.12 +
   49.13  # Rules to configure and make the package.
   49.14  compile_rules()
   49.15  {
    50.1 --- a/xorg-fontcacheproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    50.2 +++ b/xorg-fontcacheproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    50.3 @@ -14,6 +14,12 @@
    50.4  DEPENDS="xorg-util-macros xorg-libX11-dev pkg-config"
    50.5  BUILD_DEPENDS="xorg-util-macros"
    50.6  
    50.7 +current_version()
    50.8 +{
    50.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   50.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   50.11 +}
   50.12 +
   50.13  # Rules to configure and make the package.
   50.14  compile_rules()
   50.15  {
    51.1 --- a/xorg-fontsproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    51.2 +++ b/xorg-fontsproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    51.3 @@ -17,6 +17,12 @@
    51.4  
    51.5  HOST_ARCH="i486 arm"
    51.6  
    51.7 +current_version()
    51.8 +{
    51.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   51.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   51.11 +}
   51.12 +
   51.13  # Rules to configure and make the package.
   51.14  compile_rules()
   51.15  {
    52.1 --- a/xorg-fonttosfnt/receipt	Wed Jul 07 10:35:01 2021 +0000
    52.2 +++ b/xorg-fonttosfnt/receipt	Wed Jul 07 17:56:16 2021 +0000
    52.3 @@ -15,6 +15,12 @@
    52.4  
    52.5  DEPENDS="freetype xorg-libfontenc xorg-libX11"
    52.6  
    52.7 +current_version()
    52.8 +{
    52.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   52.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   52.11 +}
   52.12 +
   52.13  # Rules to configure and make the package.ls sr	
   52.14  compile_rules()
   52.15  {
    53.1 --- a/xorg-gccmakedep/receipt	Wed Jul 07 10:35:01 2021 +0000
    53.2 +++ b/xorg-gccmakedep/receipt	Wed Jul 07 17:56:16 2021 +0000
    53.3 @@ -14,6 +14,12 @@
    53.4  
    53.5  BUILD_DEPENDS="xorg-dev-proto"
    53.6  
    53.7 +current_version()
    53.8 +{
    53.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   53.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   53.11 +}
   53.12 +
   53.13  # Rules to configure and make the package.
   53.14  compile_rules()
   53.15  {
    54.1 --- a/xorg-glproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    54.2 +++ b/xorg-glproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    54.3 @@ -15,6 +15,12 @@
    54.4  DEPENDS="xorg-xproto mesa-dev pkg-config"
    54.5  BUILD_DEPENDS="xorg-util-macros"
    54.6  
    54.7 +current_version()
    54.8 +{
    54.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   54.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   54.11 +}
   54.12 +
   54.13  # Rules to configure and make the package.
   54.14  compile_rules()
   54.15  {
    55.1 --- a/xorg-iceauth/receipt	Wed Jul 07 10:35:01 2021 +0000
    55.2 +++ b/xorg-iceauth/receipt	Wed Jul 07 17:56:16 2021 +0000
    55.3 @@ -15,6 +15,12 @@
    55.4  DEPENDS="xorg-libICE"
    55.5  BUILD_DEPENDS="pkg-config xorg-libICE-dev"
    55.6  
    55.7 +current_version()
    55.8 +{
    55.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   55.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   55.11 +}
   55.12 +
   55.13  # Rules to configure and make the package.
   55.14  compile_rules()
   55.15  {
    56.1 --- a/xorg-imake/receipt	Wed Jul 07 10:35:01 2021 +0000
    56.2 +++ b/xorg-imake/receipt	Wed Jul 07 17:56:16 2021 +0000
    56.3 @@ -15,6 +15,12 @@
    56.4  DEPENDS="xorg-cf-files"
    56.5  BUILD_DEPENDS="perl pkg-config xorg-gccmakedep xorg-makedepend xorg-xproto"
    56.6  
    56.7 +current_version()
    56.8 +{
    56.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   56.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   56.11 +}
   56.12 +
   56.13  # Rules to configure and make the package.
   56.14  compile_rules()
   56.15  {
    57.1 --- a/xorg-inputproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    57.2 +++ b/xorg-inputproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    57.3 @@ -17,6 +17,12 @@
    57.4  
    57.5  HOST_ARCH="i486 arm"
    57.6  
    57.7 +current_version()
    57.8 +{
    57.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   57.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   57.11 +}
   57.12 +
   57.13  # Rules to configure and make the package.
   57.14  compile_rules()
   57.15  {
    58.1 --- a/xorg-kbproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    58.2 +++ b/xorg-kbproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    58.3 @@ -17,6 +17,12 @@
    58.4  
    58.5  HOST_ARCH="i486 arm"
    58.6  
    58.7 +current_version()
    58.8 +{
    58.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   58.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   58.11 +}
   58.12 +
   58.13  # Rules to configure and make the package.
   58.14  compile_rules()
   58.15  {
    59.1 --- a/xorg-libFS/receipt	Wed Jul 07 10:35:01 2021 +0000
    59.2 +++ b/xorg-libFS/receipt	Wed Jul 07 17:56:16 2021 +0000
    59.3 @@ -15,6 +15,12 @@
    59.4  DEPENDS="glibc-base"
    59.5  BUILD_DEPENDS="xorg-fontsproto xorg-util-macros xorg-xproto xorg-xtrans"
    59.6  
    59.7 +current_version()
    59.8 +{
    59.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   59.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   59.11 +}
   59.12 +
   59.13  # Rules to configure and make the package.
   59.14  compile_rules()
   59.15  {
    60.1 --- a/xorg-libICE/receipt	Wed Jul 07 10:35:01 2021 +0000
    60.2 +++ b/xorg-libICE/receipt	Wed Jul 07 17:56:16 2021 +0000
    60.3 @@ -17,6 +17,12 @@
    60.4  
    60.5  HOST_ARCH="i486 arm"
    60.6  
    60.7 +current_version()
    60.8 +{
    60.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   60.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   60.11 +}
   60.12 +
   60.13  # Rules to configure and make the package.
   60.14  compile_rules()
   60.15  {
    61.1 --- a/xorg-libSM/receipt	Wed Jul 07 10:35:01 2021 +0000
    61.2 +++ b/xorg-libSM/receipt	Wed Jul 07 17:56:16 2021 +0000
    61.3 @@ -17,6 +17,12 @@
    61.4  
    61.5  HOST_ARCH="i486 arm"
    61.6  
    61.7 +current_version()
    61.8 +{
    61.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   61.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   61.11 +}
   61.12 +
   61.13  # Rules to configure and make the package.
   61.14  compile_rules()
   61.15  {
    62.1 --- a/xorg-libX11/receipt	Wed Jul 07 10:35:01 2021 +0000
    62.2 +++ b/xorg-libX11/receipt	Wed Jul 07 17:56:16 2021 +0000
    62.3 @@ -18,6 +18,12 @@
    62.4  
    62.5  HOST_ARCH="i486 arm"
    62.6  
    62.7 +current_version()
    62.8 +{
    62.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   62.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   62.11 +}
   62.12 +
   62.13  # Rules to configure and make the package.
   62.14  compile_rules()
   62.15  {
    63.1 --- a/xorg-libXScrnSaver/receipt	Wed Jul 07 10:35:01 2021 +0000
    63.2 +++ b/xorg-libXScrnSaver/receipt	Wed Jul 07 17:56:16 2021 +0000
    63.3 @@ -15,6 +15,12 @@
    63.4  DEPENDS="xorg-libXext"
    63.5  BUILD_DEPENDS="xorg-libXext-dev xorg-scrnsaverproto"
    63.6  
    63.7 +current_version()
    63.8 +{
    63.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   63.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   63.11 +}
   63.12 +
   63.13  # Rules to configure and make the package.
   63.14  compile_rules()
   63.15  {
    64.1 --- a/xorg-libXau/receipt	Wed Jul 07 10:35:01 2021 +0000
    64.2 +++ b/xorg-libXau/receipt	Wed Jul 07 17:56:16 2021 +0000
    64.3 @@ -17,6 +17,12 @@
    64.4  
    64.5  HOST_ARCH="i486 arm"
    64.6  
    64.7 +current_version()
    64.8 +{
    64.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   64.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   64.11 +}
   64.12 +
   64.13  # Rules to configure and make the package.
   64.14  compile_rules()
   64.15  {
    65.1 --- a/xorg-libXaw/receipt	Wed Jul 07 10:35:01 2021 +0000
    65.2 +++ b/xorg-libXaw/receipt	Wed Jul 07 17:56:16 2021 +0000
    65.3 @@ -17,6 +17,12 @@
    65.4  
    65.5  HOST_ARCH="i486 arm"
    65.6  
    65.7 +current_version()
    65.8 +{
    65.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   65.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   65.11 +}
   65.12 +
   65.13  # Rules to configure and make the package.
   65.14  compile_rules()
   65.15  {
    66.1 --- a/xorg-libXaw3d/receipt	Wed Jul 07 10:35:01 2021 +0000
    66.2 +++ b/xorg-libXaw3d/receipt	Wed Jul 07 17:56:16 2021 +0000
    66.3 @@ -17,6 +17,12 @@
    66.4  
    66.5  HOST_ARCH="i486 arm"
    66.6  
    66.7 +current_version()
    66.8 +{
    66.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   66.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   66.11 +}
   66.12 +
   66.13  # Rules to configure and make the package.
   66.14  compile_rules()
   66.15  {
    67.1 --- a/xorg-libXcomposite/receipt	Wed Jul 07 10:35:01 2021 +0000
    67.2 +++ b/xorg-libXcomposite/receipt	Wed Jul 07 17:56:16 2021 +0000
    67.3 @@ -17,6 +17,12 @@
    67.4  
    67.5  HOST_ARCH="i486 arm"
    67.6  
    67.7 +current_version()
    67.8 +{
    67.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   67.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   67.11 +}
   67.12 +
   67.13  # Rules to configure and make the package.
   67.14  compile_rules()
   67.15  {
    68.1 --- a/xorg-libXcursor/receipt	Wed Jul 07 10:35:01 2021 +0000
    68.2 +++ b/xorg-libXcursor/receipt	Wed Jul 07 17:56:16 2021 +0000
    68.3 @@ -17,6 +17,12 @@
    68.4  
    68.5  HOST_ARCH="i486 arm"
    68.6  
    68.7 +current_version()
    68.8 +{
    68.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   68.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   68.11 +}
   68.12 +
   68.13  # Rules to configure and make the package.
   68.14  compile_rules()
   68.15  {
    69.1 --- a/xorg-libXdamage/receipt	Wed Jul 07 10:35:01 2021 +0000
    69.2 +++ b/xorg-libXdamage/receipt	Wed Jul 07 17:56:16 2021 +0000
    69.3 @@ -17,6 +17,12 @@
    69.4  
    69.5  HOST_ARCH="i486 arm"
    69.6  
    69.7 +current_version()
    69.8 +{
    69.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   69.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   69.11 +}
   69.12 +
   69.13  # Rules to configure and make the package.
   69.14  compile_rules()
   69.15  {
    70.1 --- a/xorg-libXdmcp/receipt	Wed Jul 07 10:35:01 2021 +0000
    70.2 +++ b/xorg-libXdmcp/receipt	Wed Jul 07 17:56:16 2021 +0000
    70.3 @@ -17,6 +17,12 @@
    70.4  
    70.5  HOST_ARCH="i486 arm"
    70.6  
    70.7 +current_version()
    70.8 +{
    70.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   70.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   70.11 +}
   70.12 +
   70.13  # Rules to configure and make the package.
   70.14  compile_rules()
   70.15  {
    71.1 --- a/xorg-libXext/receipt	Wed Jul 07 10:35:01 2021 +0000
    71.2 +++ b/xorg-libXext/receipt	Wed Jul 07 17:56:16 2021 +0000
    71.3 @@ -17,6 +17,12 @@
    71.4  
    71.5  HOST_ARCH="i486 arm"
    71.6  
    71.7 +current_version()
    71.8 +{
    71.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   71.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   71.11 +}
   71.12 +
   71.13  # Rules to configure and make the package.
   71.14  compile_rules()
   71.15  {
    72.1 --- a/xorg-libXfixes/receipt	Wed Jul 07 10:35:01 2021 +0000
    72.2 +++ b/xorg-libXfixes/receipt	Wed Jul 07 17:56:16 2021 +0000
    72.3 @@ -17,6 +17,12 @@
    72.4  
    72.5  HOST_ARCH="i486 arm"
    72.6  
    72.7 +current_version()
    72.8 +{
    72.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   72.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   72.11 +}
   72.12 +
   72.13  # Rules to configure and make the package.
   72.14  compile_rules()
   72.15  {
    73.1 --- a/xorg-libXfont/receipt	Wed Jul 07 10:35:01 2021 +0000
    73.2 +++ b/xorg-libXfont/receipt	Wed Jul 07 17:56:16 2021 +0000
    73.3 @@ -18,6 +18,12 @@
    73.4  
    73.5  HOST_ARCH="i486 arm"
    73.6  
    73.7 +current_version()
    73.8 +{
    73.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   73.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   73.11 +}
   73.12 +
   73.13  # Rules to configure and make the package.
   73.14  compile_rules()
   73.15  {
    74.1 --- a/xorg-libXfont2/receipt	Wed Jul 07 10:35:01 2021 +0000
    74.2 +++ b/xorg-libXfont2/receipt	Wed Jul 07 17:56:16 2021 +0000
    74.3 @@ -18,6 +18,12 @@
    74.4  
    74.5  HOST_ARCH="i486 arm"
    74.6  
    74.7 +current_version()
    74.8 +{
    74.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   74.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   74.11 +}
   74.12 +
   74.13  # Rules to configure and make the package.
   74.14  compile_rules()
   74.15  {
    75.1 --- a/xorg-libXft/receipt	Wed Jul 07 10:35:01 2021 +0000
    75.2 +++ b/xorg-libXft/receipt	Wed Jul 07 17:56:16 2021 +0000
    75.3 @@ -17,6 +17,12 @@
    75.4  
    75.5  HOST_ARCH="i486 arm"
    75.6  
    75.7 +current_version()
    75.8 +{
    75.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   75.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   75.11 +}
   75.12 +
   75.13  # Rules to configure and make the package.
   75.14  compile_rules()
   75.15  {
    76.1 --- a/xorg-libXi/receipt	Wed Jul 07 10:35:01 2021 +0000
    76.2 +++ b/xorg-libXi/receipt	Wed Jul 07 17:56:16 2021 +0000
    76.3 @@ -17,6 +17,12 @@
    76.4  
    76.5  HOST_ARCH="i486 arm"
    76.6  
    76.7 +current_version()
    76.8 +{
    76.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   76.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   76.11 +}
   76.12 +
   76.13  # Rules to configure and make the package.
   76.14  compile_rules()
   76.15  {
    77.1 --- a/xorg-libXinerama/receipt	Wed Jul 07 10:35:01 2021 +0000
    77.2 +++ b/xorg-libXinerama/receipt	Wed Jul 07 17:56:16 2021 +0000
    77.3 @@ -17,6 +17,12 @@
    77.4  
    77.5  HOST_ARCH="i486 arm"
    77.6  
    77.7 +current_version()
    77.8 +{
    77.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   77.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   77.11 +}
   77.12 +
   77.13  # Rules to configure and make the package.
   77.14  compile_rules()
   77.15  {
    78.1 --- a/xorg-libXmu/receipt	Wed Jul 07 10:35:01 2021 +0000
    78.2 +++ b/xorg-libXmu/receipt	Wed Jul 07 17:56:16 2021 +0000
    78.3 @@ -17,6 +17,12 @@
    78.4  
    78.5  HOST_ARCH="i486 arm"
    78.6  
    78.7 +current_version()
    78.8 +{
    78.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   78.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   78.11 +}
   78.12 +
   78.13  # Rules to configure and make the package.
   78.14  compile_rules()
   78.15  {
    79.1 --- a/xorg-libXp/receipt	Wed Jul 07 10:35:01 2021 +0000
    79.2 +++ b/xorg-libXp/receipt	Wed Jul 07 17:56:16 2021 +0000
    79.3 @@ -17,6 +17,12 @@
    79.4  
    79.5  HOST_ARCH="i486 arm"
    79.6  
    79.7 +current_version()
    79.8 +{
    79.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   79.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   79.11 +}
   79.12 +
   79.13  # Rules to configure and make the package.
   79.14  compile_rules()
   79.15  {
    80.1 --- a/xorg-libXpm/receipt	Wed Jul 07 10:35:01 2021 +0000
    80.2 +++ b/xorg-libXpm/receipt	Wed Jul 07 17:56:16 2021 +0000
    80.3 @@ -17,6 +17,12 @@
    80.4  
    80.5  HOST_ARCH="i486 arm"
    80.6  
    80.7 +current_version()
    80.8 +{
    80.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   80.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   80.11 +}
   80.12 +
   80.13  # Rules to configure and make the package.
   80.14  compile_rules()
   80.15  {
    81.1 --- a/xorg-libXrandr/receipt	Wed Jul 07 10:35:01 2021 +0000
    81.2 +++ b/xorg-libXrandr/receipt	Wed Jul 07 17:56:16 2021 +0000
    81.3 @@ -17,6 +17,12 @@
    81.4  
    81.5  HOST_ARCH="i486 arm"
    81.6  
    81.7 +current_version()
    81.8 +{
    81.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   81.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   81.11 +}
   81.12 +
   81.13  # Rules to configure and make the package.
   81.14  compile_rules()
   81.15  {
    82.1 --- a/xorg-libXrender/receipt	Wed Jul 07 10:35:01 2021 +0000
    82.2 +++ b/xorg-libXrender/receipt	Wed Jul 07 17:56:16 2021 +0000
    82.3 @@ -17,6 +17,12 @@
    82.4  
    82.5  HOST_ARCH="i486 arm"
    82.6  
    82.7 +current_version()
    82.8 +{
    82.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   82.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   82.11 +}
   82.12 +
   82.13  # Rules to configure and make the package.
   82.14  compile_rules()
   82.15  {
    83.1 --- a/xorg-libXres/receipt	Wed Jul 07 10:35:01 2021 +0000
    83.2 +++ b/xorg-libXres/receipt	Wed Jul 07 17:56:16 2021 +0000
    83.3 @@ -16,6 +16,12 @@
    83.4  BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev \
    83.5  	xorg-resourceproto xorg-util-macros"
    83.6  
    83.7 +current_version()
    83.8 +{
    83.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   83.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   83.11 +}
   83.12 +
   83.13  # Rules to configure and make the package.
   83.14  compile_rules()
   83.15  {
    84.1 --- a/xorg-libXss/receipt	Wed Jul 07 10:35:01 2021 +0000
    84.2 +++ b/xorg-libXss/receipt	Wed Jul 07 17:56:16 2021 +0000
    84.3 @@ -17,6 +17,12 @@
    84.4  
    84.5  HOST_ARCH="i486 arm"
    84.6  
    84.7 +current_version()
    84.8 +{
    84.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   84.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   84.11 +}
   84.12 +
   84.13  # Rules to configure and make the package.
   84.14  compile_rules()
   84.15  {
    85.1 --- a/xorg-libXt/receipt	Wed Jul 07 10:35:01 2021 +0000
    85.2 +++ b/xorg-libXt/receipt	Wed Jul 07 17:56:16 2021 +0000
    85.3 @@ -17,6 +17,12 @@
    85.4  
    85.5  HOST_ARCH="i486 arm"
    85.6  
    85.7 +current_version()
    85.8 +{
    85.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   85.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   85.11 +}
   85.12 +
   85.13  # Handle cross compilation.
   85.14  case "$ARCH" in
   85.15  	arm) unset CFLAGS ;;
    86.1 --- a/xorg-libXtst/receipt	Wed Jul 07 10:35:01 2021 +0000
    86.2 +++ b/xorg-libXtst/receipt	Wed Jul 07 17:56:16 2021 +0000
    86.3 @@ -17,6 +17,12 @@
    86.4  
    86.5  HOST_ARCH="i486 arm"
    86.6  
    86.7 +current_version()
    86.8 +{
    86.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   86.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   86.11 +}
   86.12 +
   86.13  # Rules to configure and make the package.
   86.14  compile_rules()
   86.15  {
    87.1 --- a/xorg-libXv/receipt	Wed Jul 07 10:35:01 2021 +0000
    87.2 +++ b/xorg-libXv/receipt	Wed Jul 07 17:56:16 2021 +0000
    87.3 @@ -17,6 +17,12 @@
    87.4  
    87.5  HOST_ARCH="i486 arm"
    87.6  
    87.7 +current_version()
    87.8 +{
    87.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   87.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   87.11 +}
   87.12 +
   87.13  # Rules to configure and make the package.
   87.14  compile_rules()
   87.15  {
    88.1 --- a/xorg-libXvMC/receipt	Wed Jul 07 10:35:01 2021 +0000
    88.2 +++ b/xorg-libXvMC/receipt	Wed Jul 07 17:56:16 2021 +0000
    88.3 @@ -17,6 +17,12 @@
    88.4  
    88.5  HOST_ARCH="i486 arm"
    88.6  
    88.7 +current_version()
    88.8 +{
    88.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   88.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   88.11 +}
   88.12 +
   88.13  # Rules to configure and make the package.
   88.14  compile_rules()
   88.15  {
    89.1 --- a/xorg-libXxf86dga/receipt	Wed Jul 07 10:35:01 2021 +0000
    89.2 +++ b/xorg-libXxf86dga/receipt	Wed Jul 07 17:56:16 2021 +0000
    89.3 @@ -16,6 +16,12 @@
    89.4  BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev 
    89.5  	xorg-util-macros xorg-xf86dgaproto xorg-xproto"
    89.6  
    89.7 +current_version()
    89.8 +{
    89.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   89.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   89.11 +}
   89.12 +
   89.13  # Rules to configure and make the package.
   89.14  compile_rules()
   89.15  {
    90.1 --- a/xorg-libXxf86vm/receipt	Wed Jul 07 10:35:01 2021 +0000
    90.2 +++ b/xorg-libXxf86vm/receipt	Wed Jul 07 17:56:16 2021 +0000
    90.3 @@ -17,6 +17,12 @@
    90.4  
    90.5  HOST_ARCH="i486 arm"
    90.6  
    90.7 +current_version()
    90.8 +{
    90.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   90.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   90.11 +}
   90.12 +
   90.13  # Rules to configure and make the package.
   90.14  compile_rules()
   90.15  {
    91.1 --- a/xorg-libdmx/receipt	Wed Jul 07 10:35:01 2021 +0000
    91.2 +++ b/xorg-libdmx/receipt	Wed Jul 07 17:56:16 2021 +0000
    91.3 @@ -15,6 +15,12 @@
    91.4  DEPENDS=""
    91.5  BUILD_DEPENDS="xorg-dmxproto"
    91.6  
    91.7 +current_version()
    91.8 +{
    91.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   91.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   91.11 +}
   91.12 +
   91.13  # Rules to configure and make the package.
   91.14  compile_rules()
   91.15  {
    92.1 --- a/xorg-libfontenc/receipt	Wed Jul 07 10:35:01 2021 +0000
    92.2 +++ b/xorg-libfontenc/receipt	Wed Jul 07 17:56:16 2021 +0000
    92.3 @@ -17,6 +17,12 @@
    92.4  
    92.5  HOST_ARCH="i486 arm"
    92.6  
    92.7 +current_version()
    92.8 +{
    92.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   92.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr  | sed q
   92.11 +}
   92.12 +
   92.13  # Rules to configure and make the package.
   92.14  compile_rules()
   92.15  {
    93.1 --- a/xorg-libpciaccess/receipt	Wed Jul 07 10:35:01 2021 +0000
    93.2 +++ b/xorg-libpciaccess/receipt	Wed Jul 07 17:56:16 2021 +0000
    93.3 @@ -14,6 +14,12 @@
    93.4  
    93.5  HOST_ARCH="i486 arm"
    93.6  
    93.7 +current_version()
    93.8 +{
    93.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   93.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   93.11 +}
   93.12 +
   93.13  # Rules to configure and make the package.
   93.14  compile_rules()
   93.15  {
    94.1 --- a/xorg-libxkbfile/receipt	Wed Jul 07 10:35:01 2021 +0000
    94.2 +++ b/xorg-libxkbfile/receipt	Wed Jul 07 17:56:16 2021 +0000
    94.3 @@ -17,6 +17,12 @@
    94.4  
    94.5  HOST_ARCH="i486 arm"
    94.6  
    94.7 +current_version()
    94.8 +{
    94.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   94.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   94.11 +}
   94.12 +
   94.13  # Rules to configure and make the package.
   94.14  compile_rules()
   94.15  {
    95.1 --- a/xorg-libxshmfence/receipt	Wed Jul 07 10:35:01 2021 +0000
    95.2 +++ b/xorg-libxshmfence/receipt	Wed Jul 07 17:56:16 2021 +0000
    95.3 @@ -12,6 +12,12 @@
    95.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
    95.5  WGET_URL="https://www.x.org/releases/individual/lib/$TARBALL"
    95.6  
    95.7 +current_version()
    95.8 +{
    95.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   95.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   95.11 +}
   95.12 +
   95.13  compile_rules()
   95.14  {
   95.15  	./configure		\
    96.1 --- a/xorg-makedepend/receipt	Wed Jul 07 10:35:01 2021 +0000
    96.2 +++ b/xorg-makedepend/receipt	Wed Jul 07 17:56:16 2021 +0000
    96.3 @@ -15,6 +15,12 @@
    96.4  DEPENDS="glibc-base xorg-xproto"
    96.5  BUILD_DEPENDS="xorg-xproto"
    96.6  
    96.7 +current_version()
    96.8 +{
    96.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   96.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   96.11 +}
   96.12 +
   96.13  # Rules to configure and make the package.
   96.14  compile_rules()
   96.15  {
    97.1 --- a/xorg-mkfontdir/receipt	Wed Jul 07 10:35:01 2021 +0000
    97.2 +++ b/xorg-mkfontdir/receipt	Wed Jul 07 17:56:16 2021 +0000
    97.3 @@ -14,6 +14,12 @@
    97.4  
    97.5  DEPENDS="xorg-mkfontscale"
    97.6  
    97.7 +current_version()
    97.8 +{
    97.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   97.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   97.11 +}
   97.12 +
   97.13  # Rules to configure and make the package.ls sr
   97.14  compile_rules()
   97.15  {
    98.1 --- a/xorg-mkfontscale/receipt	Wed Jul 07 10:35:01 2021 +0000
    98.2 +++ b/xorg-mkfontscale/receipt	Wed Jul 07 17:56:16 2021 +0000
    98.3 @@ -13,6 +13,12 @@
    98.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
    98.5  WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    98.6  
    98.7 +current_version()
    98.8 +{
    98.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   98.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   98.11 +}
   98.12 +
   98.13  # Rules to configure and make the package.ls sr	
   98.14  compile_rules()
   98.15  {
    99.1 --- a/xorg-presentproto/receipt	Wed Jul 07 10:35:01 2021 +0000
    99.2 +++ b/xorg-presentproto/receipt	Wed Jul 07 17:56:16 2021 +0000
    99.3 @@ -15,6 +15,12 @@
    99.4  DEPENDS="pkg-config xorg-util-macros"
    99.5  BUILD_DEPENDS="xorg-util-macros"
    99.6  
    99.7 +current_version()
    99.8 +{
    99.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
   99.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
   99.11 +}
   99.12 +
   99.13  # Rules to configure and make the package.
   99.14  compile_rules()
   99.15  {
   100.1 --- a/xorg-printproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   100.2 +++ b/xorg-printproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   100.3 @@ -15,6 +15,12 @@
   100.4  DEPENDS="xorg-fontsproto xorg-libX11-dev xorg-libXau-dev pkg-config"
   100.5  BUILD_DEPENDS="xorg-util-macros"
   100.6  
   100.7 +current_version()
   100.8 +{
   100.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  100.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  100.11 +}
  100.12 +
  100.13  # Rules to configure and make the package.
  100.14  compile_rules()
  100.15  {
   101.1 --- a/xorg-randrproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   101.2 +++ b/xorg-randrproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   101.3 @@ -17,6 +17,12 @@
   101.4  
   101.5  HOST_ARCH="i486 arm"
   101.6  
   101.7 +current_version()
   101.8 +{
   101.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  101.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  101.11 +}
  101.12 +
  101.13  # Rules to configure and make the package.
  101.14  compile_rules()
  101.15  {
   102.1 --- a/xorg-recordproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   102.2 +++ b/xorg-recordproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   102.3 @@ -15,6 +15,12 @@
   102.4  DEPENDS="xorg-util-macros pkg-config"
   102.5  BUILD_DEPENDS="xorg-util-macros"
   102.6  
   102.7 +current_version()
   102.8 +{
   102.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  102.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  102.11 +}
  102.12 +
  102.13  # Rules to configure and make the package.
  102.14  compile_rules()
  102.15  {
   103.1 --- a/xorg-renderproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   103.2 +++ b/xorg-renderproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   103.3 @@ -15,6 +15,12 @@
   103.4  DEPENDS="xorg-xproto pkg-config"
   103.5  BUILD_DEPENDS="xorg-util-macros"
   103.6  
   103.7 +current_version()
   103.8 +{
   103.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  103.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  103.11 +}
  103.12 +
  103.13  # Rules to configure and make the package.
  103.14  compile_rules()
  103.15  {
   104.1 --- a/xorg-resourceproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   104.2 +++ b/xorg-resourceproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   104.3 @@ -15,6 +15,12 @@
   104.4  DEPENDS="xorg-util-macros pkg-config"
   104.5  BUILD_DEPENDS="xorg-util-macros"
   104.6  
   104.7 +current_version()
   104.8 +{
   104.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  104.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  104.11 +}
  104.12 +
  104.13  # Rules to configure and make the package.
  104.14  compile_rules()
  104.15  {
   105.1 --- a/xorg-rgb/receipt	Wed Jul 07 10:35:01 2021 +0000
   105.2 +++ b/xorg-rgb/receipt	Wed Jul 07 17:56:16 2021 +0000
   105.3 @@ -14,6 +14,12 @@
   105.4  
   105.5  BUILD_DEPENDS="pkg-config xorg-xproto"
   105.6  
   105.7 +current_version()
   105.8 +{
   105.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  105.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  105.11 +}
  105.12 +
  105.13  # Rules to configure and make the package.
  105.14  compile_rules()
  105.15  {
   106.1 --- a/xorg-scrnsaverproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   106.2 +++ b/xorg-scrnsaverproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   106.3 @@ -15,6 +15,12 @@
   106.4  DEPENDS="xorg-util-macros pkg-config"
   106.5  BUILD_DEPENDS="xorg-util-macros"
   106.6  
   106.7 +current_version()
   106.8 +{
   106.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  106.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  106.11 +}
  106.12 +
  106.13  # Rules to configure and make the package.
  106.14  compile_rules()
  106.15  {
   107.1 --- a/xorg-server-light/receipt	Wed Jul 07 10:35:01 2021 +0000
   107.2 +++ b/xorg-server-light/receipt	Wed Jul 07 17:56:16 2021 +0000
   107.3 @@ -27,6 +27,12 @@
   107.4  bzip2-dev udev-dev xorg-resourceproto xorg-xf86dgaproto xorg-bigreqsproto \
   107.5  xorg-bigreqsproto xorg-xcmiscproto xorg-bigreqsproto xorg-resourceproto"
   107.6  
   107.7 +current_version()
   107.8 +{
   107.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  107.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  107.11 +}
  107.12 +
  107.13  # Handle cross compilation. ARM use build host: perl flex
  107.14  case "$ARCH" in
  107.15  	arm)
   108.1 --- a/xorg-server/receipt	Wed Jul 07 10:35:01 2021 +0000
   108.2 +++ b/xorg-server/receipt	Wed Jul 07 17:56:16 2021 +0000
   108.3 @@ -21,6 +21,12 @@
   108.4  xorg-dri2proto xorg-libXau-dev xorg-dev-proto libdrm-dev xorg-glproto \
   108.5  xorg-libXv-dev"
   108.6  
   108.7 +current_version()
   108.8 +{
   108.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  108.10 +	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  108.11 +}
  108.12 +
  108.13  # Rules to configure and make the package.
  108.14  compile_rules()
  108.15  {
   109.1 --- a/xorg-setxkbmap/receipt	Wed Jul 07 10:35:01 2021 +0000
   109.2 +++ b/xorg-setxkbmap/receipt	Wed Jul 07 17:56:16 2021 +0000
   109.3 @@ -16,6 +16,12 @@
   109.4  
   109.5  HOST_ARCH="i486 arm"
   109.6  
   109.7 +current_version()
   109.8 +{
   109.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  109.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  109.11 +}
  109.12 +
  109.13  # Rules to configure and make the package.
  109.14  compile_rules()
  109.15  {
   110.1 --- a/xorg-trapproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   110.2 +++ b/xorg-trapproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   110.3 @@ -14,6 +14,12 @@
   110.4  DEPENDS="xorg-server-dev xorg-libXt-dev pkg-config"
   110.5  BUILD_DEPENDS="xorg-util-macros"
   110.6  
   110.7 +current_version()
   110.8 +{
   110.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  110.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  110.11 +}
  110.12 +
  110.13  # Rules to configure and make the package.
  110.14  compile_rules()
  110.15  {
   111.1 --- a/xorg-util-macros/receipt	Wed Jul 07 10:35:01 2021 +0000
   111.2 +++ b/xorg-util-macros/receipt	Wed Jul 07 17:56:16 2021 +0000
   111.3 @@ -16,6 +16,12 @@
   111.4  
   111.5  HOST_ARCH="i486 arm x86_64"
   111.6  
   111.7 +current_version()
   111.8 +{
   111.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  111.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  111.11 +}
  111.12 +
  111.13  # Rules to configure and make the package.
  111.14  compile_rules()
  111.15  {
   112.1 --- a/xorg-videoproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   112.2 +++ b/xorg-videoproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   112.3 @@ -17,6 +17,12 @@
   112.4  
   112.5  HOST_ARCH="i486 arm"
   112.6  
   112.7 +current_version()
   112.8 +{
   112.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  112.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  112.11 +}
  112.12 +
  112.13  # Rules to configure and make the package.
  112.14  compile_rules()
  112.15  {
   113.1 --- a/xorg-x11perf/receipt	Wed Jul 07 10:35:01 2021 +0000
   113.2 +++ b/xorg-x11perf/receipt	Wed Jul 07 17:56:16 2021 +0000
   113.3 @@ -15,6 +15,12 @@
   113.4  DEPENDS="xorg-libXft xorg-libXmu"
   113.5  BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev"
   113.6  
   113.7 +current_version()
   113.8 +{
   113.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  113.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  113.11 +}
  113.12 +
  113.13  # Rules to configure and make the package.
  113.14  compile_rules()
  113.15  {
   114.1 --- a/xorg-xauth/receipt	Wed Jul 07 10:35:01 2021 +0000
   114.2 +++ b/xorg-xauth/receipt	Wed Jul 07 17:56:16 2021 +0000
   114.3 @@ -21,6 +21,12 @@
   114.4  	arm) BUILD_DEPENDS="xorg-xproto xorg-libXau-dev" ;;
   114.5  esac
   114.6  
   114.7 +current_version()
   114.8 +{
   114.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  114.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  114.11 +}
  114.12 +
  114.13  # Rules to configure and make the package.
  114.14  compile_rules()
  114.15  {
   115.1 --- a/xorg-xbacklight/receipt	Wed Jul 07 10:35:01 2021 +0000
   115.2 +++ b/xorg-xbacklight/receipt	Wed Jul 07 17:56:16 2021 +0000
   115.3 @@ -16,6 +16,12 @@
   115.4  DEPENDS="xorg-libXrandr"
   115.5  BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-libXrandr-dev"
   115.6  
   115.7 +current_version()
   115.8 +{
   115.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  115.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  115.11 +}
  115.12 +
  115.13  # Rules to configure and make the package.
  115.14  compile_rules()
  115.15  {
   116.1 --- a/xorg-xbitmaps/receipt	Wed Jul 07 10:35:01 2021 +0000
   116.2 +++ b/xorg-xbitmaps/receipt	Wed Jul 07 17:56:16 2021 +0000
   116.3 @@ -17,6 +17,12 @@
   116.4  
   116.5  HOST_ARCH="i486 arm"
   116.6  
   116.7 +current_version()
   116.8 +{
   116.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  116.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  116.11 +}
  116.12 +
  116.13  # Rules to configure and make the package.
  116.14  compile_rules()
  116.15  {
   117.1 --- a/xorg-xclock/receipt	Wed Jul 07 10:35:01 2021 +0000
   117.2 +++ b/xorg-xclock/receipt	Wed Jul 07 17:56:16 2021 +0000
   117.3 @@ -17,6 +17,12 @@
   117.4  
   117.5  HOST_ARCH="i486 arm"
   117.6  
   117.7 +current_version()
   117.8 +{
   117.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  117.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  117.11 +}
  117.12 +
  117.13  # Rules to configure and make the package.
  117.14  compile_rules()
  117.15  {
   118.1 --- a/xorg-xcmiscproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   118.2 +++ b/xorg-xcmiscproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   118.3 @@ -15,6 +15,12 @@
   118.4  DEPENDS="xorg-util-macros pkg-config"
   118.5  BUILD_DEPENDS="xorg-util-macros"
   118.6  
   118.7 +current_version()
   118.8 +{
   118.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  118.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  118.11 +}
  118.12 +
  118.13  # Rules to configure and make the package.
  118.14  compile_rules()
  118.15  {
   119.1 --- a/xorg-xcompmgr/receipt	Wed Jul 07 10:35:01 2021 +0000
   119.2 +++ b/xorg-xcompmgr/receipt	Wed Jul 07 17:56:16 2021 +0000
   119.3 @@ -21,6 +21,12 @@
   119.4  
   119.5  HOST_ARCH="i486 arm"
   119.6  
   119.7 +current_version()
   119.8 +{
   119.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  119.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  119.11 +}
  119.12 +
  119.13  # Rules to configure and make the package.
  119.14  compile_rules()
  119.15  {
   120.1 --- a/xorg-xcursorgen/receipt	Wed Jul 07 10:35:01 2021 +0000
   120.2 +++ b/xorg-xcursorgen/receipt	Wed Jul 07 17:56:16 2021 +0000
   120.3 @@ -17,6 +17,12 @@
   120.4  
   120.5  HOST_ARCH="i486 arm"
   120.6  
   120.7 +current_version()
   120.8 +{
   120.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  120.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  120.11 +}
  120.12 +
  120.13  # Rules to configure and make the package.
  120.14  compile_rules()
  120.15  {
   121.1 --- a/xorg-xdpyinfo/receipt	Wed Jul 07 10:35:01 2021 +0000
   121.2 +++ b/xorg-xdpyinfo/receipt	Wed Jul 07 17:56:16 2021 +0000
   121.3 @@ -18,6 +18,12 @@
   121.4  BUILD_DEPENDS="xorg-libXinerama-dev xorg-libXp-dev 
   121.5  	xorg-libXrender-dev xorg-libXtst-dev xorg-libXxf86vm-dev"
   121.6  
   121.7 +current_version()
   121.8 +{
   121.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  121.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  121.11 +}
  121.12 +
  121.13  # Rules to configure and make the package.ls sr	
  121.14  compile_rules()
  121.15  {
   122.1 --- a/xorg-xdriinfo/receipt	Wed Jul 07 10:35:01 2021 +0000
   122.2 +++ b/xorg-xdriinfo/receipt	Wed Jul 07 17:56:16 2021 +0000
   122.3 @@ -16,6 +16,12 @@
   122.4  DEPENDS="mesa xorg-libX11"
   122.5  BUILD_DEPENDS="mesa-dev xorg-libX11-dev"
   122.6  
   122.7 +current_version()
   122.8 +{
   122.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  122.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  122.11 +}
  122.12 +
  122.13  # Rules to configure and make the package.
  122.14  compile_rules()
  122.15  {
   123.1 --- a/xorg-xedit/receipt	Wed Jul 07 10:35:01 2021 +0000
   123.2 +++ b/xorg-xedit/receipt	Wed Jul 07 17:56:16 2021 +0000
   123.3 @@ -15,6 +15,12 @@
   123.4  
   123.5  DEPENDS="xorg-libX11 xorg-libXaw xorg-libXmu xorg-libXt"
   123.6  
   123.7 +current_version()
   123.8 +{
   123.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  123.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  123.11 +}
  123.12 +
  123.13  # Rules to configure and make the package.
  123.14  compile_rules()
  123.15  {
   124.1 --- a/xorg-xev/receipt	Wed Jul 07 10:35:01 2021 +0000
   124.2 +++ b/xorg-xev/receipt	Wed Jul 07 17:56:16 2021 +0000
   124.3 @@ -16,6 +16,12 @@
   124.4  DEPENDS="xorg-libX11"
   124.5  BUILD_DEPENDS="xorg-libX11-dev"
   124.6  
   124.7 +current_version()
   124.8 +{
   124.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  124.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  124.11 +}
  124.12 +
  124.13  # Rules to configure and make the package.ls sr	
  124.14  compile_rules()
  124.15  {
   125.1 --- a/xorg-xextproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   125.2 +++ b/xorg-xextproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   125.3 @@ -17,6 +17,12 @@
   125.4  
   125.5  HOST_ARCH="i486 arm"
   125.6  
   125.7 +current_version()
   125.8 +{
   125.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  125.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  125.11 +}
  125.12 +
  125.13  # Rules to configure and make the package.
  125.14  compile_rules()
  125.15  {
   126.1 --- a/xorg-xeyes/receipt	Wed Jul 07 10:35:01 2021 +0000
   126.2 +++ b/xorg-xeyes/receipt	Wed Jul 07 17:56:16 2021 +0000
   126.3 @@ -14,6 +14,12 @@
   126.4  
   126.5  DEPENDS="xorg-libX11 xorg-libXext xorg-libXmu xorg-libXrender xorg-libXt"
   126.6  
   126.7 +current_version()
   126.8 +{
   126.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  126.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  126.11 +}
  126.12 +
  126.13  # Rules to configure and make the package.
  126.14  compile_rules()
  126.15  {
   127.1 --- a/xorg-xf86-input-elographics/receipt	Wed Jul 07 10:35:01 2021 +0000
   127.2 +++ b/xorg-xf86-input-elographics/receipt	Wed Jul 07 17:56:16 2021 +0000
   127.3 @@ -15,6 +15,12 @@
   127.4  DEPENDS="xorg-server"
   127.5  BUILD_DEPENDS="xorg-server-dev"
   127.6  
   127.7 +current_version()
   127.8 +{
   127.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  127.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  127.11 +}
  127.12 +
  127.13  # Rules to configure and make the package.
  127.14  compile_rules()
  127.15  {
   128.1 --- a/xorg-xf86-input-evdev/receipt	Wed Jul 07 10:35:01 2021 +0000
   128.2 +++ b/xorg-xf86-input-evdev/receipt	Wed Jul 07 17:56:16 2021 +0000
   128.3 @@ -21,6 +21,12 @@
   128.4  
   128.5  HOST_ARCH="i486 arm"
   128.6  
   128.7 +current_version()
   128.8 +{
   128.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  128.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  128.11 +}
  128.12 +
  128.13  # ARM use build system xorg-server-dev or manually install it in sysroot
  128.14  case "$ARCH" in
  128.15  	arm) BUILD_DEPENDS="udev-dev" ;;
   129.1 --- a/xorg-xf86-input-keyboard/receipt	Wed Jul 07 10:35:01 2021 +0000
   129.2 +++ b/xorg-xf86-input-keyboard/receipt	Wed Jul 07 17:56:16 2021 +0000
   129.3 @@ -15,6 +15,12 @@
   129.4  DEPENDS="xorg-server"
   129.5  BUILD_DEPENDS="xorg-server-dev"
   129.6  
   129.7 +current_version()
   129.8 +{
   129.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  129.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  129.11 +}
  129.12 +
  129.13  # Rules to configure and make the package.
  129.14  compile_rules()
  129.15  {
   130.1 --- a/xorg-xf86-input-mouse/receipt	Wed Jul 07 10:35:01 2021 +0000
   130.2 +++ b/xorg-xf86-input-mouse/receipt	Wed Jul 07 17:56:16 2021 +0000
   130.3 @@ -15,6 +15,12 @@
   130.4  DEPENDS="xorg-server"
   130.5  BUILD_DEPENDS="xorg-server-dev"
   130.6  
   130.7 +current_version()
   130.8 +{
   130.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  130.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  130.11 +}
  130.12 +
  130.13  # Rules to configure and make the package.
  130.14  compile_rules()
  130.15  {
   131.1 --- a/xorg-xf86-input-mutouch/receipt	Wed Jul 07 10:35:01 2021 +0000
   131.2 +++ b/xorg-xf86-input-mutouch/receipt	Wed Jul 07 17:56:16 2021 +0000
   131.3 @@ -14,6 +14,12 @@
   131.4  DEPENDS="xorg-server"
   131.5  BUILD_DEPENDS="xorg-server-dev"
   131.6  
   131.7 +current_version()
   131.8 +{
   131.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  131.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  131.11 +}
  131.12 +
  131.13  # Rules to configure and make the package.
  131.14  compile_rules()
  131.15  {
   132.1 --- a/xorg-xf86-input-synaptics/receipt	Wed Jul 07 10:35:01 2021 +0000
   132.2 +++ b/xorg-xf86-input-synaptics/receipt	Wed Jul 07 17:56:16 2021 +0000
   132.3 @@ -14,6 +14,12 @@
   132.4  DEPENDS="xorg-server xorg-libXtst mtdev"
   132.5  BUILD_DEPENDS="xorg-server-dev xorg-libXtst-dev mtdev-dev"
   132.6  
   132.7 +current_version()
   132.8 +{
   132.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  132.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  132.11 +}
  132.12 +
  132.13  # Rules to configure and make the package.
  132.14  compile_rules()
  132.15  {
   133.1 --- a/xorg-xf86-input-vmmouse/receipt	Wed Jul 07 10:35:01 2021 +0000
   133.2 +++ b/xorg-xf86-input-vmmouse/receipt	Wed Jul 07 17:56:16 2021 +0000
   133.3 @@ -15,6 +15,12 @@
   133.4  DEPENDS="xorg-server"
   133.5  BUILD_DEPENDS="xorg-server-dev"
   133.6  
   133.7 +current_version()
   133.8 +{
   133.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  133.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  133.11 +}
  133.12 +
  133.13  # Rules to configure and make the package.
  133.14  compile_rules()
  133.15  {
   134.1 --- a/xorg-xf86-input-void/receipt	Wed Jul 07 10:35:01 2021 +0000
   134.2 +++ b/xorg-xf86-input-void/receipt	Wed Jul 07 17:56:16 2021 +0000
   134.3 @@ -15,6 +15,12 @@
   134.4  DEPENDS="xorg-server"
   134.5  BUILD_DEPENDS="xorg-server-dev"
   134.6  
   134.7 +current_version()
   134.8 +{
   134.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  134.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  134.11 +}
  134.12 +
  134.13  # Rules to configure and make the package.
  134.14  compile_rules()
  134.15  {
   135.1 --- a/xorg-xf86-video-ast/receipt	Wed Jul 07 10:35:01 2021 +0000
   135.2 +++ b/xorg-xf86-video-ast/receipt	Wed Jul 07 17:56:16 2021 +0000
   135.3 @@ -17,6 +17,12 @@
   135.4  
   135.5  MODS='/usr/lib/X11/modules'
   135.6  
   135.7 +current_version()
   135.8 +{
   135.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  135.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  135.11 +}
  135.12 +
  135.13  # Rules to configure and make the package.
  135.14  compile_rules()
  135.15  {
   136.1 --- a/xorg-xf86-video-ati/receipt	Wed Jul 07 10:35:01 2021 +0000
   136.2 +++ b/xorg-xf86-video-ati/receipt	Wed Jul 07 17:56:16 2021 +0000
   136.3 @@ -17,6 +17,12 @@
   136.4  
   136.5  MODS='/usr/lib/X11/modules'
   136.6  
   136.7 +current_version()
   136.8 +{
   136.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  136.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  136.11 +}
  136.12 +
  136.13  # Rules to configure and make the package.
  136.14  compile_rules()
  136.15  {
   137.1 --- a/xorg-xf86-video-cirrus/receipt	Wed Jul 07 10:35:01 2021 +0000
   137.2 +++ b/xorg-xf86-video-cirrus/receipt	Wed Jul 07 17:56:16 2021 +0000
   137.3 @@ -18,6 +18,12 @@
   137.4  
   137.5  MODS='/usr/lib/X11/modules'
   137.6  
   137.7 +current_version()
   137.8 +{
   137.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  137.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  137.11 +}
  137.12 +
  137.13  # Rules to configure and make the package.
  137.14  compile_rules()
  137.15  {
   138.1 --- a/xorg-xf86-video-fbdev/receipt	Wed Jul 07 10:35:01 2021 +0000
   138.2 +++ b/xorg-xf86-video-fbdev/receipt	Wed Jul 07 17:56:16 2021 +0000
   138.3 @@ -21,6 +21,12 @@
   138.4  	arm) BUILD_DEPENDS="" ;;
   138.5  esac
   138.6  
   138.7 +current_version()
   138.8 +{
   138.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  138.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  138.11 +}
  138.12 +
  138.13  # Rules to configure and make the package.
  138.14  compile_rules()
  138.15  {
   139.1 --- a/xorg-xf86-video-geode/receipt	Wed Jul 07 10:35:01 2021 +0000
   139.2 +++ b/xorg-xf86-video-geode/receipt	Wed Jul 07 17:56:16 2021 +0000
   139.3 @@ -18,6 +18,12 @@
   139.4  
   139.5  MODS='/usr/lib/X11/modules'
   139.6  
   139.7 +current_version()
   139.8 +{
   139.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  139.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  139.11 +}
  139.12 +
  139.13  # Rules to configure and make the package.
  139.14  compile_rules()
  139.15  {
   140.1 --- a/xorg-xf86-video-i740/receipt	Wed Jul 07 10:35:01 2021 +0000
   140.2 +++ b/xorg-xf86-video-i740/receipt	Wed Jul 07 17:56:16 2021 +0000
   140.3 @@ -16,6 +16,12 @@
   140.4  DEPENDS="xorg-server"
   140.5  BUILD_DEPENDS="xorg-server-dev"
   140.6  
   140.7 +current_version()
   140.8 +{
   140.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  140.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  140.11 +}
  140.12 +
  140.13  # Rules to configure and make the package.
  140.14  compile_rules()
  140.15  {
   141.1 --- a/xorg-xf86-video-intel/receipt	Wed Jul 07 10:35:01 2021 +0000
   141.2 +++ b/xorg-xf86-video-intel/receipt	Wed Jul 07 17:56:16 2021 +0000
   141.3 @@ -19,6 +19,12 @@
   141.4  
   141.5  MODS='/usr/lib/X11/modules'
   141.6  
   141.7 +current_version()
   141.8 +{
   141.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  141.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  141.11 +}
  141.12 +
  141.13  # Rules to configure and make the package.
  141.14  compile_rules()
  141.15  {
   142.1 --- a/xorg-xf86-video-mach64/receipt	Wed Jul 07 10:35:01 2021 +0000
   142.2 +++ b/xorg-xf86-video-mach64/receipt	Wed Jul 07 17:56:16 2021 +0000
   142.3 @@ -18,6 +18,12 @@
   142.4  
   142.5  MODS='/usr/lib/X11/modules'
   142.6  
   142.7 +current_version()
   142.8 +{
   142.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  142.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  142.11 +}
  142.12 +
  142.13  # Rules to configure and make the package.
  142.14  compile_rules()
  142.15  {
   143.1 --- a/xorg-xf86-video-mga/receipt	Wed Jul 07 10:35:01 2021 +0000
   143.2 +++ b/xorg-xf86-video-mga/receipt	Wed Jul 07 17:56:16 2021 +0000
   143.3 @@ -18,6 +18,12 @@
   143.4  
   143.5  MODS='/usr/lib/X11/modules'
   143.6  
   143.7 +current_version()
   143.8 +{
   143.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  143.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  143.11 +}
  143.12 +
  143.13  # Rules to configure and make the package.
  143.14  compile_rules()
  143.15  {
   144.1 --- a/xorg-xf86-video-modesetting/receipt	Wed Jul 07 10:35:01 2021 +0000
   144.2 +++ b/xorg-xf86-video-modesetting/receipt	Wed Jul 07 17:56:16 2021 +0000
   144.3 @@ -21,6 +21,12 @@
   144.4  	arm) BUILD_DEPENDS="" ;;
   144.5  esac
   144.6  
   144.7 +current_version()
   144.8 +{
   144.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  144.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  144.11 +}
  144.12 +
  144.13  # Rules to configure and make the package.
  144.14  compile_rules()
  144.15  {
   145.1 --- a/xorg-xf86-video-neomagic/receipt	Wed Jul 07 10:35:01 2021 +0000
   145.2 +++ b/xorg-xf86-video-neomagic/receipt	Wed Jul 07 17:56:16 2021 +0000
   145.3 @@ -18,6 +18,12 @@
   145.4  
   145.5  MODS='/usr/lib/X11/modules'
   145.6  
   145.7 +current_version()
   145.8 +{
   145.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  145.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  145.11 +}
  145.12 +
  145.13  # Rules to configure and make the package.
  145.14  compile_rules()
  145.15  {
   146.1 --- a/xorg-xf86-video-nouveau/receipt	Wed Jul 07 10:35:01 2021 +0000
   146.2 +++ b/xorg-xf86-video-nouveau/receipt	Wed Jul 07 17:56:16 2021 +0000
   146.3 @@ -18,6 +18,12 @@
   146.4  
   146.5  MODS='/usr/lib/X11/modules'
   146.6  
   146.7 +current_version()
   146.8 +{
   146.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  146.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  146.11 +}
  146.12 +
  146.13  # Rules to configure and make the package.
  146.14  compile_rules()
  146.15  {
   147.1 --- a/xorg-xf86-video-nv/receipt	Wed Jul 07 10:35:01 2021 +0000
   147.2 +++ b/xorg-xf86-video-nv/receipt	Wed Jul 07 17:56:16 2021 +0000
   147.3 @@ -18,6 +18,12 @@
   147.4  
   147.5  MODS='/usr/lib/X11/modules'
   147.6  
   147.7 +current_version()
   147.8 +{
   147.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  147.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  147.11 +}
  147.12 +
  147.13  # Rules to configure and make the package.
  147.14  compile_rules()
  147.15  {
   148.1 --- a/xorg-xf86-video-openchrome/receipt	Wed Jul 07 10:35:01 2021 +0000
   148.2 +++ b/xorg-xf86-video-openchrome/receipt	Wed Jul 07 17:56:16 2021 +0000
   148.3 @@ -17,6 +17,12 @@
   148.4  
   148.5  MODS='/usr/lib/X11/modules'
   148.6  
   148.7 +current_version()
   148.8 +{
   148.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  148.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  148.11 +}
  148.12 +
  148.13  # Rules to configure and make the package.
  148.14  compile_rules()
  148.15  {
   149.1 --- a/xorg-xf86-video-r128/receipt	Wed Jul 07 10:35:01 2021 +0000
   149.2 +++ b/xorg-xf86-video-r128/receipt	Wed Jul 07 17:56:16 2021 +0000
   149.3 @@ -18,6 +18,12 @@
   149.4  
   149.5  MODS='/usr/lib/X11/modules'
   149.6  
   149.7 +current_version()
   149.8 +{
   149.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  149.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  149.11 +}
  149.12 +
  149.13  # Rules to configure and make the package.
  149.14  compile_rules()
  149.15  {
   150.1 --- a/xorg-xf86-video-radeonhd/receipt	Wed Jul 07 10:35:01 2021 +0000
   150.2 +++ b/xorg-xf86-video-radeonhd/receipt	Wed Jul 07 17:56:16 2021 +0000
   150.3 @@ -14,6 +14,12 @@
   150.4  DEPENDS="xorg xorg-server"
   150.5  BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-xproto xorg-fontsproto"
   150.6  
   150.7 +current_version()
   150.8 +{
   150.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  150.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  150.11 +}
  150.12 +
  150.13  # Rules to configure and make the package.
  150.14  compile_rules()
  150.15  {
   151.1 --- a/xorg-xf86-video-s3/receipt	Wed Jul 07 10:35:01 2021 +0000
   151.2 +++ b/xorg-xf86-video-s3/receipt	Wed Jul 07 17:56:16 2021 +0000
   151.3 @@ -16,6 +16,12 @@
   151.4  DEPENDS="xorg-server"
   151.5  BUILD_DEPENDS="xorg-server-dev"
   151.6  
   151.7 +current_version()
   151.8 +{
   151.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  151.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  151.11 +}
  151.12 +
  151.13  # Rules to configure and make the package.
  151.14  compile_rules()
  151.15  {
   152.1 --- a/xorg-xf86-video-s3virge/receipt	Wed Jul 07 10:35:01 2021 +0000
   152.2 +++ b/xorg-xf86-video-s3virge/receipt	Wed Jul 07 17:56:16 2021 +0000
   152.3 @@ -18,6 +18,12 @@
   152.4  
   152.5  MODS='/usr/lib/X11/modules'
   152.6  
   152.7 +current_version()
   152.8 +{
   152.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  152.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  152.11 +}
  152.12 +
  152.13  # Rules to configure and make the package.
  152.14  compile_rules()
  152.15  {
   153.1 --- a/xorg-xf86-video-savage/receipt	Wed Jul 07 10:35:01 2021 +0000
   153.2 +++ b/xorg-xf86-video-savage/receipt	Wed Jul 07 17:56:16 2021 +0000
   153.3 @@ -18,6 +18,12 @@
   153.4  
   153.5  MODS='/usr/lib/X11/modules'
   153.6  
   153.7 +current_version()
   153.8 +{
   153.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  153.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  153.11 +}
  153.12 +
  153.13  # Rules to configure and make the package.
  153.14  compile_rules()
  153.15  {
   154.1 --- a/xorg-xf86-video-sis/receipt	Wed Jul 07 10:35:01 2021 +0000
   154.2 +++ b/xorg-xf86-video-sis/receipt	Wed Jul 07 17:56:16 2021 +0000
   154.3 @@ -18,6 +18,12 @@
   154.4  
   154.5  MODS='/usr/lib/X11/modules'
   154.6  
   154.7 +current_version()
   154.8 +{
   154.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  154.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  154.11 +}
  154.12 +
  154.13  # Rules to configure and make the package.
  154.14  compile_rules()
  154.15  {
   155.1 --- a/xorg-xf86-video-trident/receipt	Wed Jul 07 10:35:01 2021 +0000
   155.2 +++ b/xorg-xf86-video-trident/receipt	Wed Jul 07 17:56:16 2021 +0000
   155.3 @@ -18,6 +18,12 @@
   155.4  
   155.5  MODS='/usr/lib/X11/modules'
   155.6  
   155.7 +current_version()
   155.8 +{
   155.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  155.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  155.11 +}
  155.12 +
  155.13  # Rules to configure and make the package.
  155.14  compile_rules()
  155.15  {
   156.1 --- a/xorg-xf86-video-tseng/receipt	Wed Jul 07 10:35:01 2021 +0000
   156.2 +++ b/xorg-xf86-video-tseng/receipt	Wed Jul 07 17:56:16 2021 +0000
   156.3 @@ -17,6 +17,12 @@
   156.4  
   156.5  MODS='/usr/lib/X11/modules'
   156.6  
   156.7 +current_version()
   156.8 +{
   156.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  156.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  156.11 +}
  156.12 +
  156.13  # Rules to configure and make the package.
  156.14  compile_rules()
  156.15  {
   157.1 --- a/xorg-xf86-video-v4l/receipt	Wed Jul 07 10:35:01 2021 +0000
   157.2 +++ b/xorg-xf86-video-v4l/receipt	Wed Jul 07 17:56:16 2021 +0000
   157.3 @@ -17,6 +17,12 @@
   157.4  
   157.5  MODS='/usr/lib/X11/modules'
   157.6  
   157.7 +current_version()
   157.8 +{
   157.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  157.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  157.11 +}
  157.12 +
  157.13  # Rules to configure and make the package.
  157.14  compile_rules()
  157.15  {
   158.1 --- a/xorg-xf86-video-vesa/receipt	Wed Jul 07 10:35:01 2021 +0000
   158.2 +++ b/xorg-xf86-video-vesa/receipt	Wed Jul 07 17:56:16 2021 +0000
   158.3 @@ -17,6 +17,12 @@
   158.4  
   158.5  MODS='/usr/lib/X11/modules'
   158.6  
   158.7 +current_version()
   158.8 +{
   158.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  158.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  158.11 +}
  158.12 +
  158.13  # Rules to configure and make the package.
  158.14  compile_rules()
  158.15  {
   159.1 --- a/xorg-xf86-video-vmware/receipt	Wed Jul 07 10:35:01 2021 +0000
   159.2 +++ b/xorg-xf86-video-vmware/receipt	Wed Jul 07 17:56:16 2021 +0000
   159.3 @@ -17,6 +17,12 @@
   159.4  
   159.5  MODS='/usr/lib/X11/modules'
   159.6  
   159.7 +current_version()
   159.8 +{
   159.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  159.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  159.11 +}
  159.12 +
  159.13  # Rules to configure and make the package.
  159.14  compile_rules()
  159.15  {
   160.1 --- a/xorg-xf86bigfontproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   160.2 +++ b/xorg-xf86bigfontproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   160.3 @@ -15,6 +15,12 @@
   160.4  DEPENDS="xorg-util-macros pkg-config"
   160.5  BUILD_DEPENDS="xorg-util-macros"
   160.6  
   160.7 +current_version()
   160.8 +{
   160.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  160.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  160.11 +}
  160.12 +
  160.13  # Rules to configure and make the package.
  160.14  compile_rules()
  160.15  {
   161.1 --- a/xorg-xf86dgaproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   161.2 +++ b/xorg-xf86dgaproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   161.3 @@ -16,6 +16,12 @@
   161.4  # /usr/include/X11/extensions/xf86dga.h:	#include <X11/extensions/Xxf86dga.h>	?
   161.5  BUILD_DEPENDS="xorg-util-macros"
   161.6  
   161.7 +current_version()
   161.8 +{
   161.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  161.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  161.11 +}
  161.12 +
  161.13  # Rules to configure and make the package.
  161.14  compile_rules()
  161.15  {
   162.1 --- a/xorg-xf86driproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   162.2 +++ b/xorg-xf86driproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   162.3 @@ -14,6 +14,12 @@
   162.4  DEPENDS="xorg-util-macros libdrm-dev pkg-config"
   162.5  BUILD_DEPENDS="xorg-util-macros"
   162.6  
   162.7 +current_version()
   162.8 +{
   162.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  162.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  162.11 +}
  162.12 +
  162.13  # Rules to configure and make the package.
  162.14  compile_rules()
  162.15  {
   163.1 --- a/xorg-xf86miscproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   163.2 +++ b/xorg-xf86miscproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   163.3 @@ -14,6 +14,12 @@
   163.4  DEPENDS="xorg-xproto pkg-config"
   163.5  BUILD_DEPENDS="xorg-util-macros"
   163.6  
   163.7 +current_version()
   163.8 +{
   163.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  163.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  163.11 +}
  163.12 +
  163.13  # Rules to configure and make the package.
  163.14  compile_rules()
  163.15  {
   164.1 --- a/xorg-xf86rushproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   164.2 +++ b/xorg-xf86rushproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   164.3 @@ -14,6 +14,12 @@
   164.4  DEPENDS="xorg-videoproto pkg-config"
   164.5  BUILD_DEPENDS="xorg-util-macros"
   164.6  
   164.7 +current_version()
   164.8 +{
   164.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  164.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  164.11 +}
  164.12 +
  164.13  # Rules to configure and make the package.
  164.14  compile_rules()
  164.15  {
   165.1 --- a/xorg-xf86vidmodeproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   165.2 +++ b/xorg-xf86vidmodeproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   165.3 @@ -15,6 +15,12 @@
   165.4  DEPENDS="xorg-xproto pkg-config"
   165.5  BUILD_DEPENDS="xorg-util-macros"
   165.6  
   165.7 +current_version()
   165.8 +{
   165.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  165.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  165.11 +}
  165.12 +
  165.13  # Rules to configure and make the package.
  165.14  compile_rules()
  165.15  {
   166.1 --- a/xorg-xfontsel/receipt	Wed Jul 07 10:35:01 2021 +0000
   166.2 +++ b/xorg-xfontsel/receipt	Wed Jul 07 17:56:16 2021 +0000
   166.3 @@ -16,6 +16,12 @@
   166.4  DEPENDS="xorg-libXaw"
   166.5  BUILD_DEPENDS="xorg-libXaw-dev"
   166.6  
   166.7 +current_version()
   166.8 +{
   166.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  166.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  166.11 +}
  166.12 +
  166.13  # Rules to configure and make the package.ls sr	
  166.14  compile_rules()
  166.15  {
   167.1 --- a/xorg-xhost/receipt	Wed Jul 07 10:35:01 2021 +0000
   167.2 +++ b/xorg-xhost/receipt	Wed Jul 07 17:56:16 2021 +0000
   167.3 @@ -15,6 +15,12 @@
   167.4  DEPENDS="xorg"
   167.5  BUILD_DEPENDS="xorg-dev"
   167.6  
   167.7 +current_version()
   167.8 +{
   167.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  167.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  167.11 +}
  167.12 +
  167.13  # Rules to configure and make the package.
  167.14  compile_rules()
  167.15  {
   168.1 --- a/xorg-xineramaproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   168.2 +++ b/xorg-xineramaproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   168.3 @@ -15,6 +15,12 @@
   168.4  DEPENDS="xorg-util-macros"
   168.5  BUILD_DEPENDS="xorg-util-macros"
   168.6  
   168.7 +current_version()
   168.8 +{
   168.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  168.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  168.11 +}
  168.12 +
  168.13  # Rules to configure and make the package.
  168.14  compile_rules()
  168.15  {
   169.1 --- a/xorg-xinit/receipt	Wed Jul 07 10:35:01 2021 +0000
   169.2 +++ b/xorg-xinit/receipt	Wed Jul 07 17:56:16 2021 +0000
   169.3 @@ -16,6 +16,12 @@
   169.4  DEPENDS="xorg-xauth"
   169.5  BUILD_DEPENDS="xorg-libXmu-dev"
   169.6  
   169.7 +current_version()
   169.8 +{
   169.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  169.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  169.11 +}
  169.12 +
  169.13  # Rules to configure and make the package.ls sr	
  169.14  compile_rules()
  169.15  {
   170.1 --- a/xorg-xinput/receipt	Wed Jul 07 10:35:01 2021 +0000
   170.2 +++ b/xorg-xinput/receipt	Wed Jul 07 17:56:16 2021 +0000
   170.3 @@ -17,6 +17,12 @@
   170.4  
   170.5  HOST_ARCH="i486 arm"
   170.6  
   170.7 +current_version()
   170.8 +{
   170.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  170.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  170.11 +}
  170.12 +
  170.13  # Rules to configure and make the package.
  170.14  compile_rules()
  170.15  {
   171.1 --- a/xorg-xkbcomp/receipt	Wed Jul 07 10:35:01 2021 +0000
   171.2 +++ b/xorg-xkbcomp/receipt	Wed Jul 07 17:56:16 2021 +0000
   171.3 @@ -17,6 +17,12 @@
   171.4  
   171.5  HOST_ARCH="i486 arm"
   171.6  
   171.7 +current_version()
   171.8 +{
   171.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  171.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  171.11 +}
  171.12 +
  171.13  # Rules to configure and make the package.
  171.14  compile_rules()
  171.15  {
   172.1 --- a/xorg-xkbutils/receipt	Wed Jul 07 10:35:01 2021 +0000
   172.2 +++ b/xorg-xkbutils/receipt	Wed Jul 07 17:56:16 2021 +0000
   172.3 @@ -15,6 +15,12 @@
   172.4  DEPENDS="xorg-libXaw xorg-xkeyboard-config"
   172.5  BUILD_DEPENDS="xorg-libXaw-dev xorg-libxkbfile-dev"
   172.6  
   172.7 +current_version()
   172.8 +{
   172.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  172.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  172.11 +}
  172.12 +
  172.13  # Rules to configure and make the package.
  172.14  compile_rules()
  172.15  {
   173.1 --- a/xorg-xkeyboard-config/receipt	Wed Jul 07 10:35:01 2021 +0000
   173.2 +++ b/xorg-xkeyboard-config/receipt	Wed Jul 07 17:56:16 2021 +0000
   173.3 @@ -17,6 +17,12 @@
   173.4  
   173.5  HOST_ARCH="i486 arm"
   173.6  
   173.7 +current_version()
   173.8 +{
   173.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  173.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  173.11 +}
  173.12 +
  173.13  # Handle cross compilation. Use build host: xorg-xkbcomp perl-xml-parser
  173.14  case "$ARCH" in
  173.15  	arm) BUILD_DEPENDS="xorg-xproto xorg-libX11-dev" ;;
   174.1 --- a/xorg-xkill/receipt	Wed Jul 07 10:35:01 2021 +0000
   174.2 +++ b/xorg-xkill/receipt	Wed Jul 07 17:56:16 2021 +0000
   174.3 @@ -17,6 +17,12 @@
   174.4  
   174.5  HOST_ARCH="i486 arm"
   174.6  
   174.7 +current_version()
   174.8 +{
   174.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  174.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  174.11 +}
  174.12 +
  174.13  # Rules to configure and make the package.
  174.14  compile_rules()
  174.15  {
   175.1 --- a/xorg-xload/receipt	Wed Jul 07 10:35:01 2021 +0000
   175.2 +++ b/xorg-xload/receipt	Wed Jul 07 17:56:16 2021 +0000
   175.3 @@ -17,6 +17,12 @@
   175.4  
   175.5  HOST_ARCH="i486 arm"
   175.6  
   175.7 +current_version()
   175.8 +{
   175.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  175.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  175.11 +}
  175.12 +
  175.13  # Rules to configure and make the package.
  175.14  compile_rules()
  175.15  {
   176.1 --- a/xorg-xmessage/receipt	Wed Jul 07 10:35:01 2021 +0000
   176.2 +++ b/xorg-xmessage/receipt	Wed Jul 07 17:56:16 2021 +0000
   176.3 @@ -17,6 +17,12 @@
   176.4  
   176.5  HOST_ARCH="i486 arm"
   176.6  
   176.7 +current_version()
   176.8 +{
   176.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  176.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  176.11 +}
  176.12 +
  176.13  # Rules to configure and make the package.
  176.14  compile_rules()
  176.15  {
   177.1 --- a/xorg-xmodmap/receipt	Wed Jul 07 10:35:01 2021 +0000
   177.2 +++ b/xorg-xmodmap/receipt	Wed Jul 07 17:56:16 2021 +0000
   177.3 @@ -15,6 +15,12 @@
   177.4  DEPENDS="xorg-libX11"
   177.5  BUILD_DEPENDS="xorg-libX11-dev"
   177.6  
   177.7 +current_version()
   177.8 +{
   177.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  177.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  177.11 +}
  177.12 +
  177.13  # Rules to configure and make the package.
  177.14  compile_rules()
  177.15  {
   178.1 --- a/xorg-xprop/receipt	Wed Jul 07 10:35:01 2021 +0000
   178.2 +++ b/xorg-xprop/receipt	Wed Jul 07 17:56:16 2021 +0000
   178.3 @@ -17,6 +17,12 @@
   178.4  
   178.5  HOST_ARCH="i486 arm"
   178.6  
   178.7 +current_version()
   178.8 +{
   178.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  178.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  178.11 +}
  178.12 +
  178.13  # Rules to configure and make the package.
  178.14  compile_rules()
  178.15  {
   179.1 --- a/xorg-xproto/receipt	Wed Jul 07 10:35:01 2021 +0000
   179.2 +++ b/xorg-xproto/receipt	Wed Jul 07 17:56:16 2021 +0000
   179.3 @@ -17,6 +17,12 @@
   179.4  
   179.5  HOST_ARCH="i486 arm"
   179.6  
   179.7 +current_version()
   179.8 +{
   179.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  179.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  179.11 +}
  179.12 +
  179.13  # Rules to configure and make the package.
  179.14  compile_rules()
  179.15  {
   180.1 --- a/xorg-xrandr/receipt	Wed Jul 07 10:35:01 2021 +0000
   180.2 +++ b/xorg-xrandr/receipt	Wed Jul 07 17:56:16 2021 +0000
   180.3 @@ -17,6 +17,12 @@
   180.4  
   180.5  HOST_ARCH="i486 arm"
   180.6  
   180.7 +current_version()
   180.8 +{
   180.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  180.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  180.11 +}
  180.12 +
  180.13  # Rules to configure and make the package.
  180.14  compile_rules()
  180.15  {
   181.1 --- a/xorg-xrdb/receipt	Wed Jul 07 10:35:01 2021 +0000
   181.2 +++ b/xorg-xrdb/receipt	Wed Jul 07 17:56:16 2021 +0000
   181.3 @@ -15,6 +15,12 @@
   181.4  DEPENDS="xorg-libXmu"
   181.5  BUILD_DEPENDS="pkg-config"
   181.6  
   181.7 +current_version()
   181.8 +{
   181.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  181.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  181.11 +}
  181.12 +
  181.13  # Rules to configure and make the package.
  181.14  compile_rules()
  181.15  {
   182.1 --- a/xorg-xset/receipt	Wed Jul 07 10:35:01 2021 +0000
   182.2 +++ b/xorg-xset/receipt	Wed Jul 07 17:56:16 2021 +0000
   182.3 @@ -16,6 +16,12 @@
   182.4  DEPENDS="xorg-libXmu"
   182.5  BUILD_DEPENDS="xorg-libXmu-dev"
   182.6  
   182.7 +current_version()
   182.8 +{
   182.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  182.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  182.11 +}
  182.12 +
  182.13  # Rules to configure and make the package.
  182.14  compile_rules()
  182.15  {
   183.1 --- a/xorg-xsetroot/receipt	Wed Jul 07 10:35:01 2021 +0000
   183.2 +++ b/xorg-xsetroot/receipt	Wed Jul 07 17:56:16 2021 +0000
   183.3 @@ -17,6 +17,12 @@
   183.4  
   183.5  HOST_ARCH="i486 arm"
   183.6  
   183.7 +current_version()
   183.8 +{
   183.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  183.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  183.11 +}
  183.12 +
  183.13  # Rules to configure and make the package.
  183.14  compile_rules()
  183.15  {
   184.1 --- a/xorg-xtrans/receipt	Wed Jul 07 10:35:01 2021 +0000
   184.2 +++ b/xorg-xtrans/receipt	Wed Jul 07 17:56:16 2021 +0000
   184.3 @@ -17,6 +17,12 @@
   184.4  
   184.5  HOST_ARCH="i486 arm"
   184.6  
   184.7 +current_version()
   184.8 +{
   184.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  184.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  184.11 +}
  184.12 +
  184.13  # Rules to configure and make the package.
  184.14  compile_rules()
  184.15  {
   185.1 --- a/xorg-xwininfo/receipt	Wed Jul 07 10:35:01 2021 +0000
   185.2 +++ b/xorg-xwininfo/receipt	Wed Jul 07 17:56:16 2021 +0000
   185.3 @@ -18,6 +18,12 @@
   185.4  
   185.5  HOST_ARCH="i486 arm"
   185.6  
   185.7 +current_version()
   185.8 +{
   185.9 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
  185.10 +	sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
  185.11 +}
  185.12 +
  185.13  # Rules to configure and make the package.ls sr	
  185.14  compile_rules()
  185.15  {