Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 1998 18:40:01 -0700 (PDT)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/7421: update p5-PGP-Sign to 0.09
Message-ID:  <199808130140.SAA15320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7421; it has been noted by GNATS.

From: Don Croyle <croyle@gelemna.ft-wayne.in.us>
To: freebsd-gnats-submit@freebsd.org, croyle@gelemna.ft-wayne.in.us
Cc:  Subject: Re: ports/7421: update p5-PGP-Sign to 0.09
Date: Wed, 12 Aug 1998 20:35:37 -0500

 Replacement for the patch in the PR, so that the port will work with
 perl 5.005.
 
 --- p5-PGP-Sign.old/Makefile	Sun May  3 22:50:45 1998
 +++ p5-PGP-Sign/Makefile	Wed Aug 12 19:04:09 1998
 @@ -1,13 +1,13 @@
  # New ports collection makefile for: p5-PGP-Sign
 -# Version required: 0.08
 +# Version required: 0.09
  # Date created: January 2, 1998
  # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
  #
  # $Id: Makefile,v 1.1.1.1 1998/05/04 03:50:45 mph Exp $
  #
  
 -DISTNAME=	PGP-Sign-0.08
 -PKGNAME=	p5-PGP-Sign-0.08
 +DISTNAME=	PGP-Sign-0.09
 +PKGNAME=	p5-PGP-Sign-0.09
  CATEGORIES=	security perl5
  MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
  MASTER_SITE_SUBDIR=	PGP
 @@ -19,7 +19,7 @@
  USE_PERL5=	yes
  
  MAN3=		PGP::Sign.3
 -MANPREFIX=	${PREFIX}/lib/perl5
 +MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
  
  do-configure:
  	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
 diff -ruN p5-PGP-Sign.old/files/md5 p5-PGP-Sign/files/md5
 --- p5-PGP-Sign.old/files/md5	Sun May  3 22:50:45 1998
 +++ p5-PGP-Sign/files/md5	Wed Aug 12 19:05:42 1998
 @@ -1 +1 @@
 -MD5 (PGP-Sign-0.08.tar.gz) = c749930a6e36c97eedee14e27185d062
 +MD5 (PGP-Sign-0.09.tar.gz) = cde30e2a7092992a252e224394c8ce5e
 diff -ruN p5-PGP-Sign.old/pkg/PLIST p5-PGP-Sign/pkg/PLIST
 --- p5-PGP-Sign.old/pkg/PLIST	Sun May  3 22:50:45 1998
 +++ p5-PGP-Sign/pkg/PLIST	Wed Aug 12 19:05:13 1998
 @@ -1,4 +1,3 @@
 -lib/perl5/man/man3/PGP::Sign.3.gz
 -lib/perl5/site_perl/PGP/Sign.pm
 -lib/perl5/site_perl/i386-freebsd/auto/PGP/Sign/.packlist
 -@dirrm lib/perl5/site_perl/i386-freebsd/auto/PGP/Sign
 +lib/perl5/site_perl/%%PERL_VER%%/PGP/Sign.pm
 +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PGP/Sign/.packlist
 +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PGP/Sign

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808130140.SAA15320>