Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 13:25:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463140 - head/devel/p5-Sys-MemInfo
Message-ID:  <201802271325.w1RDPVIq076166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb 27 13:25:31 2018
New Revision: 463140
URL: https://svnweb.freebsd.org/changeset/ports/463140

Log:
  Update to 0.99
  
  - Add LICENSE
  - Strip shared library
  - Fix typo
  - Fix WWW
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/Sys-MemInfo/Changes

Modified:
  head/devel/p5-Sys-MemInfo/Makefile
  head/devel/p5-Sys-MemInfo/distinfo
  head/devel/p5-Sys-MemInfo/pkg-descr

Modified: head/devel/p5-Sys-MemInfo/Makefile
==============================================================================
--- head/devel/p5-Sys-MemInfo/Makefile	Tue Feb 27 13:25:26 2018	(r463139)
+++ head/devel/p5-Sys-MemInfo/Makefile	Tue Feb 27 13:25:31 2018	(r463140)
@@ -2,18 +2,22 @@
 # $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 <bsd.port.mk>

Modified: head/devel/p5-Sys-MemInfo/distinfo
==============================================================================
--- head/devel/p5-Sys-MemInfo/distinfo	Tue Feb 27 13:25:26 2018	(r463139)
+++ head/devel/p5-Sys-MemInfo/distinfo	Tue Feb 27 13:25:31 2018	(r463140)
@@ -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

Modified: head/devel/p5-Sys-MemInfo/pkg-descr
==============================================================================
--- head/devel/p5-Sys-MemInfo/pkg-descr	Tue Feb 27 13:25:26 2018	(r463139)
+++ head/devel/p5-Sys-MemInfo/pkg-descr	Tue Feb 27 13:25:31 2018	(r463140)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802271325.w1RDPVIq076166>