# HG changeset patch # User Christophe Lincoln # Date 1257719382 -3600 # Node ID f25ac63109275ed34cf15cb2ef0d64d6ae7fc484 # Parent 622ce962ae18d64fbc17737abfab0ecb0daed621 Up: mercurial (1.3.1) diff -r 622ce962ae18 -r f25ac6310927 mercurial/receipt --- a/mercurial/receipt Sun Nov 08 21:03:43 2009 +0100 +++ b/mercurial/receipt Sun Nov 08 23:29:42 2009 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="mercurial" -VERSION="1.0" +VERSION="1.3.1" CATEGORY="development" SHORT_DESC="Revision tools system." MAINTAINER="pankso@slitaz.org" DEPENDS="python patch openssl" BUILD_DEPENDS="python-dev patch openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.selenic.com/mercurial/wiki/" +WEB_SITE="http://mercurial.selenic.com/" WGET_URL="http://www.selenic.com/mercurial/release/$TARBALL" # Rules to configure and make the package. @@ -24,15 +24,15 @@ mkdir -p $fs/usr/share/examples/mercurial cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib $fs/usr - + # Examples cp -a $src/hgweb.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 - + # Config file for hgweb mkdir -p $fs/etc/mercurial cp -a stuff/hgweb.config $fs/etc/mercurial - + chown -R root.root $fs } diff -r 622ce962ae18 -r f25ac6310927 mercurial/stuff/hgweb.config --- a/mercurial/stuff/hgweb.config Sun Nov 08 21:03:43 2009 +0100 +++ b/mercurial/stuff/hgweb.config Sun Nov 08 23:29:42 2009 +0100 @@ -10,3 +10,4 @@ #[web] #style = gitweb #allow_archive = gz bz2 +#baseurl = /