From 2b68745d6561bb3b4f98c84be2a70712110fecf2 Mon Sep 17 00:00:00 2001 From: avsm Date: Wed, 18 Apr 2001 23:08:29 +0000 Subject: [PATCH] - revert MAINTAINER to ports@ until Pavel's email stops bouncing - integrate COMMENT, bump NEED_VERSION - dont rm some directories that are used by other CPAN modules - build without LARGEFILE support, since in-tree Apache does not include it --- www/mod_perl/Makefile | 11 ++++++----- www/mod_perl/pkg/COMMENT | 1 - www/mod_perl/pkg/PLIST | 4 +--- 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 www/mod_perl/pkg/COMMENT diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index c8f8e5f3168..8f7af5d9f2a 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -1,18 +1,19 @@ -# $OpenBSD: Makefile,v 1.4 2001/02/09 19:19:39 brad Exp $ +# $OpenBSD: Makefile,v 1.5 2001/04/18 23:08:29 avsm Exp $ # This port current only works with archs supporting dynamic loading ONLY_FOR_ARCHS= i386 m68k sparc +COMMENT= "module that embeds a Perl interpreter into Apache" + DISTNAME= mod_perl-1.25 CATEGORIES= www perl5 -NEED_VERSION= 1.337 +NEED_VERSION= 1.401 MASTER_SITES= http://perl.apache.org/dist/ \ ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache HOMEPAGE= http://perl.apache.org/ - -MAINTAINER= Pavel Korovin +MAINTAINER= ports@openbsd.org PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -20,7 +21,7 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes CONFIGURE_STYLE= perl -CONFIGURE_ARGS= USE_APXS="1" EVERYTHING="1" WITH_APXS="/usr/sbin/apxs" +CONFIGURE_ARGS= USE_APXS="1" EVERYTHING="1" WITH_APXS="/usr/sbin/apxs" PERL_USELARGEFILES="0" INSTALL_TARGET= pure_install doc_install diff --git a/www/mod_perl/pkg/COMMENT b/www/mod_perl/pkg/COMMENT deleted file mode 100644 index d024a532a30..00000000000 --- a/www/mod_perl/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -module that embeds a Perl interpreter into Apache diff --git a/www/mod_perl/pkg/PLIST b/www/mod_perl/pkg/PLIST index 5a6be893592..1051cc1318f 100644 --- a/www/mod_perl/pkg/PLIST +++ b/www/mod_perl/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2001/02/09 19:19:40 brad Exp $ +@comment $OpenBSD: PLIST,v 1.3 2001/04/18 23:08:31 avsm Exp $ lib/mod_perl.so libdata/perl5/site_perl/${ARCH}-openbsd/Apache.pm libdata/perl5/site_perl/${ARCH}-openbsd/Apache/Connection.pm @@ -105,6 +105,4 @@ share/doc/mod_perl/mod_perl.html @dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Apache/include @dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Apache/Symbol @dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Apache/Leak -@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Apache @dirrm libdata/perl5/site_perl/${ARCH}-openbsd/Apache/Constants -@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/Apache