# HG changeset patch # User Hans-G?nter Theisgen # Date 1649499054 -3600 # Node ID 5d4991abf806492c5628fa3f6f4c056969ae71ea # Parent 336e9ab0d78c42d8dbe556e16f9f824c13bdbf2a updated mercurial (5.3.1 -> 6.1.1) diff -r 336e9ab0d78c -r 5d4991abf806 mercurial/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mercurial/description.txt Sat Apr 09 11:10:54 2022 +0100 @@ -0,0 +1,5 @@ +Mercurial is a free, distributed source control management tool. +It offers you the power to efficiently handle projects of any size +while using an intuitive interface. +It is easy to use and hard to break, making it ideal for anyone +working with versioned files. diff -r 336e9ab0d78c -r 5d4991abf806 mercurial/receipt --- a/mercurial/receipt Sat Apr 09 10:32:08 2022 +0100 +++ b/mercurial/receipt Sat Apr 09 11:10:54 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mercurial" -VERSION="5.3.1" +VERSION="6.1.1" CATEGORY="development" SHORT_DESC="Revision tools system." MAINTAINER="pankso@slitaz.org" @@ -12,9 +12,9 @@ WGET_URL="${WEB_SITE}release/$TARBALL" PROVIDE="hg" +SUGGESTED="cacerts" DEPENDS="libssl patch python" BUILD_DEPENDS="openssl-dev patch python-dev" -SUGGESTED="cacerts" CONFIG_FILES="/etc/mercurial/hgweb.config" @@ -57,18 +57,17 @@ { mkdir -p $fs/usr/share/examples/mercurial - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr # Examples - cp -a $stuff/hgwebdir.cgi \ - $fs/usr/share/examples/mercurial + cp -a $stuff/hgwebdir.cgi $fs/usr/share/examples/mercurial cp -a $stuff/lighttpd-hg-vhost.conf \ - $fs/usr/share/examples/mercurial + $fs/usr/share/examples/mercurial # Configuration file for hgweb mkdir -p $fs/etc/mercurial - cp -a $stuff/hgweb.config $fs/etc/mercurial + cp -a $stuff/hgweb.config $fs/etc/mercurial - chown -R root.root $fs + chown -R root.root $fs }