Date: Sat, 5 Dec 1998 13:00:01 -0800 (PST) From: Don Croyle <croyle@gelemna.ft-wayne.in.us> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/8933: Update security/p5-PGP-Sign port to 0.11 Message-ID: <199812052100.NAA27267@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8933; it has been noted by GNATS. From: Don Croyle <croyle@gelemna.ft-wayne.in.us> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/8933: Update security/p5-PGP-Sign port to 0.11 Date: 05 Dec 1998 15:54:26 -0500 Please use these diffs in place of the ones in the PR and previous followup. Third try should be the charm. Author updated the build process to allow us to avoid the interactive behavior I was patching around, so this doesn't need to add the new file that my earlier efforts did. diff -ruN p5-PGP-Sign.old/Makefile p5-PGP-Sign/Makefile --- p5-PGP-Sign.old/Makefile Tue Sep 15 16:31:53 1998 +++ p5-PGP-Sign/Makefile Sat Dec 5 15:42:28 1998 @@ -1,27 +1,34 @@ # New ports collection makefile for: p5-PGP-Sign -# Version required: 0.09 +# Version required: 0.13 # Date created: January 2, 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $Id: Makefile,v 1.4 1998/09/15 21:31:53 asami Exp $ # -DISTNAME= PGP-Sign-0.09 -PKGNAME= p5-PGP-Sign-0.09 +DISTNAME= PGP-Sign-0.13 +PKGNAME= p5-PGP-Sign-0.13 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGP MAINTAINER= croyle@gelemna.ft-wayne.in.us -RUN_DEPENDS= ${PREFIX}/bin/pgp:${PORTSDIR}/security/pgp +RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp USE_PERL5= yes MAN3= PGP::Sign.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +# This module only works with version 2, so you need to set this +# variable on the command line if you have something else installed as +# pgp. +.ifndef PGP +PGP!= which pgp || echo ${PREFIX}/bin/pgp +.endif + do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PGP=${PGP} .include <bsd.port.mk> diff -ruN p5-PGP-Sign.old/files/md5 p5-PGP-Sign/files/md5 --- p5-PGP-Sign.old/files/md5 Sun Aug 23 19:43:56 1998 +++ p5-PGP-Sign/files/md5 Sat Dec 5 13:51:40 1998 @@ -1 +1 @@ -MD5 (PGP-Sign-0.09.tar.gz) = cde30e2a7092992a252e224394c8ce5e +MD5 (PGP-Sign-0.13.tar.gz) = 645536e716a3ebe316bea24d13dd0400 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?199812052100.NAA27267>