Date: Tue, 15 Jul 2014 21:24:21 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362008 - head/www/mod_perl2 Message-ID: <201407152124.s6FLOLLX013026@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Tue Jul 15 21:24:20 2014 New Revision: 362008 URL: http://svnweb.freebsd.org/changeset/ports/362008 QAT: https://qat.redports.org/buildarchive/r362008/ Log: - since the port is broken if build against apache24 limit the supported apache version to apache22. Modified: head/www/mod_perl2/Makefile Modified: head/www/mod_perl2/Makefile ============================================================================== --- head/www/mod_perl2/Makefile Tue Jul 15 21:13:33 2014 (r362007) +++ head/www/mod_perl2/Makefile Tue Jul 15 21:24:20 2014 (r362008) @@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} SUB_FILES= pkg-message SUB_LIST= APACHEMODDIR=${APACHEMODDIR} -USE_APACHE= 22+ +USE_APACHE= 22 USES= gmake perl5 USE_PERL5= configure USE_CSTD= gnu89
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407152124.s6FLOLLX013026>