svn commit: r395210 - head/devel/p5-Data-Integer
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Aug 25 03:09:37 UTC 2015
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 at FreeBSD.org
-COMMENT= Perl module for details of the native integer data type
+MAINTAINER= sunpoet at 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/
More information about the svn-ports-all
mailing list