diff options
-rw-r--r-- | misc/p5-Locale-Geocode/Makefile | 12 | ||||
-rw-r--r-- | misc/p5-Locale-Geocode/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/misc/p5-Locale-Geocode/Makefile b/misc/p5-Locale-Geocode/Makefile index f0968de7acbc..e604edfdeebb 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 8f065cf3ff48..55853e11619a 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 |