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

(-)Makefile (-2 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Unix-Uptime
8
PORTNAME=	Unix-Uptime
9
PORTVERSION=	0.3201
9
PORTVERSION=	0.34
10
PORTEPOCH=	1
10
CATEGORIES=	devel perl5
11
CATEGORIES=	devel perl5
11
MASTER_SITES=	CPAN
12
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 19-24 Link Here
19
MAN3=		Unix::Uptime.3 \
20
MAN3=		Unix::Uptime.3 \
20
		Unix::Uptime::BSD.3 \
21
		Unix::Uptime::BSD.3 \
21
		Unix::Uptime::FreeBSD.3 \
22
		Unix::Uptime::FreeBSD.3 \
22
		Unix::Uptime::Linux.3
23
		Unix::Uptime::Linux.3 \
24
		Unix::Uptime::BSD::Load.3
23
25
24
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Unix-Uptime-0.3201.tar.gz) = e71e84d9f1fb7e944d15ded0e8dd6c4f
1
MD5 (Unix-Uptime-0.34.tar.gz) = 89f4fdf2fc060849291af22c3fbf7119
2
SHA256 (Unix-Uptime-0.3201.tar.gz) = 4077720a64a1d0fcb5a8132caa3aec902fb6a2c58613dad6d750a6cb85c2ae65
2
SHA256 (Unix-Uptime-0.34.tar.gz) = 61fad24e2cf3d93d30011732c48d33966cf14ece1dab53c12cdf0e4d3e9a05f5
3
SIZE (Unix-Uptime-0.3201.tar.gz) = 7918
3
SIZE (Unix-Uptime-0.34.tar.gz) = 14437
(-)pkg-plist (+2 lines)
Lines 2-6 Link Here
2
%%SITE_PERL%%/Unix/Uptime/BSD.pm
2
%%SITE_PERL%%/Unix/Uptime/BSD.pm
3
%%SITE_PERL%%/Unix/Uptime/FreeBSD.pm
3
%%SITE_PERL%%/Unix/Uptime/FreeBSD.pm
4
%%SITE_PERL%%/Unix/Uptime/Linux.pm
4
%%SITE_PERL%%/Unix/Uptime/Linux.pm
5
%%SITE_PERL%%/Unix/Uptime/BSD/Load.pm
6
@dirrm %%SITE_PERL%%/Unix/Uptime/BSD
5
@dirrm %%SITE_PERL%%/Unix/Uptime
7
@dirrm %%SITE_PERL%%/Unix/Uptime
6
@dirrmtry %%SITE_PERL%%/Unix
8
@dirrmtry %%SITE_PERL%%/Unix

Return to bug 136528