summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorerh <erh>2005-08-15 01:51:14 +0000
committererh <erh>2005-08-15 01:51:14 +0000
commit0bb8e7eef1e90c91e4457ddb57b637250cc81899 (patch)
treeb550ca1afefd28368c16a72950354269963a1fd7 /devel
parent02ca8727c2312128c51cfc398736db0eb516b8f3 (diff)
downloadpkgsrc-0bb8e7eef1e90c91e4457ddb57b637250cc81899.tar.gz
Add the Morgan Stanley Dean Witter license used by p5-Date-Business.
Avoid interactive prompts during the configuration of that package.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Date-Business/Makefile4
-rw-r--r--devel/p5-Date-Business/distinfo3
-rw-r--r--devel/p5-Date-Business/patches/patch-aa13
3 files changed, 18 insertions, 2 deletions
diff --git a/devel/p5-Date-Business/Makefile b/devel/p5-Date-Business/Makefile
index 2e225b76615..a1cec9ecbaa 100644
--- a/devel/p5-Date-Business/Makefile
+++ b/devel/p5-Date-Business/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:09 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/15 01:51:14 erh Exp $
#
DISTNAME= Date-Business-1.2
@@ -14,6 +14,8 @@ COMMENT= Perl5 module for fast calendar and business date calculations
PKG_INSTALLATION_TYPES= overwrite pkgviews
+LICENSE= morganstanley-license
+
PERL5_PACKLIST= auto/Date/Business/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/devel/p5-Date-Business/distinfo b/devel/p5-Date-Business/distinfo
index 5012f53fb26..f3ac81b7825 100644
--- a/devel/p5-Date-Business/distinfo
+++ b/devel/p5-Date-Business/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:24 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/08/15 01:51:14 erh Exp $
SHA1 (Date-Business-1.2.tar.gz) = e3798fa59936b77cd6a68e4b1c51fa40732ab121
RMD160 (Date-Business-1.2.tar.gz) = 4988f75b295b39d276d71cbe08ef14e477df7f65
Size (Date-Business-1.2.tar.gz) = 8201 bytes
+SHA1 (patch-aa) = 772188d5ac27dffc0b36452ed51267dcc79ed647
diff --git a/devel/p5-Date-Business/patches/patch-aa b/devel/p5-Date-Business/patches/patch-aa
new file mode 100644
index 00000000000..b52178a28eb
--- /dev/null
+++ b/devel/p5-Date-Business/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/08/15 01:51:14 erh Exp $
+
+--- Makefile.PL.orig 2005-08-14 20:36:40.000000000 -0500
++++ Makefile.PL 2005-08-14 20:37:04.000000000 -0500
+@@ -20,7 +20,7 @@
+ LegalMumboJumbo
+
+ print "Did you read the LICENSE file and agree to its terms and conditions? [y] ";
+-my $answer = <STDIN>;
++my $answer = "y";
+ exit 1 if $answer =~ /^n/i;
+
+ open(YES,">.LICENSE.ACCEPTED") ||