aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-06 15:55:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-06 15:55:12 +0000
commit2a576ad0d31d757859bafc7cfdc354af71581248 (patch)
treeaf70243792c07a56cf91e0131dfcf70079371854
parent9f04bb57b17ee8fac63aca87080d86ab73800384 (diff)
downloadports-2a576ad0d31d757859bafc7cfdc354af71581248.tar.gz
ports-2a576ad0d31d757859bafc7cfdc354af71581248.zip
- Update to 2.112150
Notes
Notes: svn path=/head/; revision=283046
-rw-r--r--misc/p5-Locale-US/Makefile11
-rw-r--r--misc/p5-Locale-US/distinfo4
-rw-r--r--misc/p5-Locale-US/files/patch-US.pm10
3 files changed, 10 insertions, 15 deletions
diff --git a/misc/p5-Locale-US/Makefile b/misc/p5-Locale-US/Makefile
index 87213cdd436b..99550db9271a 100644
--- a/misc/p5-Locale-US/Makefile
+++ b/misc/p5-Locale-US/Makefile
@@ -6,15 +6,20 @@
#
PORTNAME= Locale-US
-PORTVERSION= 1.2
+PORTVERSION= 2.112.150
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Two letter codes for state identification in the United States
-PERL_CONFIGURE= Yes
-MAN3= Locale::US.3
+BUILD_DEPENDS= p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple
+RUN_DEPENDS= p5-Data-Section-Simple>=0:${PORTSDIR}/devel/p5-Data-Section-Simple
+
+PERL_CONFIGURE= yes
+
+MAN3= Locale::US.3
.include <bsd.port.mk>
diff --git a/misc/p5-Locale-US/distinfo b/misc/p5-Locale-US/distinfo
index fba9859677e4..0b154e6bd4b4 100644
--- a/misc/p5-Locale-US/distinfo
+++ b/misc/p5-Locale-US/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Locale-US-1.2.tar.gz) = 551f82fbadce925969d230b83494be6b432210bd16003229a6b006bf0cc25186
-SIZE (Locale-US-1.2.tar.gz) = 4137
+SHA256 (Locale-US-2.112150.tar.gz) = 60464ca75adf6cb5ec04e32c57fa709c30bc9b9e9cdb6ef253d80e41db5ccdbf
+SIZE (Locale-US-2.112150.tar.gz) = 10735
diff --git a/misc/p5-Locale-US/files/patch-US.pm b/misc/p5-Locale-US/files/patch-US.pm
deleted file mode 100644
index 89203a0f70c3..000000000000
--- a/misc/p5-Locale-US/files/patch-US.pm
+++ /dev/null
@@ -1,10 +0,0 @@
---- US.pm.orig 2008-07-31 14:50:56.000000000 +0900
-+++ US.pm 2008-07-31 14:51:02.000000000 +0900
-@@ -4,7 +4,6 @@ use 5.006001;
- use strict;
- use warnings;
-
--use Data::Dumper;
-
- require Exporter;
-