From owner-freebsd-ports Sat Dec 5 13:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10355 for freebsd-ports-outgoing; Sat, 5 Dec 1998 13:00:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10322 for ; Sat, 5 Dec 1998 13:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA27267; Sat, 5 Dec 1998 13:00:01 -0800 (PST) Date: Sat, 5 Dec 1998 13:00:01 -0800 (PST) Message-Id: <199812052100.NAA27267@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Don Croyle Subject: Re: ports/8933: Update security/p5-PGP-Sign port to 0.11 Reply-To: Don Croyle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/8933; it has been noted by GNATS. From: Don Croyle 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 # # $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 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