Index: head/devel/p5-Sys-MemInfo/Makefile =================================================================== --- head/devel/p5-Sys-MemInfo/Makefile (revision 463139) +++ head/devel/p5-Sys-MemInfo/Makefile (revision 463140) @@ -1,19 +1,23 @@ # Created by: Terry Sposato # $FreeBSD$ PORTNAME= Sys-MemInfo -PORTVERSION= 0.91 -PORTREVISION= 1 +PORTVERSION= 0.99 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sys::MemInfo - Perl extension for getting Memory information -WRKSRC= ${WRKDIR}/${PORTNAME} +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/MemInfo/MemInfo.so .include Index: head/devel/p5-Sys-MemInfo/distinfo =================================================================== --- head/devel/p5-Sys-MemInfo/distinfo (revision 463139) +++ head/devel/p5-Sys-MemInfo/distinfo (revision 463140) @@ -1,2 +1,3 @@ -SHA256 (Sys-MemInfo-0.91.tar.gz) = c15af4b9db68f86b182504823e4c9a36ee977d9142a2306f089b4dc1cd26c143 -SIZE (Sys-MemInfo-0.91.tar.gz) = 6802 +TIMESTAMP = 1519732508 +SHA256 (Sys-MemInfo-0.99.tar.gz) = 0786319d3a3a8bae5d727939244bf17e140b714f52734d5e9f627203e4cf3e3b +SIZE (Sys-MemInfo-0.99.tar.gz) = 13276 Index: head/devel/p5-Sys-MemInfo/pkg-descr =================================================================== --- head/devel/p5-Sys-MemInfo/pkg-descr (revision 463139) +++ head/devel/p5-Sys-MemInfo/pkg-descr (revision 463140) @@ -1,6 +1,7 @@ -Sys::MemInfo return the total amount of free and used -physical memory in bytes in totalmem and freemem variables. -Total amount of free and user swap memory are alse returned -in totalswap and freeswap variables. +Sys::MemInfo return the total amount of free and used physical memory in bytes +in totalmem and freemem variables. -WWW: http://search.cpan.org/dist/Sys-Cpu/ +Total amount of free and user swap memory are also returned in totalswap and +freeswap variables. + +WWW: http://search.cpan.org/dist/Sys-MemInfo/