svn commit: r301488 - in head: devel/bugzilla devel/bugzilla3 mail/p5-qpsmtpd
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 24 21:43:17 UTC 2012
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
>
> Log:
> - fix broken mod_perl include
>
> apache version detect was not enabled,
> the time SITE_PERL was removed from *_DEPENDS
>
> Modified:
> head/devel/bugzilla/Makefile
> head/devel/bugzilla3/Makefile
> head/mail/p5-qpsmtpd/Makefile
>
>
> PORTNAME= qpsmtpd
> PORTVERSION= 0.84
> -PORTREVISION= 5
> +PORTREVISION= 6
> CATEGORIES= mail perl5
> MASTER_SITES= http://smtpd.develooper.com/files/
> PKGNAMEPREFIX= p5-
> @@ -25,9 +25,13 @@ BUILD_DEPENDS= spamd:${PORTSDIR}/mail/p5
> p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes
> RUN_DEPENDS:= ${BUILD_DEPENDS}
>
> -OPTIONS = MODPERL "Enable Apache Support via mod_perl" On
> +OPTIONS_DEFINE= MODPERL
> +OPTIONS_DEFAULT=MODPERL
> +MOD_PERL_DESC= "Apache Support via mod_perl"
------^
Beware you have a typo here. which mean your port is using the description from
bsd.options.desc.mk
Plus the quotes are not needed in description.
regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20120724/57a01572/attachment.sig>
More information about the svn-ports-head
mailing list