[Midnightbsd-cvs] mports [23672] trunk/devel/p5-Class-Inspector: update class inspector to 1.32
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jul 24 09:09:57 EDT 2018
Revision: 23672
http://svnweb.midnightbsd.org/mports/?rev=23672
Author: laffer1
Date: 2018-07-24 09:09:56 -0400 (Tue, 24 Jul 2018)
Log Message:
-----------
update class inspector to 1.32
Modified Paths:
--------------
trunk/devel/p5-Class-Inspector/Makefile
trunk/devel/p5-Class-Inspector/distinfo
trunk/devel/p5-Class-Inspector/pkg-descr
trunk/devel/p5-Class-Inspector/pkg-plist
Modified: trunk/devel/p5-Class-Inspector/Makefile
===================================================================
--- trunk/devel/p5-Class-Inspector/Makefile 2018-07-24 13:08:07 UTC (rev 23671)
+++ trunk/devel/p5-Class-Inspector/Makefile 2018-07-24 13:09:56 UTC (rev 23672)
@@ -2,15 +2,17 @@
# $MidnightBSD$
PORTNAME= Class-Inspector
-PORTVERSION= 1.24
+PORTVERSION= 1.32
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ctriv at MidnightBSD.org
+MAINTAINER= ports at MidnightBSD.org
COMMENT= Provides information about classes
-LICENSE= perl
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
PERL_CONFIGURE= yes
.include <bsd.port.mk>
Modified: trunk/devel/p5-Class-Inspector/distinfo
===================================================================
--- trunk/devel/p5-Class-Inspector/distinfo 2018-07-24 13:08:07 UTC (rev 23671)
+++ trunk/devel/p5-Class-Inspector/distinfo 2018-07-24 13:09:56 UTC (rev 23672)
@@ -1,4 +1,3 @@
-MD5 (Class-Inspector-1.24.tar.gz) = 609189b49f64d329a6e413e0a6d8724a
-SHA256 (Class-Inspector-1.24.tar.gz) = 0a70cac1276d33e5408d3ad4297b3732a2299f7ff463d94ab7d384f2c6b11a66
-RMD160 (Class-Inspector-1.24.tar.gz) = 93ff9cf478deeadb28208b4a15c38cd275ecec6c
-SIZE (Class-Inspector-1.24.tar.gz) = 35004
+TIMESTAMP = 1532437749
+SHA256 (Class-Inspector-1.32.tar.gz) = cefadc8b5338e43e570bc43f583e7c98d535c17b196bcf9084bb41d561cc0535
+SIZE (Class-Inspector-1.32.tar.gz) = 25639
Modified: trunk/devel/p5-Class-Inspector/pkg-descr
===================================================================
--- trunk/devel/p5-Class-Inspector/pkg-descr 2018-07-24 13:08:07 UTC (rev 23671)
+++ trunk/devel/p5-Class-Inspector/pkg-descr 2018-07-24 13:09:56 UTC (rev 23672)
@@ -1,8 +1,8 @@
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
-arn't always very friendly, and usually involve a relatively high level
+aren't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange or unusual looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.
-WWW: http://search.cpan.org/dist/Class-Inspector/
+WWW: https://metacpan.org/release/Class-Inspector
Modified: trunk/devel/p5-Class-Inspector/pkg-plist
===================================================================
--- trunk/devel/p5-Class-Inspector/pkg-plist 2018-07-24 13:08:07 UTC (rev 23671)
+++ trunk/devel/p5-Class-Inspector/pkg-plist 2018-07-24 13:09:56 UTC (rev 23672)
@@ -1,6 +1,4 @@
%%SITE_PERL%%/Class/Inspector.pm
%%SITE_PERL%%/Class/Inspector/Functions.pm
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Inspector
- at dirrmtry %%SITE_PERL%%/Class/Inspector
- at dirrmtry %%SITE_PERL%%/Class
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
+%%PERL5_MAN3%%/Class::Inspector.3.gz
+%%PERL5_MAN3%%/Class::Inspector::Functions.3.gz
More information about the Midnightbsd-cvs
mailing list