From owner-freebsd-perl@FreeBSD.ORG Mon May 6 08:20:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5DC6659D for ; Mon, 6 May 2013 08:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 380BACC0 for ; Mon, 6 May 2013 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r468K1pq091361 for ; Mon, 6 May 2013 08:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r468K1TN091360; Mon, 6 May 2013 08:20:01 GMT (envelope-from gnats) Date: Mon, 6 May 2013 08:20:01 GMT Message-Id: <201305060820.r468K1TN091360@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178363: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 08:20:01 -0000 The following reply was made to PR ports/178363; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178363: commit references a PR Date: Mon, 6 May 2013 08:11:38 +0000 (UTC) Author: az Date: Mon May 6 08:11:25 2013 New Revision: 317478 URL: http://svnweb.freebsd.org/changeset/ports/317478 Log: - Fix typo VENDOR_PREFIX -> VENDOR_PREFIX_DESC PR: ports/178363 Submitted by: Sayetsky Anton Pointy hat: az@ Modified: head/lang/perl5.12/Makefile head/lang/perl5.14/Makefile head/lang/perl5.16/Makefile Modified: head/lang/perl5.12/Makefile ============================================================================== --- head/lang/perl5.12/Makefile Mon May 6 07:53:38 2013 (r317477) +++ head/lang/perl5.12/Makefile Mon May 6 08:11:25 2013 (r317478) @@ -34,7 +34,7 @@ PTHREAD_DESC= Build with -pthread MULTIPLICITY_DESC= Use multiplicity SITECUSTOMIZE_DESC= Run-time customization of @INC USE_PERL_DESC= Rewrite links in /usr/bin -VENDOR_PREFIX= Use vendor prefix +VENDOR_PREFIX_DESC= Use vendor prefix PORTSCOUT= limitw:1,even Modified: head/lang/perl5.14/Makefile ============================================================================== --- head/lang/perl5.14/Makefile Mon May 6 07:53:38 2013 (r317477) +++ head/lang/perl5.14/Makefile Mon May 6 08:11:25 2013 (r317478) @@ -34,7 +34,7 @@ PTHREAD_DESC= Build with -pthread MULTIPLICITY_DESC= Use multiplicity SITECUSTOMIZE_DESC= Run-time customization of @INC USE_PERL_DESC= Rewrite links in /usr/bin -VENDOR_PREFIX= Use vendor prefix +VENDOR_PREFIX_DESC= Use vendor prefix PORTSCOUT= limitw:1,even Modified: head/lang/perl5.16/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Mon May 6 07:53:38 2013 (r317477) +++ head/lang/perl5.16/Makefile Mon May 6 08:11:25 2013 (r317478) @@ -34,7 +34,7 @@ PTHREAD_DESC= Build with -pthread MULTIPLICITY_DESC= Use multiplicity SITECUSTOMIZE_DESC= Run-time customization of @INC USE_PERL_DESC= Rewrite links in /usr/bin -VENDOR_PREFIX= Use vendor prefix +VENDOR_PREFIX_DESC= Use vendor prefix PORTSCOUT= limitw:1,even _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"