From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 19 18:50:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B84E106564A for ; Sat, 19 May 2012 18:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E54C48FC12 for ; Sat, 19 May 2012 18:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4JIo6St096816 for ; Sat, 19 May 2012 18:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4JIo5gC096814; Sat, 19 May 2012 18:50:05 GMT (envelope-from gnats) Resent-Date: Sat, 19 May 2012 18:50:05 GMT Resent-Message-Id: <201205191850.q4JIo5gC096814@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0F3A1065675 for ; Sat, 19 May 2012 18:44:46 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 61DE38FC0C for ; Sat, 19 May 2012 18:44:46 +0000 (UTC) Received: from lucid-nonsense.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q4JIigmM094176; Sat, 19 May 2012 19:44:42 +0100 (BST) (envelope-from matthew@lucid-nonsense.infracaninophile.co.uk) Received: (from matthew@localhost) by lucid-nonsense.infracaninophile.co.uk (8.14.5/8.14.5/Submit) id q4JIifnU094175; Sat, 19 May 2012 19:44:41 +0100 (BST) (envelope-from matthew) Message-Id: <201205191844.q4JIifnU094175@lucid-nonsense.infracaninophile.co.uk> Date: Sat, 19 May 2012 19:44:41 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dsh@vlink.ru Subject: ports/168143: www/p5-HTML-Mason -- fix USE_APACHE syntax for WITH_MOD_PERL=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2012 18:50:07 -0000 >Number: 168143 >Category: ports >Synopsis: www/p5-HTML-Mason -- fix USE_APACHE syntax for WITH_MOD_PERL=yes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 19 18:50:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD lucid-nonsense.infracaninophile.co.uk 9.0-STABLE FreeBSD 9.0-STABLE #12: Thu May 3 22:05:28 BST 2012 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64 >Description: Looks like a trivial typo has slipped through. The argument to USE_APACHE should be 20+ rather than 2.0+. This breaks building the port if WITH_MOD_PERL is set in OPTIONS. No PORTREVISION bump, as this doesn't affect the package built with the default OPTIONS. Maintainer: OK for me to commit this? >How-To-Repeat: >Fix: --- p5-HTML-Mason.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-HTML-Mason/Makefile,v retrieving revision 1.69 diff -u -u -r1.69 Makefile --- Makefile 16 May 2012 04:09:48 -0000 1.69 +++ Makefile 19 May 2012 18:36:40 -0000 @@ -68,7 +68,7 @@ .include .if defined(WITH_MOD_PERL) -USE_APACHE= 2.0+ +USE_APACHE= 20+ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 .endif --- p5-HTML-Mason.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: