diff options
author | adamw <adamw@FreeBSD.org> | 2005-10-13 08:45:38 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-10-13 08:45:38 +0800 |
commit | e3706934a513dc542e2e96a63bb9098d3f06d07d (patch) | |
tree | beec332f5d240d3f35ff40798081051f3274e997 /misc | |
parent | fcf54e9d5e5c53688be922ae9decc35dd15d9a3a (diff) | |
download | freebsd-ports-gnome-e3706934a513dc542e2e96a63bb9098d3f06d07d.tar.gz freebsd-ports-gnome-e3706934a513dc542e2e96a63bb9098d3f06d07d.tar.zst freebsd-ports-gnome-e3706934a513dc542e2e96a63bb9098d3f06d07d.zip |
Portmgr was right in that the distfile HAS disappeared, and there
are new files available. However, the new files are dissimilar from
the current PORTVERSION (0.46.orig) in that a number of code XML files
have disappeared, and none of the auto* stuff has been generated for
the 0.48-1 tarball.
Having this port marked BROKEN prevents nearly 75 GNOME ports from
building, and I'm not okay with that. While Koop sorts out the
distfile situation and works on updating the port, I've temporarily
hosted the old distfile on MASTER_SITE_LOCAL, and I'm removing the
BROKEN and DEPRECATED lines that linimon added.
I'm sure Koop will update the port soon *poke*
Diffstat (limited to 'misc')
-rw-r--r-- | misc/iso-codes/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 69117cdce570..99558bb6dbd8 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -9,18 +9,16 @@ PORTNAME= codes PORTVERSION= 0.46 PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/i/${PKGNAMEPREFIX}${PORTNAME} +#MASTER_SITES= ${MASTER_SITE_DEBIAN} +#MASTER_SITE_SUBDIR= pool/main/i/${PKGNAMEPREFIX}${PORTNAME} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw PKGNAMEPREFIX= iso- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}.orig MAINTAINER= kwm@FreeBSD.org COMMENT= Lists of the country, language and currency iso names -BROKEN= "distfile disappeared, newer one is available" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 - BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} |