mercurial: update to 1.8.1.
--HG-- branch : gnome3
This commit is contained in:
parent
f974b6f737
commit
ce909ff577
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'mercurial'
|
# Template file for 'mercurial'
|
||||||
pkgname=mercurial
|
pkgname=mercurial
|
||||||
version=1.8
|
version=1.8.1
|
||||||
distfiles="http://mercurial.selenic.com/release/$pkgname-$version.tar.gz"
|
distfiles="http://mercurial.selenic.com/release/$pkgname-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="Fast, lightweight source control management system"
|
short_desc="Fast, lightweight source control management system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=421d19151f754d8452b5cf0817e0bbac2f74d93a4f76f9de41fc7a7f33c5db93
|
checksum=fadea043641b003132249fd440329c42fa9f03534bdd51ac98404b5dbc88aa31
|
||||||
long_desc="
|
long_desc="
|
||||||
Mercurial is a fast, lightweight Source Control Management system
|
Mercurial is a fast, lightweight Source Control Management system
|
||||||
designed for efficient handling of very large distributed projects.
|
designed for efficient handling of very large distributed projects.
|
||||||
|
@ -52,7 +52,6 @@ Add_dependency build gettext
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
cd ${wrksrc}
|
|
||||||
install -d ${DESTDIR}/usr/share/man/man1
|
install -d ${DESTDIR}/usr/share/man/man1
|
||||||
install -d ${DESTDIR}/usr/share/man/man5
|
install -d ${DESTDIR}/usr/share/man/man5
|
||||||
install -m 644 doc/*.1 ${DESTDIR}/usr/share/man/man1
|
install -m 644 doc/*.1 ${DESTDIR}/usr/share/man/man1
|
||||||
|
|
Loading…
Reference in a new issue