mercurial: 5.2 -> 5.2.2

This commit is contained in:
Danny Rawlins 2020-01-20 19:15:00 +11:00
parent 0b67d918a7
commit a47bc23344
3 changed files with 995 additions and 980 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yuoz5pdtHUSQQd5zrxXi/qkBIF++wNEx6sS7VNA8fF876raczzjURrcJ+eLFkpfzY0bq14hiJ19UPd1VZdT9QM=
SHA256 (Pkgfile) = 8e5f303e470e847b817d230bea6abd90c8c3207e3aaa355da0d55119c86ac387
SHA256 (.footprint) = 97edd8aa98dd4818a80725b26e3dfbf3cb5131770d4d42f194d8b68904940103
SHA256 (mercurial-5.2.tar.gz) = ff030e923f03ee15c91191996fcb099bfcfa60c7df263be227f67b6a65d36194
RWSagIOpLGJF3zHaH8ZVwKisMXrkZUqe7FjSxttSbcMGKVwjTl8EMPV1tN71u8G5KRQDGTNvHRqRkQ1FnVWvhLN10uFmT84HRwo=
SHA256 (Pkgfile) = 6a616ce012632d633a72565d789d720e9d688ae2b3a24ef44971a221b7ffa944
SHA256 (.footprint) = ac76b4e53ac993ef35f09572d8102ece9541a526a2cc1559b64f277daa7be38b
SHA256 (mercurial-5.2.2.tar.gz) = ffc5ff47488c7b5dae6ead3d99f08ef469500d6567592a25311838320106c03b

View File

@ -1,10 +1,10 @@
# Description: Mercurial the distributed VCS.
# URL: https://www.mercurial-scm.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python
# Depends on: python3
name=mercurial
version=5.2
version=5.2.2
release=1
source=(https://www.mercurial-scm.org/release/mercurial-$version.tar.gz)
@ -12,7 +12,7 @@ build() {
cd $name-$version
rm -r i18n
/usr/bin/python setup.py install --root=$PKG
/usr/bin/python3 setup.py install --root=$PKG
install -d $PKG/usr/share/man/man{1,5}
install -m 0644 doc/*.1 $PKG/usr/share/man/man1