Skip to content

Commit b18d735

Browse files
committed
misc/iso-codes: Update to 4.20.1
- Update LICENSE_FILE - Revert unnecessary changes in a23e72e Changes: https://salsa.debian.org/iso-codes-team/iso-codes/-/blob/main/CHANGELOG.md
1 parent bbc48cf commit b18d735

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

misc/iso-codes/Makefile

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
PORTNAME= iso-codes
2-
DISTVERSION= 4.19.0
2+
PORTVERSION= 4.20.1
33
CATEGORIES= misc
44
MASTER_SITES= DEBIAN_POOL
5-
DISTNAME= ${PORTNAME}_${DISTVERSION}.orig
5+
DISTNAME= iso-codes_${PORTVERSION}.orig
66

77
MAINTAINER= sunpoet@FreeBSD.org
88
COMMENT= Lists of ISO standards, e.g. country, language, language scripts and currency names
99
WWW= https://salsa.debian.org/iso-codes-team/iso-codes
1010

1111
LICENSE= LGPL21
12-
LICENSE_FILE= ${WRKSRC}/COPYING
12+
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
1313

14-
USES= gettext-tools gmake python:build shebangfix tar:xz
15-
SHEBANG_FILES= scripts/*.py
14+
USES= gettext-tools meson python:build tar:xz
1615

16+
BINARY_ALIAS= python3=${PYTHON_CMD}
1717
NO_ARCH= yes
18-
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
19-
20-
GNU_CONFIGURE= yes
21-
22-
post-patch:
23-
@${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g' \
24-
${PATCH_WRKSRC}/*/Makefile.in
25-
@${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g' \
26-
${PATCH_WRKSRC}/common.mk
18+
WRKSRC= ${WRKDIR}/iso-codes-${PORTVERSION}
2719

2820
.include <bsd.port.mk>

misc/iso-codes/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1765927180
2-
SHA256 (iso-codes_4.19.0.orig.tar.xz) = 3f74176b82f03294d9043ee24596d2b91e97e50c2c26124236aa7a6214ab7c06
3-
SIZE (iso-codes_4.19.0.orig.tar.xz) = 4576848
1+
TIMESTAMP = 1767702318
2+
SHA256 (iso-codes_4.20.1.orig.tar.xz) = 5d551f3ddb32548c4321e9011720fd97751af0107592f79ebffc939bd32f2268
3+
SIZE (iso-codes_4.20.1.orig.tar.xz) = 4702640

0 commit comments

Comments
 (0)