Date: Sun, 2 Sep 2001 19:26:47 +0800 From: Clive Lin <clive@tongi.org> To: "David W. Chapman Jr." <dwcjr@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/mutt-devel Makefile distinfo pkg-plist Message-ID: <20010902192647.A39704@cartier.cirx.org> In-Reply-To: <200108311957.f7VJvLG49977@freefall.freebsd.org> References: <200108311957.f7VJvLG49977@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Could you please consider applying this diff ? I can't remember when mutt hardcoded path to gpg in their gpg.rc.. seems from 1.3.21 or so. This would anony users like me who simply source the gpg.rc supplied with mutt :( On Fri, Aug 31, 2001 at 12:57:21PM -0700, David W. Chapman Jr. wrote: > dwcjr 2001/08/31 12:57:21 PDT > > Modified files: > mail/mutt-devel Makefile distinfo pkg-plist > Log: > Update to 1.3.22.1 > Update patches to same version > > Submitted by: maintainer > > Revision Changes Path > 1.123 +5 -4 ports/mail/mutt-devel/Makefile > 1.60 +6 -6 ports/mail/mutt-devel/distinfo > 1.32 +1 -2 ports/mail/mutt-devel/pkg-plist > - -- PGP key in header X-PGP-key. Win32 users please google for "pgp freeware" to verify my signature. Sign my key if we meet in real life someday :-) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7khdhdFUoBaAIwD4RAskXAJ0SM5yw7gu1wYzgsKL+dj/xmt/tqwCfbZeN oGqR/onLMJjv4UNo5Hj9CKs= =Ba0a -----END PGP SIGNATURE----- --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=mdiff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mutt-devel/Makefile,v retrieving revision 1.123 diff -u -r1.123 Makefile --- Makefile 31 Aug 2001 19:57:21 -0000 1.123 +++ Makefile 2 Sep 2001 11:19:25 -0000 @@ -121,6 +121,10 @@ pre-configure: (cd ${WRKSRC}; aclocal -I m4) +pre-patch: + @${PERL} -pi -e 's,/usr/bin/gpg,/usr/local/bin/gpg,g' \ + ${WRKSRC}/contrib/gpg.rc + .if !defined(NOPORTDOCS) PLIST_SUB+= SUB_DOCS="" post-build: --gKMricLos+KVdGMg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010902192647.A39704>