Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc p5-version: remove, part of perl since 2008



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f836ca030f62
branches:  trunk
changeset: 438100:f836ca030f62
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 14:23:38 2020 +0000

description:
p5-version: remove, part of perl since 2008

diffstat:

 devel/Makefile            |   3 +--
 devel/p5-version/DESCR    |   8 --------
 devel/p5-version/Makefile |  22 ----------------------
 devel/p5-version/distinfo |   6 ------
 doc/CHANGES-2020          |   3 ++-
 5 files changed, 3 insertions(+), 39 deletions(-)

diffs (79 lines):

diff -r a4989c227c41 -r f836ca030f62 devel/Makefile
--- a/devel/Makefile    Fri Sep 04 14:22:57 2020 +0000
+++ b/devel/Makefile    Fri Sep 04 14:23:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3223 2020/09/04 14:21:08 wiz Exp $
+# $NetBSD: Makefile,v 1.3224 2020/09/04 14:23:38 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2040,7 +2040,6 @@
 SUBDIR+=       p5-subversion
 SUBDIR+=       p5-syntax
 SUBDIR+=       p5-thrift
-SUBDIR+=       p5-version
 SUBDIR+=       p8-platform
 SUBDIR+=       palmpower
 SUBDIR+=       pango
diff -r a4989c227c41 -r f836ca030f62 devel/p5-version/DESCR
--- a/devel/p5-version/DESCR    Fri Sep 04 14:22:57 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-Provides the same version objects as included in Perl v5.9.x (and
-hopefully in the 5.10.0 release).  In fact, if you attempt to use
-this module with a version of Perl >= v5.9.0, this module will not
-do anything, since the code already exists in the Perl core.  Note
-that the CPAN release cannot be installed with the interim 5.9.0,
-5.9.1, and 5.9.2 releases (since it duplicates code in the core).
-If you are testing bleadperl, you will need to check out the latest
-release of 5.9.x to get the changes included in 0.50.
diff -r a4989c227c41 -r f836ca030f62 devel/p5-version/Makefile
--- a/devel/p5-version/Makefile Fri Sep 04 14:22:57 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.44 2020/08/31 18:09:19 wiz Exp $
-
-DISTNAME=      version-0.9924
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=version/}
-
-MAINTAINER=    abs%absd.org@localhost
-HOMEPAGE=      https://metacpan.org/release/version
-COMMENT=       Perl extension for Version Objects
-LICENSE=       ${PERL5_LICENSE}
-
-USE_LANGUAGES=         c
-PERL5_PACKLIST=                auto/version/.packlist
-PERL5_MODULE_TYPE=     MakeMaker
-
-REPLACE_PERL+= lib/version.pm
-REPLACE_PERL+= vutil/lib/version/vxs.pm
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r a4989c227c41 -r f836ca030f62 devel/p5-version/distinfo
--- a/devel/p5-version/distinfo Fri Sep 04 14:22:57 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.29 2018/05/02 12:23:32 wiz Exp $
-
-SHA1 (version-0.9924.tar.gz) = 86a2a814def626d269ce332df5d3df1d63b07f5f
-RMD160 (version-0.9924.tar.gz) = 6a77538160ffd04d3169d974335d213644c6ed91
-SHA512 (version-0.9924.tar.gz) = 49cc41d97175bf4367e95b74392908b3d798b0743add356f31f4ffb9fda5560f259c9ab7ee4ab7fecf84b8bc0cf0ac508506dbbe5c474af5233cb60c523528e7
-Size (version-0.9924.tar.gz) = 95064 bytes
diff -r a4989c227c41 -r f836ca030f62 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 14:22:57 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 14:23:38 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4796 2020/09/04 14:21:08 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4797 2020/09/04 14:23:38 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7390,3 +7390,4 @@
        Removed devel/p5-autodie successor lang/perl5 [wiz 2020-09-04]
        Removed devel/p5-experimental successor lang/perl5 [wiz 2020-09-04]
        Removed devel/p5-parent successor lang/perl5 [wiz 2020-09-04]
+       Removed devel/p5-version [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index