summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-09-14 02:55:26 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-09-14 02:55:26 +0000
commitd2efc9486f1083050f50eb2370bb60ddff7f3ee6 (patch)
tree29b3be796f2a09b2913cb59336bd0c6eaf24b909 /security
parentStyle 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
Notes
Notes: svn path=/head/; revision=7898
Diffstat (limited to 'security')
-rw-r--r--security/p5-PGP/Makefile14
-rw-r--r--security/p5-PGP/distinfo2
-rw-r--r--security/p5-PGP/files/patch-aa8
-rw-r--r--security/p5-PGP/pkg-plist8
4 files changed, 21 insertions, 11 deletions
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile
index 4978f09095b4..c2bf54957d5a 100644
--- a/security/p5-PGP/Makefile
+++ b/security/p5-PGP/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: p5-PGP
-# Version required: 0.2alpha
+# Version required: 0.3a
# Date created: October 21st 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.7 1997/06/09 16:06:42 jfitz Exp $
+# $Id: Makefile,v 1.8 1997/06/24 18:43:28 jfitz Exp $
#
-DISTNAME= PGP-0.2alpha
-PKGNAME= p5-PGP-0.2a
+DISTNAME= PGP-0.3a
+PKGNAME= p5-PGP-0.3a
CATEGORIES= security perl5
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITES=
@@ -19,10 +19,12 @@ BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp
USE_PERL5= YES
-NO_WRKSUBDIR= YES
-MAN3= PGP.3
+MAN3= PGP::Pipe.3
MANPREFIX= ${PREFIX}/lib/perl5
+pre-configure:
+ @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC}
+
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
diff --git a/security/p5-PGP/distinfo b/security/p5-PGP/distinfo
index 33241f16a5e2..4c0fdcf81ea0 100644
--- a/security/p5-PGP/distinfo
+++ b/security/p5-PGP/distinfo
@@ -1 +1 @@
-MD5 (PGP-0.2alpha.tar.gz) = 979ca0729c0f2fb18c088ab16b11848d
+MD5 (PGP-0.3a.tar.gz) = f1dcc422173e529fab8b69a83567e107
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" );
diff --git a/security/p5-PGP/pkg-plist b/security/p5-PGP/pkg-plist
index 5134b8dc6a86..42826e658cca 100644
--- a/security/p5-PGP/pkg-plist
+++ b/security/p5-PGP/pkg-plist
@@ -1,4 +1,4 @@
-lib/perl5/man/man3/PGP.3.gz
-lib/perl5/site_perl/PGP-parse.pl
-lib/perl5/site_perl/PGP.pm
-lib/perl5/site_perl/i386-freebsd/auto/work/.packlist
+lib/perl5/man/man3/PGP::Pipe.3.gz
+lib/perl5/site_perl/PGP/Pipe.pm
+lib/perl5/site_perl/i386-freebsd/auto/PGP/Pipe/.packlist
+@dirrm lib/perl5/site_perl/i386-freebsd/auto/PGP/Pipe \ No newline at end of file