summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-31 12:19:55 +0000
committerwiz <wiz@pkgsrc.org>2015-01-31 12:19:55 +0000
commit7bed2faa717bb0254059e14ba2111e0daf19abc7 (patch)
treea40104bb70f12a5ab54b8cb0212152cf9cf1ee80
parent962f6fdc2eccf85dbbfbfcd9872b003d926906d3 (diff)
downloadpkgsrc-7bed2faa717bb0254059e14ba2111e0daf19abc7.tar.gz
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.
-rw-r--r--databases/p5-App-Sqitch/Makefile3
-rw-r--r--devel/Makefile3
-rw-r--r--devel/p5-POE-Component-Pluggable/Makefile3
-rw-r--r--devel/p5-constant/DESCR6
-rw-r--r--devel/p5-constant/Makefile18
-rw-r--r--devel/p5-constant/distinfo5
-rw-r--r--doc/CHANGES-20153
-rw-r--r--net/p5-SOAP-Lite/Makefile3
8 files changed, 6 insertions, 38 deletions
diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile
index 5634f2ad646..a1a101732be 100644
--- a/databases/p5-App-Sqitch/Makefile
+++ b/databases/p5-App-Sqitch/Makefile
@@ -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-[0-9]*:../../devel/p5-Type-Tiny
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 --git a/devel/Makefile b/devel/Makefile
index 4f9c155bfd2..707d77b8847 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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-boolean
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 --git a/devel/p5-POE-Component-Pluggable/Makefile b/devel/p5-POE-Component-Pluggable/Makefile
index 48c065b724e..5428e22576b 100644
--- a/devel/p5-POE-Component-Pluggable/Makefile
+++ b/devel/p5-POE-Component-Pluggable/Makefile
@@ -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 @@ LICENSE= ${PERL5_LICENSE}
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 --git a/devel/p5-constant/DESCR b/devel/p5-constant/DESCR
deleted file mode 100644
index 4bfae6cf93d..00000000000
--- a/devel/p5-constant/DESCR
+++ /dev/null
@@ -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 --git a/devel/p5-constant/Makefile b/devel/p5-constant/Makefile
deleted file mode 100644
index 0030f6c3532..00000000000
--- a/devel/p5-constant/Makefile
+++ /dev/null
@@ -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
-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 --git a/devel/p5-constant/distinfo b/devel/p5-constant/distinfo
deleted file mode 100644
index 7a35ae3da22..00000000000
--- a/devel/p5-constant/distinfo
+++ /dev/null
@@ -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 --git a/doc/CHANGES-2015 b/doc/CHANGES-2015
index e2dbebbab67..7c500309613 100644
--- a/doc/CHANGES-2015
+++ b/doc/CHANGES-2015
@@ -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 @@ Changes to the packages collection and infrastructure in 2015:
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 --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile
index d87c376c7f5..d6637bec589 100644
--- a/net/p5-SOAP-Lite/Makefile
+++ b/net/p5-SOAP-Lite/Makefile
@@ -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+= {perl>=5.10,p5-Net>=0}:../../net/p5-Net
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