tzutils: update to 2022b.

This commit is contained in:
Đoàn Trần Công Danh 2022-08-11 08:09:20 +07:00
parent 3297f5e40d
commit 591c6bb809
2 changed files with 10 additions and 15 deletions

View file

@ -1,16 +1,11 @@
Index: tzutils-2021b/Makefile --- a/Makefile
=================================================================== +++ b/Makefile
--- tzutils-2021b.orig/Makefile @@ -768,7 +768,7 @@ tzselect: tzselect.ksh version
+++ tzutils-2021b/Makefile
@@ -751,9 +751,8 @@ tzselect: tzselect.ksh version
chmod +x $@.out
mv $@.out $@
-check: check_character_set check_white_space check_links \ check: check_character_set check_white_space check_links \
- check_name_lengths check_sorted \ check_name_lengths check_slashed_abbrs check_sorted \
- check_tables check_web check_zishrink check_tzs - check_tables check_web check_ziguard check_zishrink check_tzs
+check: check_links check_name_lengths check_sorted \ + check_tables check_ziguard check_zishrink check_tzs
+ check_tables check_zishrink check_tzs
check_character_set: $(ENCHILADA) check_character_set: $(ENCHILADA)
test ! '$(UTF8_LOCALE)' || \ test ! '$(UTF8_LOCALE)' || \

View file

@ -1,7 +1,7 @@
# Template file for 'tzutils' # Template file for 'tzutils'
pkgname=tzutils pkgname=tzutils
version=2022a version=2022b
revision=3 revision=1
bootstrap=yes bootstrap=yes
wrksrc="tzdb-${version}" wrksrc="tzdb-${version}"
short_desc="Time zone and daylight-saving time utilities" short_desc="Time zone and daylight-saving time utilities"
@ -9,7 +9,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="Public Domain" license="Public Domain"
homepage="https://www.iana.org/time-zones" homepage="https://www.iana.org/time-zones"
distfiles="https://www.iana.org/time-zones/repository/releases/tzdb-${version}.tar.lz" distfiles="https://www.iana.org/time-zones/repository/releases/tzdb-${version}.tar.lz"
checksum=46123b769c55190138cf64e80db605b86f710dc6ca2a15df431966e7fd6e8490 checksum=ac7e86da284b303244c457337ff5a4d17a4617a25777c87946668a1705f7b7ec
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends="tzutils" hostmakedepends="tzutils"