From owner-svn-ports-all@FreeBSD.ORG Tue Jul 24 21:43:17 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5FE81065672; Tue, 24 Jul 2012 21:43:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8877A8FC0C; Tue, 24 Jul 2012 21:43:17 +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 q6OLhHGJ084352; Tue, 24 Jul 2012 21:43:17 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6OLhH4F084351; Tue, 24 Jul 2012 21:43:17 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Tue, 24 Jul 2012 21:43:14 +0000 From: Baptiste Daroussin To: Olli Hauer Message-ID: <20120724214314.GA31691@ithaqua.etoilebsd.net> References: <201207241924.q6OJOMqK065178@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <201207241924.q6OJOMqK065178@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r301488 - in head: devel/bugzilla devel/bugzilla3 mail/p5-qpsmtpd X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2012 21:43:17 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 24, 2012 at 07:24:22PM +0000, Olli Hauer wrote: > Author: ohauer > Date: Tue Jul 24 19:24:22 2012 > New Revision: 301488 > URL: http://svn.freebsd.org/changeset/ports/301488 >=20 > Log: > - fix broken mod_perl include > =20 > apache version detect was not enabled, > the time SITE_PERL was removed from *_DEPENDS >=20 > Modified: > head/devel/bugzilla/Makefile > head/devel/bugzilla3/Makefile > head/mail/p5-qpsmtpd/Makefile >=20 > =20 > PORTNAME=3D qpsmtpd > PORTVERSION=3D 0.84 > -PORTREVISION=3D 5 > +PORTREVISION=3D 6 > CATEGORIES=3D mail perl5 > MASTER_SITES=3D http://smtpd.develooper.com/files/ > PKGNAMEPREFIX=3D p5- > @@ -25,9 +25,13 @@ BUILD_DEPENDS=3D spamd:${PORTSDIR}/mail/p5 > p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes > RUN_DEPENDS:=3D ${BUILD_DEPENDS} > =20 > -OPTIONS =3D MODPERL "Enable Apache Support via mod_perl" On > +OPTIONS_DEFINE=3D MODPERL > +OPTIONS_DEFAULT=3DMODPERL > +MOD_PERL_DESC=3D "Apache Support via mod_perl" ------^ Beware you have a typo here. which mean your port is using the description = =66rom bsd.options.desc.mk Plus the quotes are not needed in description. regards, Bapt --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlAPFvIACgkQ8kTtMUmk6EwwpgCfTq+kvPVs+zYEup4zIJrNe5XD prMAnRjUCzQ7S0tjAol4sayeRg5xJw/p =04GU -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK--