From owner-freebsd-perl@FreeBSD.ORG Mon Aug 5 06:00:01 2013 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DC318E3F for ; Mon, 5 Aug 2013 06:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB3592A06 for ; Mon, 5 Aug 2013 06:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r75601Xt059611 for ; Mon, 5 Aug 2013 06:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r75601bJ059610; Mon, 5 Aug 2013 06:00:01 GMT (envelope-from gnats) Date: Mon, 5 Aug 2013 06:00:01 GMT Message-Id: <201308050600.r75601bJ059610@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181046: 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, 05 Aug 2013 06:00:01 -0000 The following reply was made to PR ports/181046; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181046: commit references a PR Date: Mon, 5 Aug 2013 05:58:41 +0000 (UTC) Author: az Date: Mon Aug 5 05:58:29 2013 New Revision: 324259 URL: http://svnweb.freebsd.org/changeset/ports/324259 Log: - Fix port build PR: ports/181046 Submitted by: Erick Turnquist Modified: head/www/p5-Apache-AuthCookie/Makefile Modified: head/www/p5-Apache-AuthCookie/Makefile ============================================================================== --- head/www/p5-Apache-AuthCookie/Makefile Mon Aug 5 03:29:25 2013 (r324258) +++ head/www/p5-Apache-AuthCookie/Makefile Mon Aug 5 05:58:29 2013 (r324259) @@ -16,14 +16,14 @@ BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mo RUN_DEPENDS:= ${BUILD_DEPENDS} USE_APACHE= 22+ +USES= perl5 +USE_PERL5= configure .include CURUSER?= `whoami` CURGRP?= `groups | ${AWK} '{print $$1}'` TESTPORT?= 8228 -USES= perl5 -USE_PERL5= configure CONFIGURE_ENV+= APACHE="${HTTPD}" \ TESTUSER="${CURUSER}" \ TESTGRP="${CURGRP}" \ _______________________________________________ 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"