66: update to 0.5.1.0.

This commit is contained in:
mobinmob 2020-09-25 10:39:49 +03:00 committed by Andrew J. Hesford
parent 0eb972bdc4
commit a5e841c3c4
2 changed files with 5 additions and 13 deletions

View file

@ -1,3 +1,3 @@
CAUTION: upgrading 66 to a new major version requires MANUAL INTERVENTION! CAUTION: upgrading 66 to a new major version may require manual intervention!
You may need to run the `66-update` utility or otherwise udpate your trees. You may need to run the `66-update` utility or otherwise update your trees.
For details, refer to https://framagit.org/Obarun/66/raw/master/NEWS.md For details, refer to https://framagit.org/Obarun/66/raw/master/NEWS.md

View file

@ -1,6 +1,6 @@
# Template file for '66' # Template file for '66'
pkgname=66 pkgname=66
version=0.5.0.1 version=0.5.1.0
revision=1 revision=1
wrksrc="66-v${version}" wrksrc="66-v${version}"
build_style=configure build_style=configure
@ -17,26 +17,18 @@ license="ISC"
homepage="http://web.obarun.org/software/" homepage="http://web.obarun.org/software/"
changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md" changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2" distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
checksum=d4fc4bf08c41db2c3513ea3b806dcc41f11b2ff85064a5e801fa6054c05d2e69 checksum=16a720f493d40a6d43e78b66ddd218335926ed988b7ea2aed82d17c6f7b5a8a6
conf_files="/etc/66/init /etc/66/init.conf" conf_files="/etc/66/init /etc/66/init.conf"
system_accounts="_s6log" system_accounts="_s6log"
post_install() { post_install() {
local i
vlicense COPYING
for i in doc/html/*.html ; do
vdoc $i
done
vdoc README.md vdoc README.md
for i in doc/man/man{1,5,8}/* ; do vlicense COPYING
vman $i
done
} }
66-doc_package() { 66-doc_package() {
archs=noarch
short_desc+=" - documentation" short_desc+=" - documentation"
depends="${sourcepkg}-${version}_${revision}" depends="${sourcepkg}-${version}_${revision}"
pkg_install() { pkg_install() {