diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-14 02:55:26 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-14 02:55:26 +0000 |
commit | d2efc9486f1083050f50eb2370bb60ddff7f3ee6 (patch) | |
tree | 29b3be796f2a09b2913cb59336bd0c6eaf24b909 /security/p5-PGP/files | |
parent | Style police. (diff) |
Mass upgrade of CPAN ports:
p5-Apache -> 1.00b2
p5-Array-PrintCols -> 2.0
p5-C-Scan -> 0.4
p5-DBD-Pg -> 0.62
p5-Data-Flow -> 0.05
p5-Devel-Peek -> 0.83
p5-HTML-Stream -> 1.40
p5-HTTPD-Tools -> 0.55
p5-Image-Size -> 2.4
p5-IniConf -> 0.92
p5-Msql -> 1.1809
p5-Mysql -> 1.1809
p5-PGP -> 0.3a
p5-Pg -> 1.6.1
p5-Tk -> 402.002
p5-WWW-Search -> 1.010
p5-libwww -> 5.12
Diffstat (limited to 'security/p5-PGP/files')
-rw-r--r-- | security/p5-PGP/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/p5-PGP/files/patch-aa b/security/p5-PGP/files/patch-aa new file mode 100644 index 000000000000..cf5fad64e136 --- /dev/null +++ b/security/p5-PGP/files/patch-aa @@ -0,0 +1,8 @@ +--- Makefile.PL.orig Sat Sep 13 19:04:08 1997 ++++ Makefile.PL Sat Sep 13 19:04:23 1997 +@@ -1,4 +1,4 @@ + + use ExtUtils::MakeMaker; + +-&WriteMakefile; ++&WriteMakefile( 'NAME' => "PGP::Pipe" ); |