Date: Tue, 25 Aug 2015 03:09:36 +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: r395210 - head/devel/p5-Data-Integer Message-ID: <201508250309.t7P39a9L082625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Aug 25 03:09:35 2015 New Revision: 395210 URL: https://svnweb.freebsd.org/changeset/ports/395210 Log: - Update to 0.005 - Add LICENSE - Simplify COMMENT - Add NO_ARCH - Reformat pkg-descr - Update WWW - Take maintainership Changes: http://search.cpan.org/dist/Data-Integer/Changes Modified: head/devel/p5-Data-Integer/Makefile head/devel/p5-Data-Integer/distinfo head/devel/p5-Data-Integer/pkg-descr Modified: head/devel/p5-Data-Integer/Makefile ============================================================================== --- head/devel/p5-Data-Integer/Makefile Tue Aug 25 03:09:30 2015 (r395209) +++ head/devel/p5-Data-Integer/Makefile Tue Aug 25 03:09:35 2015 (r395210) @@ -2,16 +2,19 @@ # $FreeBSD$ PORTNAME= Data-Integer -PORTVERSION= 0.004 -PORTREVISION= 1 +PORTVERSION= 0.005 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl module for details of the native integer data type +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Details of the native integer data type -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USE_PERL5= modbuild +USES= perl5 .include <bsd.port.mk> Modified: head/devel/p5-Data-Integer/distinfo ============================================================================== --- head/devel/p5-Data-Integer/distinfo Tue Aug 25 03:09:30 2015 (r395209) +++ head/devel/p5-Data-Integer/distinfo Tue Aug 25 03:09:35 2015 (r395210) @@ -1,2 +1,2 @@ -SHA256 (Data-Integer-0.004.tar.gz) = 3a52f7717d1ebda3af40036d72cbcadd1984210737743997abdad141d620f67e -SIZE (Data-Integer-0.004.tar.gz) = 24515 +SHA256 (Data-Integer-0.005.tar.gz) = 7f95ccd26a443464c2ffdbb1d11c238031ee697feae3c0391d666b749c2460b6 +SIZE (Data-Integer-0.005.tar.gz) = 24695 Modified: head/devel/p5-Data-Integer/pkg-descr ============================================================================== --- head/devel/p5-Data-Integer/pkg-descr Tue Aug 25 03:09:30 2015 (r395209) +++ head/devel/p5-Data-Integer/pkg-descr Tue Aug 25 03:09:35 2015 (r395210) @@ -1,9 +1,8 @@ -This module is about the native integer numerical data type. A native -integer is one of the types of datum that can appear in the numeric -part of a Perl scalar. This module supplies constants describing the -native integer type. +This module is about the native integer numerical data type. A native integer is +one of the types of datum that can appear in the numeric part of a Perl scalar. +This module supplies constants describing the native integer type. -There are actually two native integer representations: signed and -unsigned. Both are handled by this module. +There are actually two native integer representations: signed and unsigned. Both +are handled by this module. -WWW: http://search.cpan.org/dist/Data-Integer +WWW: http://search.cpan.org/dist/Data-Integer/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508250309.t7P39a9L082625>