[Midnightbsd-cvs] mports [22334] cleanup a bit

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 25 11:14:21 EST 2017


Revision: 22334
          http://svnweb.midnightbsd.org/mports/?rev=22334
Author:   laffer1
Date:     2017-02-25 11:14:21 -0500 (Sat, 25 Feb 2017)
Log Message:
-----------
cleanup a bit

Modified Paths:
--------------
    trunk/www/mod_perl2/Makefile
    trunk/www/mod_perl2/pkg-descr

Property Changed:
----------------
    trunk/www/mod_perl2/pkg-descr

Modified: trunk/www/mod_perl2/Makefile
===================================================================
--- trunk/www/mod_perl2/Makefile	2017-02-25 16:09:07 UTC (rev 22333)
+++ trunk/www/mod_perl2/Makefile	2017-02-25 16:14:21 UTC (rev 22334)
@@ -9,19 +9,19 @@
 PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	2
 
-MAINTAINER=	ctriv at MidnightBSD.org
-COMMENT=	Embeds a Perl interpreter in the Apache2 server
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Embeds a Perl interpreter in the Apache server
 
 LICENSE=	apache2
 
-BUILD_DEPENDS=	p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource
+BUILD_DEPENDS=	p5-BSD-Resource>=0:devel/p5-BSD-Resource
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 SUB_FILES=	pkg-message
 SUB_LIST=	APACHEMODDIR=${APACHEMODDIR}
+USES=		cpe gmake perl
 USE_APACHE=	22+
 PERL_CONFIGURE=	yes
-GMAKE=		yes
 
 CSTD=	c89
 
@@ -30,40 +30,6 @@
 # use paths returned by apxs to install some components. Fixes welcome.
 CONFIGURE_ARGS=	MP_APXS=${LOCALBASE}/sbin/apxs PREFIX=${PREFIX}
 
-MAN3=		APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \
-		APR::BucketAlloc.3 APR::BucketType.3 APR::Const.3 \
-		APR::Date.3 APR::Error.3 APR::Finfo.3 APR::IpSubnet.3 \
-		APR::OS.3 APR::PerlIO.3 APR::Pool.3 APR::SockAddr.3 \
-		APR::Socket.3 APR::Status.3 APR::String.3 APR::Table.3 \
-		APR::ThreadMutex.3 APR::URI.3 APR::UUID.3 APR::Util.3 \
-		Apache2::Access.3 Apache2::Build.3 Apache2::CmdParms.3 \
-		Apache2::Command.3 Apache2::Connection.3 Apache2::Const.3 \
-		Apache2::Directive.3 Apache2::Filter.3 Apache2::FilterRec.3 \
-		Apache2::HookRun.3 Apache2::Log.3 Apache2::MPM.3 \
-		Apache2::Module.3 Apache2::PerlSections.3 Apache2::Process.3 \
-		Apache2::Reload.3 \
-		Apache2::RequestIO.3 Apache2::RequestRec.3 \
-		Apache2::RequestUtil.3 Apache2::Resource.3 \
-		Apache2::Response.3 Apache2::ServerRec.3 \
-		Apache2::ServerUtil.3 Apache2::SizeLimit.3 Apache2::Status.3 \
-		Apache2::SubProcess.3 Apache2::SubRequest.3 Apache2::URI.3 \
-		Apache2::Util.3 Apache2::compat.3 Apache2::porting.3 \
-		Apache::Reload.3 Apache::SizeLimit.3 Apache::SizeLimit::Core.3 \
-		Apache::Test.3 Apache::TestConfig.3 Apache::TestHandler.3 \
-		Apache::TestMB.3 Apache::TestMM.3 Apache::TestReport.3 \
-		Apache::TestRequest.3 Apache::TestRun.3 Apache::TestRunPHP.3 \
-		Apache::TestRunPerl.3 Apache::TestServer.3 Apache::TestSmoke.3 \
-		Apache::TestTrace.3 Apache::TestUtil.3 \
-		Bundle::Apache2.3 Bundle::ApacheTest.3 ModPerl::BuildMM.3 \
-		ModPerl::CScan.3 ModPerl::Code.3 ModPerl::Config.3 \
-		ModPerl::Const.3 ModPerl::Global.3 ModPerl::MM.3 \
-		ModPerl::MethodLookup.3 ModPerl::PerlRun.3 \
-		ModPerl::PerlRunPrefork.3 ModPerl::Registry.3 \
-		ModPerl::RegistryBB.3 ModPerl::RegistryCooker.3 \
-		ModPerl::RegistryLoader.3 ModPerl::RegistryPrefork.3 \
-		ModPerl::Util.3 mod_perl2.3 Apache2::ConnectionUtil.3 \
-		APR::ThreadRWLock.3
-
 .include <bsd.port.pre.mk>
 
 .if ${APACHE_VERSION} > 22

Modified: trunk/www/mod_perl2/pkg-descr
===================================================================
--- trunk/www/mod_perl2/pkg-descr	2017-02-25 16:09:07 UTC (rev 22333)
+++ trunk/www/mod_perl2/pkg-descr	2017-02-25 16:14:21 UTC (rev 22334)
@@ -10,6 +10,6 @@
 As you'd expect from the Perl community, there are hundreds of modules
 written for mod_perl, everything from persistent database connections, to
 templating sytems, to complete XML content delivery systems. Web sites like
-Slashdot and Wired Magazine use mod_perl. 
+Slashdot and Wired Magazine use mod_perl.
 
 WWW: http://perl.apache.org/


Property changes on: trunk/www/mod_perl2/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list