wok-current rev 24903
updated mercurial (5.3.1 -> 6.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 11:10:54 2022 +0100 (2022-04-09) |
parents | 336e9ab0d78c |
children | fc2903dd32f5 |
files | mercurial/description.txt mercurial/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mercurial/description.txt Sat Apr 09 11:10:54 2022 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +Mercurial is a free, distributed source control management tool. 1.5 +It offers you the power to efficiently handle projects of any size 1.6 +while using an intuitive interface. 1.7 +It is easy to use and hard to break, making it ideal for anyone 1.8 +working with versioned files.
2.1 --- a/mercurial/receipt Sat Apr 09 10:32:08 2022 +0100 2.2 +++ b/mercurial/receipt Sat Apr 09 11:10:54 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="mercurial" 2.7 -VERSION="5.3.1" 2.8 +VERSION="6.1.1" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Revision tools system." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -12,9 +12,9 @@ 2.13 WGET_URL="${WEB_SITE}release/$TARBALL" 2.14 2.15 PROVIDE="hg" 2.16 +SUGGESTED="cacerts" 2.17 DEPENDS="libssl patch python" 2.18 BUILD_DEPENDS="openssl-dev patch python-dev" 2.19 -SUGGESTED="cacerts" 2.20 2.21 CONFIG_FILES="/etc/mercurial/hgweb.config" 2.22 2.23 @@ -57,18 +57,17 @@ 2.24 { 2.25 mkdir -p $fs/usr/share/examples/mercurial 2.26 2.27 - cp -a $install/usr/bin $fs/usr 2.28 - cp -a $install/usr/lib $fs/usr 2.29 + cp -a $install/usr/bin $fs/usr 2.30 + cp -a $install/usr/lib $fs/usr 2.31 2.32 # Examples 2.33 - cp -a $stuff/hgwebdir.cgi \ 2.34 - $fs/usr/share/examples/mercurial 2.35 + cp -a $stuff/hgwebdir.cgi $fs/usr/share/examples/mercurial 2.36 cp -a $stuff/lighttpd-hg-vhost.conf \ 2.37 - $fs/usr/share/examples/mercurial 2.38 + $fs/usr/share/examples/mercurial 2.39 2.40 # Configuration file for hgweb 2.41 mkdir -p $fs/etc/mercurial 2.42 - cp -a $stuff/hgweb.config $fs/etc/mercurial 2.43 + cp -a $stuff/hgweb.config $fs/etc/mercurial 2.44 2.45 - chown -R root.root $fs 2.46 + chown -R root.root $fs 2.47 }