View | Details | Raw Unified | Return to bug 108820
Collapse All | Expand All

(-)Makefile (-13 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	IP-Country
8
PORTNAME=	IP-Country
9
PORTVERSION=	2.22
9
PORTVERSION=	2.23
10
CATEGORIES=	net perl5
10
CATEGORIES=	net perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	../by-authors/id/N/NW/NWETTERS
12
MASTER_SITE_SUBDIR=	../by-authors/id/N/NW/NWETTERS
Lines 15-23 Link Here
15
MAINTAINER=	dikshie@lapi.itb.ac.id
15
MAINTAINER=	dikshie@lapi.itb.ac.id
16
COMMENT=	Fast lookup of country codes from IP addresses
16
COMMENT=	Fast lookup of country codes from IP addresses
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries
19
RUN_DEPENDS=	${BUILD_DEPENDS}
20
21
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
22
19
23
MAN1=		ip2cc.1
20
MAN1=		ip2cc.1
Lines 28-39 Link Here
28
		IP::Country::Slow.3 \
25
		IP::Country::Slow.3 \
29
		IP::Country.3
26
		IP::Country.3
30
27
31
.include <bsd.port.pre.mk>
28
.include <bsd.port.mk>
32
33
.if ${PERL_LEVEL} < 500600
34
post-patch:
35
	${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${REINPLACE_CMD} -e '/warnings/d'
36
	${FIND} ${WRKSRC} -name "*.pm.bak" -delete
37
.endif
38
39
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (IP-Country-2.22.tar.gz) = b0759e48d3f8a0be58ec76234958e905
1
MD5 (IP-Country-2.23.tar.gz) = 0665e7b9cbab77fd18e255a779a856e0
2
SHA256 (IP-Country-2.22.tar.gz) = f59256c539103239c712e3316eb374b74e143b910f418fa098bbe38e02f66d18
2
SHA256 (IP-Country-2.23.tar.gz) = 2c16f478c4231a45a44223d545f4b690e2d281cae2cdf188ee2bf59bd79c5caf
3
SIZE (IP-Country-2.22.tar.gz) = 169508
3
SIZE (IP-Country-2.23.tar.gz) = 167797

Return to bug 108820