# HG changeset patch # User Pascal Bellard # Date 1625680576 0 # Node ID 5d79829fa87608f05492f85bacac275ea6327061 # Parent ee53899c61892536649de0066db6942ef5069914 Add some current_version diff -r ee53899c6189 -r 5d79829fa876 gdk-pixbuf/receipt --- a/gdk-pixbuf/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/gdk-pixbuf/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -23,6 +23,13 @@ arm) ARCH_ARGS="--enable-introspection=no --cache-file=arm.cache" ;; esac +current_version() +{ + wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \ + sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 gvfs/receipt --- a/gvfs/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/gvfs/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -19,6 +19,13 @@ libgphoto2-dev libmtp-dev gtk+3-dev glibc-dev sqlite-dev \ libcdio-paranoia-dev libtool" +current_version() +{ + wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \ + sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libcap/receipt --- a/libcap/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libcap/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Handle cross compilation. case "$ARCH" in i?86) BUILD_DEPENDS="$BUILD_DEPENDS perl" ;; diff -r ee53899c6189 -r 5d79829fa876 libdrm/receipt --- a/libdrm/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libdrm/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libevdev/receipt --- a/libevdev/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libevdev/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ BUILD_DEPENDS="check-dev python" # doxygen +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libgcrypt/receipt --- a/libgcrypt/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libgcrypt/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libglade/receipt --- a/libglade/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libglade/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="gtk+ xorg-libXdamage" BUILD_DEPENDS="gtk+ gtk+-dev pkg-config libxml2-dev expat-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libgpg-error/receipt --- a/libgpg-error/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libgpg-error/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="" HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libidn/receipt --- a/libidn/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libidn/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -13,6 +13,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libnotify/receipt --- a/libnotify/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libnotify/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -19,6 +19,12 @@ i?86) BUILD_DEPENDS="$BUILD_DEPENDS perl" esac +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libogg/receipt --- a/libogg/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libogg/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libsigc++/receipt --- a/libsigc++/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libsigc++/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -13,6 +13,13 @@ BUILD_DEPENDS="m4" +current_version() +{ + wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \ + sed "/=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libsoup/receipt --- a/libsoup/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libsoup/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -21,6 +21,13 @@ i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev" ;; esac +current_version() +{ + wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \ + sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libtasn1/receipt --- a/libtasn1/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libtasn1/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libunique/receipt --- a/libunique/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libunique/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -20,6 +20,12 @@ export CFLAGS="$CFLAGS -Wno-error=unused-but-set-variable" esac +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libunistring/receipt --- a/libunistring/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libunistring/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -13,6 +13,12 @@ DEPENDS="glibc-base" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libvorbis/receipt --- a/libvorbis/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libvorbis/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libwebkit-video/receipt --- a/libwebkit-video/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libwebkit-video/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -25,6 +25,12 @@ gstreamer-dev gst-plugins-base-dev" SUGGESTED="gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-ffmpeg" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libwebkit/receipt --- a/libwebkit/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libwebkit/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -22,6 +22,12 @@ libxml2-dev libxcb-dev xcb-util-dev util-linux-uuid-dev zlib-dev \ libtasn1-dev glib-networking-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Handle cross compilation. case "$ARCH" in i?86) diff -r ee53899c6189 -r 5d79829fa876 libwnck/receipt --- a/libwnck/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libwnck/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,13 @@ BUILD_DEPENDS="gettext gobject-introspection-dev gtk+-dev intltool \ perl-xml-parser pkg-config xorg-dev" +current_version() +{ + wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \ + sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 libxcb/receipt --- a/libxcb/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/libxcb/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Handle SliTaz arch case "$SLITAZ_ARCH" in arm*) VERSION="$ARM_VERSION" ;; diff -r ee53899c6189 -r 5d79829fa876 orc/receipt --- a/orc/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/orc/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -13,6 +13,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 pango/receipt --- a/pango/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/pango/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -24,6 +24,13 @@ ARCH_ARGS="--enable-introspection=no" ;; esac +current_version() +{ + wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \ + sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 pangomm/receipt --- a/pangomm/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/pangomm/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -13,6 +13,13 @@ DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base" BUILD_DEPENDS="cairo-dev cairomm-dev glibmm-dev pango-dev libxml2-dev" +current_version() +{ + wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \ + sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 pcmciautils/receipt --- a/pcmciautils/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/pcmciautils/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="linux sysfsutils udev" BUILD_DEPENDS="sysfsutils-dev bison flex" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 pcsc-lite/receipt --- a/pcsc-lite/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/pcsc-lite/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="udev" BUILD_DEPENDS="libtool perl udev-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 pixman/receipt --- a/pixman/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/pixman/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 polkit/receipt --- a/polkit/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/polkit/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ BUILD_DEPENDS="glib-dev libgio-dev gobject-introspection-dev dbus-dev \ dbus-glib-dev expat-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 poppler/receipt --- a/poppler/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/poppler/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ freetype-dev fontconfig-dev glib-dev lcms-dev zlib-dev cairo-dev \ automake bzip2-dev libpng-dev libtool Qt4-dev libxml2-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 popt/receipt --- a/popt/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/popt/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -11,6 +11,12 @@ WGET_URL="http://rpm5.org/files/popt/$TARBALL" HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 speex/receipt --- a/speex/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/speex/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/beta/d;/rc[0-9]/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 startup-notification/receipt --- a/startup-notification/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/startup-notification/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xcb-util xorg-libSM xorg-libX11" BUILD_DEPENDS="util-linux-uuid-dev libxcb-dev xcb-util-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 tiff/receipt --- a/tiff/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/tiff/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/rc[0-9]/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 transset-df/receipt --- a/transset-df/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/transset-df/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ xorg-libXext" BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/rc[0-9]/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 udev/receipt --- a/udev/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/udev/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -22,6 +22,12 @@ arm*) BUILD_DEPENDS="util-linux-blkid-dev kmod-dev acl-dev glib-dev" esac +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/rc[0-9]/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 udisks2/receipt --- a/udisks2/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/udisks2/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ BUILD_DEPENDS="docbook-xsl gtk-doc libgudev-dev polkit-dev libatasmart-dev \ gobject-introspection-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/udisks-2/!d;/tar/!d;s|.*udisks-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 vorbis-tools/receipt --- a/vorbis-tools/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/vorbis-tools/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ BUILD_DEPENDS="libogg-dev libvorbis-dev flac-dev libao-dev curl-dev speex-dev \ libcrypto-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 vte/receipt --- a/vte/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/vte/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -24,6 +24,13 @@ ARCH_ARGS="--enable-introspection=no" ;; esac +current_version() +{ + wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \ + sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \ + sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xcb-util/receipt --- a/xcb-util/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xcb-util/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -21,6 +21,12 @@ arm*) BUILD_DEPENDS="libxcb-dev xorg-libXdmcp-dev" ;; esac +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-base-fonts/receipt --- a/xorg-base-fonts/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-base-fonts/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -13,6 +13,12 @@ BUILD_DEPENDS="advancecomp" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-bdftopcf/receipt --- a/xorg-bdftopcf/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-bdftopcf/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -13,6 +13,12 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package.ls sr compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-bigreqsproto/receipt --- a/xorg-bigreqsproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-bigreqsproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-compositeproto/receipt --- a/xorg-compositeproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-compositeproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-fixesproto pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-damageproto/receipt --- a/xorg-damageproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-damageproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-fixesproto pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-dmxproto/receipt --- a/xorg-dmxproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-dmxproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-dri2proto/receipt --- a/xorg-dri2proto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-dri2proto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-dri3proto/receipt --- a/xorg-dri3proto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-dri3proto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-evieext/receipt --- a/xorg-evieext/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-evieext/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-fixesproto/receipt --- a/xorg-fixesproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-fixesproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-xextproto xorg-xproto pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-fontcacheproto/receipt --- a/xorg-fontcacheproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-fontcacheproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-util-macros xorg-libX11-dev pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-fontsproto/receipt --- a/xorg-fontsproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-fontsproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-fonttosfnt/receipt --- a/xorg-fonttosfnt/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-fonttosfnt/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="freetype xorg-libfontenc xorg-libX11" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package.ls sr compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-gccmakedep/receipt --- a/xorg-gccmakedep/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-gccmakedep/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ BUILD_DEPENDS="xorg-dev-proto" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-glproto/receipt --- a/xorg-glproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-glproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-xproto mesa-dev pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-iceauth/receipt --- a/xorg-iceauth/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-iceauth/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-libICE" BUILD_DEPENDS="pkg-config xorg-libICE-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-imake/receipt --- a/xorg-imake/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-imake/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-cf-files" BUILD_DEPENDS="perl pkg-config xorg-gccmakedep xorg-makedepend xorg-xproto" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-inputproto/receipt --- a/xorg-inputproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-inputproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-kbproto/receipt --- a/xorg-kbproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-kbproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libFS/receipt --- a/xorg-libFS/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libFS/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="glibc-base" BUILD_DEPENDS="xorg-fontsproto xorg-util-macros xorg-xproto xorg-xtrans" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libICE/receipt --- a/xorg-libICE/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libICE/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libSM/receipt --- a/xorg-libSM/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libSM/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libX11/receipt --- a/xorg-libX11/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libX11/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXScrnSaver/receipt --- a/xorg-libXScrnSaver/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXScrnSaver/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-libXext" BUILD_DEPENDS="xorg-libXext-dev xorg-scrnsaverproto" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXau/receipt --- a/xorg-libXau/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXau/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXaw/receipt --- a/xorg-libXaw/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXaw/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXaw3d/receipt --- a/xorg-libXaw3d/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXaw3d/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXcomposite/receipt --- a/xorg-libXcomposite/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXcomposite/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXcursor/receipt --- a/xorg-libXcursor/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXcursor/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXdamage/receipt --- a/xorg-libXdamage/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXdamage/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXdmcp/receipt --- a/xorg-libXdmcp/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXdmcp/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXext/receipt --- a/xorg-libXext/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXext/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXfixes/receipt --- a/xorg-libXfixes/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXfixes/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXfont/receipt --- a/xorg-libXfont/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXfont/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXfont2/receipt --- a/xorg-libXfont2/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXfont2/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXft/receipt --- a/xorg-libXft/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXft/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXi/receipt --- a/xorg-libXi/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXi/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXinerama/receipt --- a/xorg-libXinerama/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXinerama/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXmu/receipt --- a/xorg-libXmu/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXmu/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXp/receipt --- a/xorg-libXp/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXp/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXpm/receipt --- a/xorg-libXpm/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXpm/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXrandr/receipt --- a/xorg-libXrandr/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXrandr/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXrender/receipt --- a/xorg-libXrender/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXrender/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXres/receipt --- a/xorg-libXres/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXres/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev \ xorg-resourceproto xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXss/receipt --- a/xorg-libXss/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXss/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXt/receipt --- a/xorg-libXt/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXt/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Handle cross compilation. case "$ARCH" in arm) unset CFLAGS ;; diff -r ee53899c6189 -r 5d79829fa876 xorg-libXtst/receipt --- a/xorg-libXtst/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXtst/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXv/receipt --- a/xorg-libXv/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXv/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXvMC/receipt --- a/xorg-libXvMC/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXvMC/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXxf86dga/receipt --- a/xorg-libXxf86dga/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXxf86dga/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ BUILD_DEPENDS="pkg-config xorg-libX11-dev xorg-libXext-dev xorg-util-macros xorg-xf86dgaproto xorg-xproto" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libXxf86vm/receipt --- a/xorg-libXxf86vm/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libXxf86vm/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libdmx/receipt --- a/xorg-libdmx/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libdmx/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="" BUILD_DEPENDS="xorg-dmxproto" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libfontenc/receipt --- a/xorg-libfontenc/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libfontenc/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libpciaccess/receipt --- a/xorg-libpciaccess/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libpciaccess/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libxkbfile/receipt --- a/xorg-libxkbfile/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libxkbfile/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-libxshmfence/receipt --- a/xorg-libxshmfence/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-libxshmfence/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -12,6 +12,12 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="https://www.x.org/releases/individual/lib/$TARBALL" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + compile_rules() { ./configure \ diff -r ee53899c6189 -r 5d79829fa876 xorg-makedepend/receipt --- a/xorg-makedepend/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-makedepend/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="glibc-base xorg-xproto" BUILD_DEPENDS="xorg-xproto" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-mkfontdir/receipt --- a/xorg-mkfontdir/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-mkfontdir/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-mkfontscale" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package.ls sr compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-mkfontscale/receipt --- a/xorg-mkfontscale/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-mkfontscale/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -13,6 +13,12 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package.ls sr compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-presentproto/receipt --- a/xorg-presentproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-presentproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="pkg-config xorg-util-macros" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-printproto/receipt --- a/xorg-printproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-printproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-fontsproto xorg-libX11-dev xorg-libXau-dev pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-randrproto/receipt --- a/xorg-randrproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-randrproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-recordproto/receipt --- a/xorg-recordproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-recordproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-renderproto/receipt --- a/xorg-renderproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-renderproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-xproto pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-resourceproto/receipt --- a/xorg-resourceproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-resourceproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-rgb/receipt --- a/xorg-rgb/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-rgb/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ BUILD_DEPENDS="pkg-config xorg-xproto" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-scrnsaverproto/receipt --- a/xorg-scrnsaverproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-scrnsaverproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-server-light/receipt --- a/xorg-server-light/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-server-light/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -27,6 +27,12 @@ bzip2-dev udev-dev xorg-resourceproto xorg-xf86dgaproto xorg-bigreqsproto \ xorg-bigreqsproto xorg-xcmiscproto xorg-bigreqsproto xorg-resourceproto" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Handle cross compilation. ARM use build host: perl flex case "$ARCH" in arm) diff -r ee53899c6189 -r 5d79829fa876 xorg-server/receipt --- a/xorg-server/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-server/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -21,6 +21,12 @@ xorg-dri2proto xorg-libXau-dev xorg-dev-proto libdrm-dev xorg-glproto \ xorg-libXv-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-setxkbmap/receipt --- a/xorg-setxkbmap/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-setxkbmap/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-trapproto/receipt --- a/xorg-trapproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-trapproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-server-dev xorg-libXt-dev pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-util-macros/receipt --- a/xorg-util-macros/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-util-macros/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ HOST_ARCH="i486 arm x86_64" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-videoproto/receipt --- a/xorg-videoproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-videoproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-x11perf/receipt --- a/xorg-x11perf/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-x11perf/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-libXft xorg-libXmu" BUILD_DEPENDS="xorg-libXft-dev xorg-libXmu-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xauth/receipt --- a/xorg-xauth/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xauth/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -21,6 +21,12 @@ arm) BUILD_DEPENDS="xorg-xproto xorg-libXau-dev" ;; esac +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xbacklight/receipt --- a/xorg-xbacklight/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xbacklight/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ DEPENDS="xorg-libXrandr" BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-libXrandr-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xbitmaps/receipt --- a/xorg-xbitmaps/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xbitmaps/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xclock/receipt --- a/xorg-xclock/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xclock/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xcmiscproto/receipt --- a/xorg-xcmiscproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xcmiscproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xcompmgr/receipt --- a/xorg-xcompmgr/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xcompmgr/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -21,6 +21,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xcursorgen/receipt --- a/xorg-xcursorgen/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xcursorgen/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xdpyinfo/receipt --- a/xorg-xdpyinfo/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xdpyinfo/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ BUILD_DEPENDS="xorg-libXinerama-dev xorg-libXp-dev xorg-libXrender-dev xorg-libXtst-dev xorg-libXxf86vm-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package.ls sr compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xdriinfo/receipt --- a/xorg-xdriinfo/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xdriinfo/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ DEPENDS="mesa xorg-libX11" BUILD_DEPENDS="mesa-dev xorg-libX11-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xedit/receipt --- a/xorg-xedit/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xedit/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-libX11 xorg-libXaw xorg-libXmu xorg-libXt" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xev/receipt --- a/xorg-xev/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xev/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ DEPENDS="xorg-libX11" BUILD_DEPENDS="xorg-libX11-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package.ls sr compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xextproto/receipt --- a/xorg-xextproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xextproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xeyes/receipt --- a/xorg-xeyes/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xeyes/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-libX11 xorg-libXext xorg-libXmu xorg-libXrender xorg-libXt" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-input-elographics/receipt --- a/xorg-xf86-input-elographics/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-input-elographics/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-input-evdev/receipt --- a/xorg-xf86-input-evdev/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-input-evdev/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -21,6 +21,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # ARM use build system xorg-server-dev or manually install it in sysroot case "$ARCH" in arm) BUILD_DEPENDS="udev-dev" ;; diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-input-keyboard/receipt --- a/xorg-xf86-input-keyboard/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-input-keyboard/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-input-mouse/receipt --- a/xorg-xf86-input-mouse/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-input-mouse/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-input-mutouch/receipt --- a/xorg-xf86-input-mutouch/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-input-mutouch/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-input-synaptics/receipt --- a/xorg-xf86-input-synaptics/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-input-synaptics/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-server xorg-libXtst mtdev" BUILD_DEPENDS="xorg-server-dev xorg-libXtst-dev mtdev-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-input-vmmouse/receipt --- a/xorg-xf86-input-vmmouse/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-input-vmmouse/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-input-void/receipt --- a/xorg-xf86-input-void/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-input-void/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-ast/receipt --- a/xorg-xf86-video-ast/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-ast/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-ati/receipt --- a/xorg-xf86-video-ati/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-ati/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-cirrus/receipt --- a/xorg-xf86-video-cirrus/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-cirrus/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-fbdev/receipt --- a/xorg-xf86-video-fbdev/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-fbdev/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -21,6 +21,12 @@ arm) BUILD_DEPENDS="" ;; esac +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-geode/receipt --- a/xorg-xf86-video-geode/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-geode/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-i740/receipt --- a/xorg-xf86-video-i740/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-i740/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-intel/receipt --- a/xorg-xf86-video-intel/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-intel/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -19,6 +19,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-mach64/receipt --- a/xorg-xf86-video-mach64/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-mach64/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-mga/receipt --- a/xorg-xf86-video-mga/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-mga/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-modesetting/receipt --- a/xorg-xf86-video-modesetting/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-modesetting/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -21,6 +21,12 @@ arm) BUILD_DEPENDS="" ;; esac +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-neomagic/receipt --- a/xorg-xf86-video-neomagic/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-neomagic/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-nouveau/receipt --- a/xorg-xf86-video-nouveau/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-nouveau/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-nv/receipt --- a/xorg-xf86-video-nv/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-nv/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-openchrome/receipt --- a/xorg-xf86-video-openchrome/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-openchrome/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-r128/receipt --- a/xorg-xf86-video-r128/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-r128/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-radeonhd/receipt --- a/xorg-xf86-video-radeonhd/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-radeonhd/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg xorg-server" BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-xproto xorg-fontsproto" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-s3/receipt --- a/xorg-xf86-video-s3/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-s3/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ DEPENDS="xorg-server" BUILD_DEPENDS="xorg-server-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-s3virge/receipt --- a/xorg-xf86-video-s3virge/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-s3virge/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-savage/receipt --- a/xorg-xf86-video-savage/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-savage/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-sis/receipt --- a/xorg-xf86-video-sis/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-sis/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-trident/receipt --- a/xorg-xf86-video-trident/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-trident/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-tseng/receipt --- a/xorg-xf86-video-tseng/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-tseng/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-v4l/receipt --- a/xorg-xf86-video-v4l/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-v4l/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-vesa/receipt --- a/xorg-xf86-video-vesa/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-vesa/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86-video-vmware/receipt --- a/xorg-xf86-video-vmware/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86-video-vmware/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ MODS='/usr/lib/X11/modules' +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86bigfontproto/receipt --- a/xorg-xf86bigfontproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86bigfontproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-util-macros pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86dgaproto/receipt --- a/xorg-xf86dgaproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86dgaproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ # /usr/include/X11/extensions/xf86dga.h: #include ? BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86driproto/receipt --- a/xorg-xf86driproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86driproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-util-macros libdrm-dev pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86miscproto/receipt --- a/xorg-xf86miscproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86miscproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-xproto pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86rushproto/receipt --- a/xorg-xf86rushproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86rushproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -14,6 +14,12 @@ DEPENDS="xorg-videoproto pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xf86vidmodeproto/receipt --- a/xorg-xf86vidmodeproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xf86vidmodeproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-xproto pkg-config" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xfontsel/receipt --- a/xorg-xfontsel/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xfontsel/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ DEPENDS="xorg-libXaw" BUILD_DEPENDS="xorg-libXaw-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package.ls sr compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xhost/receipt --- a/xorg-xhost/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xhost/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg" BUILD_DEPENDS="xorg-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xineramaproto/receipt --- a/xorg-xineramaproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xineramaproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-util-macros" BUILD_DEPENDS="xorg-util-macros" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xinit/receipt --- a/xorg-xinit/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xinit/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ DEPENDS="xorg-xauth" BUILD_DEPENDS="xorg-libXmu-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package.ls sr compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xinput/receipt --- a/xorg-xinput/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xinput/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xkbcomp/receipt --- a/xorg-xkbcomp/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xkbcomp/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xkbutils/receipt --- a/xorg-xkbutils/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xkbutils/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-libXaw xorg-xkeyboard-config" BUILD_DEPENDS="xorg-libXaw-dev xorg-libxkbfile-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xkeyboard-config/receipt --- a/xorg-xkeyboard-config/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xkeyboard-config/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Handle cross compilation. Use build host: xorg-xkbcomp perl-xml-parser case "$ARCH" in arm) BUILD_DEPENDS="xorg-xproto xorg-libX11-dev" ;; diff -r ee53899c6189 -r 5d79829fa876 xorg-xkill/receipt --- a/xorg-xkill/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xkill/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xload/receipt --- a/xorg-xload/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xload/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xmessage/receipt --- a/xorg-xmessage/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xmessage/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xmodmap/receipt --- a/xorg-xmodmap/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xmodmap/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-libX11" BUILD_DEPENDS="xorg-libX11-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xprop/receipt --- a/xorg-xprop/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xprop/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xproto/receipt --- a/xorg-xproto/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xproto/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xrandr/receipt --- a/xorg-xrandr/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xrandr/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xrdb/receipt --- a/xorg-xrdb/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xrdb/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -15,6 +15,12 @@ DEPENDS="xorg-libXmu" BUILD_DEPENDS="pkg-config" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xset/receipt --- a/xorg-xset/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xset/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -16,6 +16,12 @@ DEPENDS="xorg-libXmu" BUILD_DEPENDS="xorg-libXmu-dev" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xsetroot/receipt --- a/xorg-xsetroot/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xsetroot/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xtrans/receipt --- a/xorg-xtrans/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xtrans/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -17,6 +17,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package. compile_rules() { diff -r ee53899c6189 -r 5d79829fa876 xorg-xwininfo/receipt --- a/xorg-xwininfo/receipt Wed Jul 07 10:35:01 2021 +0000 +++ b/xorg-xwininfo/receipt Wed Jul 07 17:56:16 2021 +0000 @@ -18,6 +18,12 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - $(dirname $WGET_URL) 2>/dev/null | \ + sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q +} + # Rules to configure and make the package.ls sr compile_rules() {