svn commit: r336251 - head/misc/iso-codes

Koop Mast kwm at FreeBSD.org
Thu Dec 12 09:25:40 UTC 2013


Author: kwm
Date: Thu Dec 12 09:25:38 2013
New Revision: 336251
URL: http://svnweb.freebsd.org/changeset/ports/336251

Log:
  Update to 3.49.
  
  Add NO_ARCH
  Remove local mirror, the reason for having to host it locally was because
   the upstream distfile host suffered a fatal disk failure. Which has been
   resolved but the old iso-codes distfiles where lost.

Modified:
  head/misc/iso-codes/Makefile
  head/misc/iso-codes/distinfo
  head/misc/iso-codes/pkg-plist

Modified: head/misc/iso-codes/Makefile
==============================================================================
--- head/misc/iso-codes/Makefile	Thu Dec 12 08:12:13 2013	(r336250)
+++ head/misc/iso-codes/Makefile	Thu Dec 12 09:25:38 2013	(r336251)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	iso-codes
-PORTVERSION=	3.46
+PORTVERSION=	3.49
 CATEGORIES=	misc
-MASTER_SITES=	http://pkg-isocodes.alioth.debian.org/downloads/ \
-		LOCAL/kwm
+MASTER_SITES=	http://pkg-isocodes.alioth.debian.org/downloads/
 
 MAINTAINER=	kwm at FreeBSD.org
 COMMENT=	Lists of the country, language, and currency iso names
@@ -15,5 +14,6 @@ LICENSE=	LGPL21
 USE_XZ=		yes
 USES=		pathfix gettext gmake
 GNU_CONFIGURE=	yes
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/misc/iso-codes/distinfo
==============================================================================
--- head/misc/iso-codes/distinfo	Thu Dec 12 08:12:13 2013	(r336250)
+++ head/misc/iso-codes/distinfo	Thu Dec 12 09:25:38 2013	(r336251)
@@ -1,2 +1,2 @@
-SHA256 (iso-codes-3.46.tar.xz) = b95434e14fc2c78dc09ce61a8e6e06f24f5add8d01ece04678634796b0a5857f
-SIZE (iso-codes-3.46.tar.xz) = 3605252
+SHA256 (iso-codes-3.49.tar.xz) = 04e0f4a930496bf5bb83a391956692de10105919cb7a9c57eefddc63482cd3e7
+SIZE (iso-codes-3.49.tar.xz) = 3639636

Modified: head/misc/iso-codes/pkg-plist
==============================================================================
--- head/misc/iso-codes/pkg-plist	Thu Dec 12 08:12:13 2013	(r336250)
+++ head/misc/iso-codes/pkg-plist	Thu Dec 12 09:25:38 2013	(r336251)
@@ -355,6 +355,9 @@ share/locale/tr/LC_MESSAGES/iso_639_3.mo
 share/locale/tt/LC_MESSAGES/iso_3166.mo
 share/locale/tt/LC_MESSAGES/iso_639.mo
 share/locale/tt/LC_MESSAGES/iso_639_3.mo
+share/locale/tt at iqtelif/LC_MESSAGES/iso_3166.mo
+share/locale/tt at iqtelif/LC_MESSAGES/iso_639.mo
+share/locale/tt at iqtelif/LC_MESSAGES/iso_639_3.mo
 share/locale/ug/LC_MESSAGES/iso_3166.mo
 share/locale/uk/LC_MESSAGES/iso_15924.mo
 share/locale/uk/LC_MESSAGES/iso_3166.mo
@@ -421,6 +424,8 @@ share/xml/iso-codes/iso_639_3.xml
 @dirrmtry share/locale/ve
 @dirrmtry share/locale/ug/LC_MESSAGES
 @dirrmtry share/locale/ug
+ at dirrmtry share/locale/tt at iqtelif/LC_MESSAGES
+ at dirrmtry share/locale/tt at iqtelif
 @dirrmtry share/locale/tt/LC_MESSAGES
 @dirrmtry share/locale/tt
 @dirrmtry share/locale/tl/LC_MESSAGES


More information about the svn-ports-head mailing list