From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F6EEF25920; Tue, 27 Feb 2018 13:25:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6108376C6D; Tue, 27 Feb 2018 13:25:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46F382E63; Tue, 27 Feb 2018 13:25:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RDPWEl076169; Tue, 27 Feb 2018 13:25:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPVIq076166; Tue, 27 Feb 2018 13:25:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPVIq076166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463140 - head/devel/p5-Sys-MemInfo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Sys-MemInfo X-SVN-Commit-Revision: 463140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:35 -0000 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 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/