git: 8495c5c512b8 - main - misc/zoneinfo: Enable BACKWARDS by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 14:46:29 UTC
The branch main has been updated by skreuzer: URL: https://cgit.FreeBSD.org/ports/commit/?id=8495c5c512b89d722683010af1e1b706f23938bb commit 8495c5c512b89d722683010af1e1b706f23938bb Author: Steven Kreuzer <skreuzer@FreeBSD.org> AuthorDate: 2022-04-08 14:16:49 +0000 Commit: Steven Kreuzer <skreuzer@FreeBSD.org> CommitDate: 2022-04-08 14:45:43 +0000 misc/zoneinfo: Enable BACKWARDS by default * Install the backwards-compatibility links by default * Bump PORTREVISION --- misc/zoneinfo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile index 5cf4907e4e6d..f51ace2a639f 100644 --- a/misc/zoneinfo/Makefile +++ b/misc/zoneinfo/Makefile @@ -2,6 +2,7 @@ PORTNAME= zoneinfo DISTVERSION= 2022a +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= https://data.iana.org/time-zones/releases/ \ ftp://ftp.iana.org/tz/releases/ @@ -17,7 +18,7 @@ PREFIX= /usr NO_ARCH= yes OPTIONS_DEFINE= BACKWARD -OPTIONS_DEFAULT= +OPTIONS_DEFAULT= BACKWARD OPTIONS_SUB= yes BACKWARD_DESC= Include backwards compatible zones