From owner-freebsd-perl@FreeBSD.ORG Wed Oct 23 19:11:25 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01C5DC25 for ; Wed, 23 Oct 2013 19:11:25 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C42C72737 for ; Wed, 23 Oct 2013 19:11:24 +0000 (UTC) Received: by mail-ob0-f172.google.com with SMTP id gq1so1271889obb.17 for ; Wed, 23 Oct 2013 12:11:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gsFSZcY10cQ3cYn3Yf1XPoQBtqhr7kB8vY4R2RzoW1c=; b=fzIWfQx7uuhXMSltGR1sRhy0IWCqsBbbVOiICjYmUlNumhSPYzH/Zf1R6yQ6Im3Su/ ZtOQ9ZenSckf8LHq//PZuc/TBwYjdAVFRle+mR6LxFCMqhdxrD2WUlrmReZcJAq1Lzri he7qafJRqFKuQArWb39oWTWg0hYkfqaFN/DGO9PDNz8Dl4564s1qXVCQijXqmcXtHf7q KllGMPShzCeCqWlvA9pxvUUQfdMm7awcIXadq8pWCj9hA74lV0B2XcUKbiY6UXAv6TKA 1Drlb2lGlZZQHELXnVhosARivoNRAShcdMznBJi8wKRFaS1yvjhS15hW4QiTFdCKVHhK rQGA== MIME-Version: 1.0 X-Received: by 10.182.48.130 with SMTP id l2mr3337434obn.44.1382555484103; Wed, 23 Oct 2013 12:11:24 -0700 (PDT) Received: by 10.182.230.131 with HTTP; Wed, 23 Oct 2013 12:11:24 -0700 (PDT) In-Reply-To: <5268198E.5030900@gmx.de> References: <5268198E.5030900@gmx.de> Date: Wed, 23 Oct 2013 23:11:24 +0400 Message-ID: Subject: Re: perl5.16 possible typo and LATEST_LINK From: Andrej Zverev To: olli hauer Content-Type: text/plain; charset=ISO-8859-1 Cc: perl X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 19:11:25 -0000 Yes, this is typo, same in lang/perl5.18, but good news what typo dont have any effect. I'm not sure about you question about LATEST_LINK, but i think we don't need it anymore/ On Wed, Oct 23, 2013 at 10:46 PM, olli hauer wrote: > Shouldn't LATEST_LINK also switch with the perl default version? > > Additional there is a possible typo in the perl5.16 Makefile around line 186 s/%/$/ > > - ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|%{PERL_VER}|g;' \ > + ${SED} -i '' -e 's|%%PERL_PKGNAME%%|${PKGNAME}|g; s|%%PERL_VER%%|${PERL_VER}|g;' \ > > > -- > br, > olli > > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org"