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

(-)/home/staff/gslin/work/p5-File-RsyncP/Makefile (-6 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	File-RsyncP
8
PORTNAME=	File-RsyncP
9
PORTVERSION=	0.62
9
PORTVERSION=	0.64
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=	File
12
MASTER_SITE_SUBDIR=	File
Lines 15-24 Link Here
15
MAINTAINER=	lth@FreeBSD.org
15
MAINTAINER=	lth@FreeBSD.org
16
COMMENT=	Perl Rsync client
16
COMMENT=	Perl Rsync client
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
19
		${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
22
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
23
19
24
MAN3=		File::RsyncP.3 \
20
MAN3=		File::RsyncP.3 \
Lines 28-35 Link Here
28
24
29
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
30
26
27
# Encode is in Perl 5.7.3 base and later, converters/p5-Encode require 5.7.3.
31
.if ${PERL_LEVEL} < 500703
28
.if ${PERL_LEVEL} < 500703
32
# inherited from devel/p5-Encode
33
IGNORE=		requires Perl 5.7.3 or above. Please install lang/perl5.8, and try again
29
IGNORE=		requires Perl 5.7.3 or above. Please install lang/perl5.8, and try again
34
.endif
30
.endif
35
31
(-)/home/staff/gslin/work/p5-File-RsyncP/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (File-RsyncP-0.62.tar.gz) = 16dcbd537d20c7435e1affd09d65a5ce
1
MD5 (File-RsyncP-0.64.tar.gz) = 8e2dbc9821f3fd43722fbf6795319cef
2
SHA256 (File-RsyncP-0.62.tar.gz) = 44c6cf31e63a8db614d1d0680d6b54caf952cd2a6cdc28f797b5ab2f288135ce
2
SHA256 (File-RsyncP-0.64.tar.gz) = f0adda26d6039934e91c3c8df49ec30e0a2589a74b30576c5de4609db45fb1f1
3
SIZE (File-RsyncP-0.62.tar.gz) = 174131
3
SIZE (File-RsyncP-0.64.tar.gz) = 154497

Return to bug 101160