mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.34
PR: ports/136528 Approved by: maintainer Submitted by: myself (pgollucci@)
This commit is contained in:
parent
a9a69ce47b
commit
789997cdce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237538
@ -6,7 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= Unix-Uptime
|
||||
PORTVERSION= 0.3201
|
||||
PORTVERSION= 0.34
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -19,6 +20,7 @@ PERL_MODBUILD= yes
|
||||
MAN3= Unix::Uptime.3 \
|
||||
Unix::Uptime::BSD.3 \
|
||||
Unix::Uptime::FreeBSD.3 \
|
||||
Unix::Uptime::Linux.3
|
||||
Unix::Uptime::Linux.3 \
|
||||
Unix::Uptime::BSD::Load.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Unix-Uptime-0.3201.tar.gz) = e71e84d9f1fb7e944d15ded0e8dd6c4f
|
||||
SHA256 (Unix-Uptime-0.3201.tar.gz) = 4077720a64a1d0fcb5a8132caa3aec902fb6a2c58613dad6d750a6cb85c2ae65
|
||||
SIZE (Unix-Uptime-0.3201.tar.gz) = 7918
|
||||
MD5 (Unix-Uptime-0.34.tar.gz) = 89f4fdf2fc060849291af22c3fbf7119
|
||||
SHA256 (Unix-Uptime-0.34.tar.gz) = 61fad24e2cf3d93d30011732c48d33966cf14ece1dab53c12cdf0e4d3e9a05f5
|
||||
SIZE (Unix-Uptime-0.34.tar.gz) = 14437
|
||||
|
@ -2,5 +2,7 @@
|
||||
%%SITE_PERL%%/Unix/Uptime/BSD.pm
|
||||
%%SITE_PERL%%/Unix/Uptime/FreeBSD.pm
|
||||
%%SITE_PERL%%/Unix/Uptime/Linux.pm
|
||||
%%SITE_PERL%%/Unix/Uptime/BSD/Load.pm
|
||||
@dirrm %%SITE_PERL%%/Unix/Uptime/BSD
|
||||
@dirrm %%SITE_PERL%%/Unix/Uptime
|
||||
@dirrmtry %%SITE_PERL%%/Unix
|
||||
|
Loading…
Reference in New Issue
Block a user