Index: head/misc/p5-Locale-SubCountry/Makefile =================================================================== --- head/misc/p5-Locale-SubCountry/Makefile (revision 498326) +++ head/misc/p5-Locale-SubCountry/Makefile (revision 498327) @@ -1,23 +1,24 @@ # Created by: Seamus Venasse # $FreeBSD$ PORTNAME= Locale-SubCountry -PORTVERSION= 2.04 +PORTVERSION= 2.05 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert state, province, county etc. names to/from code LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JSON>=1:converters/p5-JSON -NO_ARCH= yes USES= dos2unix perl5 USE_PERL5= configure + +NO_ARCH= yes .include Index: head/misc/p5-Locale-SubCountry/distinfo =================================================================== --- head/misc/p5-Locale-SubCountry/distinfo (revision 498326) +++ head/misc/p5-Locale-SubCountry/distinfo (revision 498327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514652715 -SHA256 (Locale-SubCountry-2.04.tar.gz) = bb7271fb680803be20df18724ab7dbc005e0db24fd14e4d505e80b35ea9849bb -SIZE (Locale-SubCountry-2.04.tar.gz) = 97982 +TIMESTAMP = 1554643603 +SHA256 (Locale-SubCountry-2.05.tar.gz) = 3ee594511b210b4c5fc3f8e89f7e004f0f4f132a752a5e66422d027f9ba8ad0e +SIZE (Locale-SubCountry-2.05.tar.gz) = 98161 Index: head/misc/p5-Locale-SubCountry/pkg-descr =================================================================== --- head/misc/p5-Locale-SubCountry/pkg-descr (revision 498326) +++ head/misc/p5-Locale-SubCountry/pkg-descr (revision 498327) @@ -1,15 +1,13 @@ This module allows you to convert the full name for a countries administrative region to the code commonly used for postal addressing. The reverse lookup can also be done. Sub country codes are defined in "ISO 3166-2:1998, Codes for the representation of names of countries and their subdivisions". Sub countries are termed as states in the US and Australia, provinces in Canada and counties in the UK and Ireland. Additionally, names and codes for all sub countries in a country can be returned as either a hash or an array. WWW: https://metacpan.org/release/Locale-SubCountry - -Seamus Venasse