head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q2:1.2.0.24 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.22 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.18 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.16 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.14 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.12 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.10 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.8 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.6 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.2 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.1.0.6 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.4 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.2; locks; strict; comment @# @; 1.3 date 2012.08.18.01.21.26; author wen; state dead; branches; next 1.2; 1.2 date 2009.09.19.17.03.46; author sno; state Exp; branches; next 1.1; 1.1 date 2009.01.06.00.40.24; author he; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2009.01.06.00.40.24; author rtr; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2009.01.07.11.38.44; author rtr; state Exp; branches; next ; desc @@ 1.3 log @Update to 3.029 Remove the unneeded patch Upstream changes: Version 3.029 Allow the MIME-Version header to be replaced (thanks, Florian!) Version 3.028 Various documentation fixes @ text @$NetBSD: patch-aa,v 1.2 2009/09/19 17:03:46 sno Exp $ --- Makefile.PL.orig 2009-09-17 14:13:24.000000000 +0000 +++ Makefile.PL 2009-09-19 17:01:42.000000000 +0000 @@@@ -21,7 +21,6 @@@@ 'File::Spec' => 0, 'Email::Date::Format' => '1.000', # first release ); -if (prompt("Add prereqs?",'Yes')=~/y/i) { %prereq=( %prereq, 'Mail::Address' => 1.62, 'MIME::Types' => 1.28, @@@@ -29,7 +28,6 @@@@ 'MIME::Base64' => undef, 'MIME::QuotedPrint' => undef, ); -} # Write the Makefile: WriteMakefile( @ 1.2 log @Updating mail/p5-MIME-Lite from 3.025 to 3.026 pkgsrc changes: - Adjusting dependencies Upstream changes: Version 3.026 Fix tests to pass with MIME::Types 1.28 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2009/01/06 00:40:24 he Exp $ @ 1.1 log @Upgrade from version 3.023 to 3.023nb1. Pkgsrc changes: o Actually add the advertized patch to get rid of the interactivity @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- Makefile.PL.orig 2008-11-17 15:20:47.000000000 +0000 +++ Makefile.PL @@@@ -21,7 +21,6 @@@@ my %prereq = ( d12 2 a13 2 'MIME::Types' => 1.13, @@@@ -29,7 +28,6 @@@@ if (prompt("Add prereqs?",'Yes')=~/y/i) @ 1.1.2.1 log @file patch-aa was added on branch pkgsrc-2008Q4 on 2009-01-07 11:38:44 +0000 @ text @d1 20 @ 1.1.2.2 log @pullup ticket #2625 - requested by he p5-MIME-Lite: patch to remove interactive build revisions pulled up: pkgsrc/mail/p5-MIME-Lite/Makefile 1.15 pkgsrc/mail/p5-MIME-Lite/patches/patch-aa 1.1 Module Name: pkgsrc Committed By: he Date: Tue Jan 6 00:40:24 UTC 2009 Modified Files: pkgsrc/mail/p5-MIME-Lite: Makefile Added Files: pkgsrc/mail/p5-MIME-Lite/patches: patch-aa Log Message: Upgrade from version 3.023 to 3.023nb1. Pkgsrc changes: o Actually add the advertized patch to get rid of the interactivity @ text @a0 20 $NetBSD: patch-aa,v 1.1 2009/01/06 00:40:24 he Exp $ --- Makefile.PL.orig 2008-11-17 15:20:47.000000000 +0000 +++ Makefile.PL @@@@ -21,7 +21,6 @@@@ my %prereq = ( 'File::Spec' => 0, 'Email::Date::Format' => '1.000', # first release ); -if (prompt("Add prereqs?",'Yes')=~/y/i) { %prereq=( %prereq, 'Mail::Address' => 1.62, 'MIME::Types' => 1.13, @@@@ -29,7 +28,6 @@@@ if (prompt("Add prereqs?",'Yes')=~/y/i) 'MIME::Base64' => undef, 'MIME::QuotedPrint' => undef, ); -} # Write the Makefile: WriteMakefile( @