Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2019 13:52:35 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491809 - head/www/mod_perl2
Message-ID:  <201902011352.x11DqZfj062481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Fri Feb  1 13:52:35 2019
New Revision: 491809
URL: https://svnweb.freebsd.org/changeset/ports/491809

Log:
  www/mod_perl2: Remove Apache 2.2 support
  
  PR:		235263
  Submitted by:	sunpoet
  With hat:	apache

Modified:
  head/www/mod_perl2/Makefile
  head/www/mod_perl2/pkg-plist

Modified: head/www/mod_perl2/Makefile
==============================================================================
--- head/www/mod_perl2/Makefile	Fri Feb  1 13:21:41 2019	(r491808)
+++ head/www/mod_perl2/Makefile	Fri Feb  1 13:52:35 2019	(r491809)
@@ -32,13 +32,6 @@ PLIST_SUB+=	APMOD_FILE=${APMOD_FILE}
 
 .include <bsd.port.pre.mk>
 
-# Provider is built if apache24 is in use
-.if ${APACHE_VERSION:M2.2}
-PLIST_SUB+=	AP22="@comment "
-.else
-PLIST_SUB+=	AP22=""
-.endif
-
 CONFIGURE_ARGS=	PREFIX=${PREFIX} MP_APXS=${APXS} \
 		MP_APR_CONFIG=${LOCALBASE}/bin/apr-1-config
 

Modified: head/www/mod_perl2/pkg-plist
==============================================================================
--- head/www/mod_perl2/pkg-plist	Fri Feb  1 13:21:41 2019	(r491808)
+++ head/www/mod_perl2/pkg-plist	Fri Feb  1 13:52:35 2019	(r491809)
@@ -131,7 +131,7 @@ bin/mp2bug
 %%SITE_ARCH%%/Apache2/PerlSections.pm
 %%SITE_ARCH%%/Apache2/PerlSections/Dump.pm
 %%SITE_ARCH%%/Apache2/Process.pm
-%%AP22%%%%SITE_ARCH%%/Apache2/Provider.pm
+%%SITE_ARCH%%/Apache2/Provider.pm
 %%SITE_ARCH%%/Apache2/Reload.pm
 %%SITE_ARCH%%/Apache2/RequestIO.pm
 %%SITE_ARCH%%/Apache2/RequestRec.pm
@@ -221,7 +221,7 @@ bin/mp2bug
 %%SITE_ARCH%%/auto/Apache2/MPM/MPM.so
 %%SITE_ARCH%%/auto/Apache2/Module/Module.so
 %%SITE_ARCH%%/auto/Apache2/Process/Process.so
-%%AP22%%%%SITE_ARCH%%/auto/Apache2/Provider/Provider.so
+%%SITE_ARCH%%/auto/Apache2/Provider/Provider.so
 %%SITE_ARCH%%/auto/Apache2/RequestIO/RequestIO.so
 %%SITE_ARCH%%/auto/Apache2/RequestRec/RequestRec.so
 %%SITE_ARCH%%/auto/Apache2/RequestUtil/RequestUtil.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902011352.x11DqZfj062481>