summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorchinsan <chinsan@FreeBSD.org>2009-05-08 17:17:30 +0000
committerchinsan <chinsan@FreeBSD.org>2009-05-08 17:17:30 +0000
commit48f31dbbe9113ad3c1b5f3461ca9bce90d64a40f (patch)
tree1801f0bd9ae486533fb69ad1e01e29e5d9252d41 /misc
parent545570a9c77e42879a496d1b486fca8463900709 (diff)
downloadFreeBSD-ports-48f31dbbe9113ad3c1b5f3461ca9bce90d64a40f.zip
FreeBSD-ports-48f31dbbe9113ad3c1b5f3461ca9bce90d64a40f.tar.gz
- Allow to build with MAKE_JOBS_SAFE
- Update to 1.2 PR: ports/134161 Submitted by: leeym
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Locale-Geocode/Makefile12
-rw-r--r--misc/p5-Locale-Geocode/distinfo6
2 files changed, 10 insertions, 8 deletions
diff --git a/misc/p5-Locale-Geocode/Makefile b/misc/p5-Locale-Geocode/Makefile
index f0968de..e604edf 100644
--- a/misc/p5-Locale-Geocode/Makefile
+++ b/misc/p5-Locale-Geocode/Makefile
@@ -6,18 +6,20 @@
#
PORTNAME= Locale-Geocode
-PORTVERSION= 1.11
+PORTVERSION= 1.20
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Find codes and information on geographical location
-BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
- p5-XML-SAX-Expat>=0:${PORTSDIR}/textproc/p5-XML-SAX-Expat \
- p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
-RUN_DEPENDS= ${BUILD_DEPENDS}
+MAKE_JOBS_SAFE= yes
+
+RUN_DEPENDS= p5-XML-SAX-Expat>=0.39:${PORTSDIR}/textproc/p5-XML-SAX-Expat \
+ p5-XML-Simple>=2.16:${PORTSDIR}/textproc/p5-XML-Simple
+BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= YES
diff --git a/misc/p5-Locale-Geocode/distinfo b/misc/p5-Locale-Geocode/distinfo
index 8f065cf..55853e1 100644
--- a/misc/p5-Locale-Geocode/distinfo
+++ b/misc/p5-Locale-Geocode/distinfo
@@ -1,3 +1,3 @@
-MD5 (Locale-Geocode-1.11.tar.gz) = 43c9d3523c3263b6329c9933175f70d3
-SHA256 (Locale-Geocode-1.11.tar.gz) = f54f6a1ad1031686a15036030eb6796674ae5d6bccb9f45b3bfabe3f8fb05955
-SIZE (Locale-Geocode-1.11.tar.gz) = 72960
+MD5 (Locale-Geocode-1.2.tar.gz) = f8f198ae8e816fe85c85f23172c054fc
+SHA256 (Locale-Geocode-1.2.tar.gz) = 41ff6e4daa58e720ec2c97f9fd0395020de6cd4a494a2fc9a072b2471056020e
+SIZE (Locale-Geocode-1.2.tar.gz) = 73456
OpenPOWER on IntegriCloud