diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-09-14 02:55:26 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-09-14 02:55:26 +0000 |
commit | a25b3b6d7f5feee1b33c6b57f2a0e904ddfe5cc0 (patch) | |
tree | 9c30dff54d3b94887b02a1405e15bc6939b21a72 /security | |
parent | 67bc08ef2a4c85c5a2994de10ee732e8d6c58b75 (diff) | |
download | FreeBSD-ports-a25b3b6d7f5feee1b33c6b57f2a0e904ddfe5cc0.zip FreeBSD-ports-a25b3b6d7f5feee1b33c6b57f2a0e904ddfe5cc0.tar.gz |
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')
-rw-r--r-- | security/p5-PGP/Makefile | 14 | ||||
-rw-r--r-- | security/p5-PGP/distinfo | 2 | ||||
-rw-r--r-- | security/p5-PGP/files/patch-aa | 8 | ||||
-rw-r--r-- | security/p5-PGP/pkg-plist | 8 |
4 files changed, 21 insertions, 11 deletions
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 4978f09..c2bf549 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 33241f1..4c0fdcf 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 0000000..cf5fad6 --- /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 5134b8d..42826e6 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 |