summaryrefslogtreecommitdiff
path: root/misc/iso-codes
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-10-13 00:45:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-10-13 00:45:38 +0000
commit3bbf3513907a9b11fb98d6400aa00e32dd05c32d (patch)
tree1cc1a22aea2faa63fe08bc31bc82447556082938 /misc/iso-codes
parentRemove obsolete mastersite. (diff)
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*
Notes
Notes: svn path=/head/; revision=145177
Diffstat (limited to 'misc/iso-codes')
-rw-r--r--misc/iso-codes/Makefile10
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}