pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove p5-constant. Included in perl since 5.004, and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9db66e2c0757
branches:  trunk
changeset: 645624:9db66e2c0757
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 31 12:19:55 2015 +0000

description:
Remove p5-constant. Included in perl since 5.004, and current CPAN version
is older than current version incuded in perl itself. No point in having
this separately as well.

diffstat:

 databases/p5-App-Sqitch/Makefile          |   3 +--
 devel/Makefile                            |   3 +--
 devel/p5-POE-Component-Pluggable/Makefile |   3 +--
 devel/p5-constant/DESCR                   |   6 ------
 devel/p5-constant/Makefile                |  18 ------------------
 devel/p5-constant/distinfo                |   5 -----
 doc/CHANGES-2015                          |   3 ++-
 net/p5-SOAP-Lite/Makefile                 |   3 +--
 8 files changed, 6 insertions(+), 38 deletions(-)

diffs (123 lines):

diff -r 7d81707fcff7 -r 9db66e2c0757 databases/p5-App-Sqitch/Makefile
--- a/databases/p5-App-Sqitch/Makefile  Sat Jan 31 12:11:21 2015 +0000
+++ b/databases/p5-App-Sqitch/Makefile  Sat Jan 31 12:19:55 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/11/23 14:18:03 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2015/01/31 12:19:55 wiz Exp $
 
 DISTNAME=              App-Sqitch-0.997
 PKGNAME=               p5-${DISTNAME}
@@ -42,7 +42,6 @@
 DEPENDS+=              p5-Type-Tiny-XS>=0.010:../../devel/p5-Type-Tiny-XS
 DEPENDS+=              p5-URI-[0-9]*:../../www/p5-URI
 DEPENDS+=              p5-URI-db>=0.15:../../www/p5-URI-db
-DEPENDS+=              {perl>=5.004,p5-constant-[0-9]*}:../../devel/p5-constant
 DEPENDS+=              p5-namespace-autoclean>=0.16:../../devel/p5-namespace-autoclean
 DEPENDS+=              {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
 DEPENDS+=              {perl>=5.9.3,p5-Pod-Simple>=1.41}:../../textproc/p5-Pod-Simple
diff -r 7d81707fcff7 -r 9db66e2c0757 devel/Makefile
--- a/devel/Makefile    Sat Jan 31 12:11:21 2015 +0000
+++ b/devel/Makefile    Sat Jan 31 12:19:55 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2036 2015/01/30 14:29:27 mef Exp $
+# $NetBSD: Makefile,v 1.2037 2015/01/31 12:19:55 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -1453,7 +1453,6 @@
 SUBDIR+=       p5-capitalization
 SUBDIR+=       p5-circular-require
 SUBDIR+=       p5-common-sense
-SUBDIR+=       p5-constant
 SUBDIR+=       p5-constant-def
 SUBDIR+=       p5-enum
 SUBDIR+=       p5-ex-lib
diff -r 7d81707fcff7 -r 9db66e2c0757 devel/p5-POE-Component-Pluggable/Makefile
--- a/devel/p5-POE-Component-Pluggable/Makefile Sat Jan 31 12:11:21 2015 +0000
+++ b/devel/p5-POE-Component-Pluggable/Makefile Sat Jan 31 12:19:55 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/10/09 14:06:23 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/01/31 12:19:55 wiz Exp $
 
 DISTNAME=      POE-Component-Pluggable-1.26
 PKGNAME=       p5-${DISTNAME}
@@ -13,7 +13,6 @@
 
 DEPENDS+=      p5-POE>=1.004:../../devel/p5-POE
 DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
-DEPENDS+=      {perl>=5.10.1,p5-constant>=1.17}:../../devel/p5-constant
 
 PERL5_PACKLIST=        auto/POE/Component/Pluggable/.packlist
 
diff -r 7d81707fcff7 -r 9db66e2c0757 devel/p5-constant/DESCR
--- a/devel/p5-constant/DESCR   Sat Jan 31 12:11:21 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-This pragma allows constants to be declared at compile-time.
-
-When a constant is used in an expression, Perl replaces it with its value at
-compile time, and may then optimize the expression further. In particular,
-any code in an if (CONSTANT) block will be optimized away if the constant
-is false.
diff -r 7d81707fcff7 -r 9db66e2c0757 devel/p5-constant/Makefile
--- a/devel/p5-constant/Makefile        Sat Jan 31 12:11:21 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2014/10/09 14:06:29 wiz Exp $
-
-DISTNAME=      constant-1.27
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=constant/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://search.cpan.org/dist/constant/
-COMMENT=       Perl pragma to declare constants
-LICENSE=       ${PERL5_LICENSE}
-
-PERL5_MODULE_TYPE=     Module::Build
-PERL5_PACKLIST=                auto/constant/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 7d81707fcff7 -r 9db66e2c0757 devel/p5-constant/distinfo
--- a/devel/p5-constant/distinfo        Sat Jan 31 12:11:21 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/12/02 12:11:52 wiz Exp $
-
-SHA1 (constant-1.27.tar.gz) = 54223c06f492cd9fff118d8613b973c524df13f6
-RMD160 (constant-1.27.tar.gz) = 358741c5a11fe066b4b9d0e665c71c5965f27b7a
-Size (constant-1.27.tar.gz) = 14967 bytes
diff -r 7d81707fcff7 -r 9db66e2c0757 doc/CHANGES-2015
--- a/doc/CHANGES-2015  Sat Jan 31 12:11:21 2015 +0000
+++ b/doc/CHANGES-2015  Sat Jan 31 12:19:55 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2015,v 1.527 2015/01/31 12:11:21 wiz Exp $
+$NetBSD: CHANGES-2015,v 1.528 2015/01/31 12:19:56 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2015:
 
@@ -705,3 +705,4 @@
        Updated biology/primer3 to 2.3.6 [mef 2015-01-31]
        Updated sysutils/hal to 0.5.14nb15 [wiz 2015-01-31]
        Updated devel/p5-TAP-Harness-Archive to 0.16 [wiz 2015-01-31]
+       Removed devel/p5-constant [wiz 2015-01-31]
diff -r 7d81707fcff7 -r 9db66e2c0757 net/p5-SOAP-Lite/Makefile
--- a/net/p5-SOAP-Lite/Makefile Sat Jan 31 12:11:21 2015 +0000
+++ b/net/p5-SOAP-Lite/Makefile Sat Jan 31 12:19:55 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2014/05/29 23:37:11 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2015/01/31 12:19:56 wiz Exp $
 
 DISTNAME=      SOAP-Lite-1.11
 PKGNAME=       p5-${DISTNAME}
@@ -24,7 +24,6 @@
 DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 DEPENDS+=      p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
-DEPENDS+=      {perl>=5.10.1,p5-constant>=1.14}:../../devel/p5-constant
 DEPENDS+=      p5-libwww>=0:../../www/p5-libwww
 DEPENDS+=      {perl>=5.10.0,p5-version>=0}:../../devel/p5-version
 



Home | Main Index | Thread Index | Old Index