diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-05-20 11:01:15 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-05-20 11:01:15 +0000 |
commit | 4cf4c6dee1abe66d1f032a1be2c2d1ac28a049b1 (patch) | |
tree | 55ae7d7885d55a315bd09ab8176f32f02f54b730 /textproc/iso-codes | |
parent | c1d0fe73d166ed8aad34e392483fd2c9c95cd2fc (diff) | |
download | pkgsrc-4cf4c6dee1abe66d1f032a1be2c2d1ac28a049b1.tar.gz |
iso-codes: fix broken HOMEPAGE, and comment out dead MASTER_SITES.
MASTER_SITES must be switched to salsa.debian.org when this package
gets updated.
Diffstat (limited to 'textproc/iso-codes')
-rw-r--r-- | textproc/iso-codes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iso-codes/Makefile b/textproc/iso-codes/Makefile index 65604b9d57d..d6cc4c64da3 100644 --- a/textproc/iso-codes/Makefile +++ b/textproc/iso-codes/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.62 2019/04/25 07:33:24 maya Exp $ +# $NetBSD: Makefile,v 1.63 2022/05/20 11:01:15 fcambus Exp $ DISTNAME= iso-codes-3.77 PKGREVISION= 1 CATEGORIES= textproc -MASTER_SITES= https://pkg-isocodes.alioth.debian.org/downloads/ +#MASTER_SITES= https://pkg-isocodes.alioth.debian.org/downloads/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pkg-isocodes.alioth.debian.org/ +HOMEPAGE= https://salsa.debian.org/iso-codes-team/iso-codes COMMENT= List of country, language and currency names LICENSE= gnu-lgpl-v2.1 |