diff options
author | erh <erh> | 2005-08-15 01:51:14 +0000 |
---|---|---|
committer | erh <erh> | 2005-08-15 01:51:14 +0000 |
commit | 0bb8e7eef1e90c91e4457ddb57b637250cc81899 (patch) | |
tree | b550ca1afefd28368c16a72950354269963a1fd7 /devel | |
parent | 02ca8727c2312128c51cfc398736db0eb516b8f3 (diff) | |
download | pkgsrc-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/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Date-Business/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Date-Business/patches/patch-aa | 13 |
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") || |