From owner-cvs-all@FreeBSD.ORG Thu May 19 21:41:07 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A3C116A4CE; Thu, 19 May 2005 21:41:07 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3709643D1D; Thu, 19 May 2005 21:41:07 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.51 (FreeBSD)) id 1DYslS-000BuI-UD; Thu, 19 May 2005 23:41:10 +0200 Date: Thu, 19 May 2005 23:41:10 +0200 From: Kirill Ponomarew To: Anton Berezin , Alfred Perlstein , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050519214110.GH30059@voodoo.oberon.net> References: <200505192025.j4JKP2K0064514@repoman.freebsd.org> <20050519203646.GB50422@heechee.tobez.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050519203646.GB50422@heechee.tobez.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE Keywords: 579279786 Subject: Re: cvs commit: ports/security/p5-Business-PayPal-EWP Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 21:41:07 -0000 On Thu, May 19, 2005 at 10:36:46PM +0200, Anton Berezin wrote: > > alfred 2005-05-19 20:25:02 UTC > > > > FreeBSD ports repository > > > > Modified files: > > security/p5-Business-PayPal-EWP Makefile > > Log: > > fixup commits, patch source not to use "our" when on older perl. > > this may fix it. > > > > Revision Changes Path > > 1.2 +17 -2 ports/security/p5-Business-PayPal-EWP/Makefile > > I especially liked the > > +.if ${PERL_LEVEL} < 500600 > +foo: > + echo ${PERL_LEVEL} > +.endif > > part. :-) But it's of course better than ASCII pic :) -Kirill