mercurial: update to 1.7.5.

This commit is contained in:
Juan RP 2011-02-02 20:49:26 +01:00
parent 6d0a781c66
commit 8063d69f72

View file

@ -1,11 +1,11 @@
# Template file for 'mercurial'
pkgname=mercurial
version=1.7.3
version=1.7.5
distfiles="http://mercurial.selenic.com/release/$pkgname-$version.tar.gz"
build_style=python-module
short_desc="Fast, lightweight source control management system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=18a58082d8580c88c76453a4c9bec277ba097ba9d1331cab454bbf46fc1745ee
checksum=dfadcf883d30a923c7164ed0f3b8ee72e63030627668707f954dd12d8a4d0491
long_desc="
Mercurial is a fast, lightweight Source Control Management system
designed for efficient handling of very large distributed projects.
@ -52,7 +52,7 @@ Add_dependency build gettext
post_install()
{
cd ${wrksrc} || return 1
cd ${wrksrc}
install -d ${DESTDIR}/usr/share/man/man1
install -d ${DESTDIR}/usr/share/man/man5
install -m 644 doc/*.1 ${DESTDIR}/usr/share/man/man1