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

Koop Mast kwm at FreeBSD.org
Fri Jun 27 16:09:18 UTC 2014


Author: kwm
Date: Fri Jun 27 16:09:17 2014
New Revision: 359564
URL: http://svnweb.freebsd.org/changeset/ports/359564
QAT: https://qat.redports.org/buildarchive/r359564/

Log:
  Update to 3.54.
  
  Add beginning of ISO 639-5 support, which documents "Codes for the
  representation of names of languages"

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	Fri Jun 27 16:08:58 2014	(r359563)
+++ head/misc/iso-codes/Makefile	Fri Jun 27 16:09:17 2014	(r359564)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	iso-codes
-PORTVERSION=	3.51
+PORTVERSION=	3.54
 CATEGORIES=	misc
 MASTER_SITES=	http://pkg-isocodes.alioth.debian.org/downloads/
 

Modified: head/misc/iso-codes/distinfo
==============================================================================
--- head/misc/iso-codes/distinfo	Fri Jun 27 16:08:58 2014	(r359563)
+++ head/misc/iso-codes/distinfo	Fri Jun 27 16:09:17 2014	(r359564)
@@ -1,2 +1,2 @@
-SHA256 (iso-codes-3.51.tar.xz) = 5222f79d92ac021a56c7080616c13655c50f7b1ff1a31ec0308da14a684ad77f
-SIZE (iso-codes-3.51.tar.xz) = 3626932
+SHA256 (iso-codes-3.54.tar.xz) = 1fe06e68dff821a4fcc3c9da9dd6674ffd9e847ad4048bc1b3fde85b58f118b6
+SIZE (iso-codes-3.54.tar.xz) = 3766812

Modified: head/misc/iso-codes/pkg-plist
==============================================================================
--- head/misc/iso-codes/pkg-plist	Fri Jun 27 16:08:58 2014	(r359563)
+++ head/misc/iso-codes/pkg-plist	Fri Jun 27 16:09:17 2014	(r359564)
@@ -72,6 +72,7 @@ share/locale/de/LC_MESSAGES/iso_3166_2.m
 share/locale/de/LC_MESSAGES/iso_4217.mo
 share/locale/de/LC_MESSAGES/iso_639.mo
 share/locale/de/LC_MESSAGES/iso_639_3.mo
+share/locale/de/LC_MESSAGES/iso_639_5.mo
 share/locale/dz/LC_MESSAGES/iso_3166.mo
 share/locale/el/LC_MESSAGES/iso_15924.mo
 share/locale/el/LC_MESSAGES/iso_3166.mo
@@ -117,6 +118,7 @@ share/locale/fr/LC_MESSAGES/iso_3166_2.m
 share/locale/fr/LC_MESSAGES/iso_4217.mo
 share/locale/fr/LC_MESSAGES/iso_639.mo
 share/locale/fr/LC_MESSAGES/iso_639_3.mo
+share/locale/fr/LC_MESSAGES/iso_639_5.mo
 share/locale/ga/LC_MESSAGES/iso_3166.mo
 share/locale/ga/LC_MESSAGES/iso_3166_2.mo
 share/locale/ga/LC_MESSAGES/iso_4217.mo
@@ -238,6 +240,7 @@ share/locale/nl/LC_MESSAGES/iso_3166_2.m
 share/locale/nl/LC_MESSAGES/iso_4217.mo
 share/locale/nl/LC_MESSAGES/iso_639.mo
 share/locale/nl/LC_MESSAGES/iso_639_3.mo
+share/locale/nl/LC_MESSAGES/iso_639_5.mo
 share/locale/nn/LC_MESSAGES/iso_15924.mo
 share/locale/nn/LC_MESSAGES/iso_3166.mo
 share/locale/nn/LC_MESSAGES/iso_4217.mo
@@ -314,12 +317,14 @@ share/locale/sr/LC_MESSAGES/iso_3166_2.m
 share/locale/sr/LC_MESSAGES/iso_4217.mo
 share/locale/sr/LC_MESSAGES/iso_639.mo
 share/locale/sr/LC_MESSAGES/iso_639_3.mo
+share/locale/sr/LC_MESSAGES/iso_639_5.mo
 share/locale/sr at latin/LC_MESSAGES/iso_15924.mo
 share/locale/sr at latin/LC_MESSAGES/iso_3166.mo
 share/locale/sr at latin/LC_MESSAGES/iso_3166_2.mo
 share/locale/sr at latin/LC_MESSAGES/iso_4217.mo
 share/locale/sr at latin/LC_MESSAGES/iso_639.mo
 share/locale/sr at latin/LC_MESSAGES/iso_639_3.mo
+share/locale/sr at latin/LC_MESSAGES/iso_639_5.mo
 share/locale/sv/LC_MESSAGES/iso_15924.mo
 share/locale/sv/LC_MESSAGES/iso_3166.mo
 share/locale/sv/LC_MESSAGES/iso_3166_2.mo
@@ -365,6 +370,7 @@ share/locale/uk/LC_MESSAGES/iso_3166_2.m
 share/locale/uk/LC_MESSAGES/iso_4217.mo
 share/locale/uk/LC_MESSAGES/iso_639.mo
 share/locale/uk/LC_MESSAGES/iso_639_3.mo
+share/locale/uk/LC_MESSAGES/iso_639_5.mo
 share/locale/ve/LC_MESSAGES/iso_3166.mo
 share/locale/ve/LC_MESSAGES/iso_3166_2.mo
 share/locale/ve/LC_MESSAGES/iso_639.mo
@@ -409,6 +415,7 @@ share/xml/iso-codes/iso_3166_2.xml
 share/xml/iso-codes/iso_4217.xml
 share/xml/iso-codes/iso_639.xml
 share/xml/iso-codes/iso_639_3.xml
+share/xml/iso-codes/iso_639_5.xml
 @dirrmtry share/xml/iso-codes
 @dirrmtry share/locale/zu/LC_MESSAGES
 @dirrmtry share/locale/zu


More information about the svn-ports-head mailing list