summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2014-01-01 09:20:33 +0000
committerwen <wen>2014-01-01 09:20:33 +0000
commit5330244bb497dccc53025ff72893eaa02d7463f1 (patch)
tree4092db71bcdde94a1ed982e14c954047154af360
parentb1329eee92fbdb0e5f20ce7014923d8840cd3184 (diff)
downloadpkgsrc-5330244bb497dccc53025ff72893eaa02d7463f1.tar.gz
Update to 1.002000
Remove the patch which included into src upstream Upstream changes: 1.002000 - 2013-12-10 - allow specifying by caller level, as well as specifying file, line, and version 1.001001 2013-03-25 - fix NAME in Makefile.PL (RT#84207)
-rw-r--r--devel/p5-Import-Into/Makefile7
-rw-r--r--devel/p5-Import-Into/distinfo9
-rw-r--r--devel/p5-Import-Into/patches/patch-aa15
3 files changed, 7 insertions, 24 deletions
diff --git a/devel/p5-Import-Into/Makefile b/devel/p5-Import-Into/Makefile
index ab4ca866c67..4ad01cbcef6 100644
--- a/devel/p5-Import-Into/Makefile
+++ b/devel/p5-Import-Into/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2013/05/31 12:40:26 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2014/01/01 09:20:33 wen Exp $
#
-DISTNAME= Import-Into-1.001000
+DISTNAME= Import-Into-1.002000
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTROUT/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Import-Into/
diff --git a/devel/p5-Import-Into/distinfo b/devel/p5-Import-Into/distinfo
index abb9e2bdaa6..e9a2687ca35 100644
--- a/devel/p5-Import-Into/distinfo
+++ b/devel/p5-Import-Into/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/10/19 07:47:13 sno Exp $
+$NetBSD: distinfo,v 1.2 2014/01/01 09:20:33 wen Exp $
-SHA1 (Import-Into-1.001000.tar.gz) = 327f195ddc6773497ee282e58546f5cb519dda5f
-RMD160 (Import-Into-1.001000.tar.gz) = 0340a94a5db295ab851346795d1e40abb1c97681
-Size (Import-Into-1.001000.tar.gz) = 4762 bytes
-SHA1 (patch-aa) = 6691d22c594497fadc0ae362f3b4ec67b61f8a2e
+SHA1 (Import-Into-1.002000.tar.gz) = d897e14ac05efd1d270c1b74ed53b627a5000688
+RMD160 (Import-Into-1.002000.tar.gz) = 41d8cf1f0b16933ef5c4779e92ac7fe393f48a1f
+Size (Import-Into-1.002000.tar.gz) = 6483 bytes
diff --git a/devel/p5-Import-Into/patches/patch-aa b/devel/p5-Import-Into/patches/patch-aa
deleted file mode 100644
index 613ad46c7fe..00000000000
--- a/devel/p5-Import-Into/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2012/10/19 07:47:13 sno Exp $
-
-# Fix irregular module name
-
---- Makefile.PL.orig 2012-05-03 20:14:06.000000000 +0000
-+++ Makefile.PL
-@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
- (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
-
- WriteMakefile(
-- NAME => 'Import-Into',
-+ NAME => 'Import::Into',
- VERSION_FROM => 'lib/Import/Into.pm',
- PREREQ_PM => { },
- LICENSE => 'perl',