diff options
author | bland <bland@FreeBSD.org> | 2005-02-19 12:04:58 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2005-02-19 12:04:58 +0800 |
commit | 95365d312584053c686b7391eb156b8a01b276b3 (patch) | |
tree | bea0ae299d98389c9b9a6390c0c48e7bebbdd039 /converters | |
parent | 27d393632625dc559e7dbf410023be27a0211694 (diff) | |
download | freebsd-ports-gnome-95365d312584053c686b7391eb156b8a01b276b3.tar.gz freebsd-ports-gnome-95365d312584053c686b7391eb156b8a01b276b3.tar.zst freebsd-ports-gnome-95365d312584053c686b7391eb156b8a01b276b3.zip |
danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locally
and fix fetching.
Reported by: kris
Diffstat (limited to 'converters')
-rw-r--r-- | converters/iconv-extra/Makefile | 3 | ||||
-rw-r--r-- | converters/iconv-rfc1345/Makefile | 3 | ||||
-rw-r--r-- | converters/iconv/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/converters/iconv-extra/Makefile b/converters/iconv-extra/Makefile index 7c3d3dd65c43..4cccab60862d 100644 --- a/converters/iconv-extra/Makefile +++ b/converters/iconv-extra/Makefile @@ -8,7 +8,8 @@ PORTNAME= iconv-extra PORTVERSION= 2.0 CATEGORIES= converters -MASTER_SITES= http://archive.dante.net/staff/konstantin/FreeBSD/iconv/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Additional charsets for the iconv library (those from the Unicode site) diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile index 6e58be6c76b2..0f33bc112a88 100644 --- a/converters/iconv-rfc1345/Makefile +++ b/converters/iconv-rfc1345/Makefile @@ -8,7 +8,8 @@ PORTNAME= iconv-rfc1345 PORTVERSION= 2.0 CATEGORIES= converters -MASTER_SITES= http://archive.dante.net/staff/konstantin/FreeBSD/iconv/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Additional charset modules for the iconv library (from RFC1345) diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 5e6836d571e0..9da85a6dd827 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -9,7 +9,8 @@ PORTNAME= iconv PORTVERSION= 2.0 PORTREVISION= 3 CATEGORIES= converters -MASTER_SITES= http://archive.dante.net/staff/konstantin/FreeBSD/iconv/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Charset conversion library and utilities |