diff options
author | adam <adam@pkgsrc.org> | 2004-11-09 12:09:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-09 12:09:59 +0000 |
commit | ccc42fb9239b4a8a94e2a61b287d9d7e495f2c01 (patch) | |
tree | d82a675feb6f003f4539527b1cc0928c48f36d69 /www/ap2-perl | |
parent | 97b90a0ab8f8d28c45ddc884f8e0ab8a210188f1 (diff) | |
download | pkgsrc-ccc42fb9239b4a8a94e2a61b287d9d7e495f2c01.tar.gz |
Changes 1.99.17:
* Bug-fixes and improvements before a stable release
Diffstat (limited to 'www/ap2-perl')
-rw-r--r-- | www/ap2-perl/Makefile | 19 | ||||
-rw-r--r-- | www/ap2-perl/PLIST | 16 | ||||
-rw-r--r-- | www/ap2-perl/distinfo | 6 |
3 files changed, 25 insertions, 16 deletions
diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index faf5d4e4c32..6fa280b581a 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:24 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/09 12:09:59 adam Exp $ # # NOTE: This package is *BETA*. If it doesn't work, then check the # modperl-2.0 mailing lists for help. -DISTNAME= mod_perl-1.99_14 -PKGNAME= ap2-perl-1.99.14 -PKGREVISION= 1 -CATEGORIES= www perl5 -MASTER_SITES= http://perl.apache.org/dist/ +DISTNAME= mod_perl-1.99_17 +PKGNAME= ap2-perl-1.99.17 +CATEGORIES= www perl5 +MASTER_SITES= http://perl.apache.org/dist/ -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://perl.apache.org/ -COMMENT= Module that embeds a Perl interpreter into Apache +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://perl.apache.org/ +COMMENT= Module that embeds a Perl interpreter into Apache -CONFLICTS= ap-perl-[0-9]* +CONFLICTS= ap-perl-[0-9]* USE_BUILDLINK3= yes APACHE_MODULE= # defined diff --git a/www/ap2-perl/PLIST b/www/ap2-perl/PLIST index 5f8462dca7b..bd65cc064e8 100644 --- a/www/ap2-perl/PLIST +++ b/www/ap2-perl/PLIST @@ -1,14 +1,22 @@ -@comment $NetBSD: PLIST,v 1.8 2004/06/20 20:18:34 minskim Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/11/09 12:09:59 adam Exp $ include/httpd/mod_perl.h include/httpd/modperl_apache_compat.h include/httpd/modperl_apache_includes.h +include/httpd/modperl_apr_compat.h +include/httpd/modperl_apr_includes.h +include/httpd/modperl_apr_perlio.h include/httpd/modperl_bucket.h include/httpd/modperl_callback.h include/httpd/modperl_cgi.h include/httpd/modperl_cmd.h +include/httpd/modperl_common_includes.h +include/httpd/modperl_common_log.h +include/httpd/modperl_common_types.h +include/httpd/modperl_common_util.h include/httpd/modperl_config.h include/httpd/modperl_const.h include/httpd/modperl_constants.h +include/httpd/modperl_debug.h include/httpd/modperl_directives.h include/httpd/modperl_env.h include/httpd/modperl_error.h @@ -49,11 +57,13 @@ share/doc/mod_perl/api/APR/Base64.pod share/doc/mod_perl/api/APR/Brigade.pod share/doc/mod_perl/api/APR/Bucket.pod share/doc/mod_perl/api/APR/BucketAlloc.pod +share/doc/mod_perl/api/APR/BucketType.pod share/doc/mod_perl/api/APR/Const.pod share/doc/mod_perl/api/APR/Date.pod share/doc/mod_perl/api/APR/Error.pod share/doc/mod_perl/api/APR/Finfo.pod -share/doc/mod_perl/api/APR/NetLib.pod +share/doc/mod_perl/api/APR/IpSubnet.pod +share/doc/mod_perl/api/APR/OS.pod share/doc/mod_perl/api/APR/PerlIO.pod share/doc/mod_perl/api/APR/Pool.pod share/doc/mod_perl/api/APR/SockAddr.pod @@ -82,7 +92,7 @@ share/doc/mod_perl/api/Apache/RequestIO.pod share/doc/mod_perl/api/Apache/RequestRec.pod share/doc/mod_perl/api/Apache/RequestUtil.pod share/doc/mod_perl/api/Apache/Response.pod -share/doc/mod_perl/api/Apache/Server.pod +share/doc/mod_perl/api/Apache/ServerRec.pod share/doc/mod_perl/api/Apache/ServerUtil.pod share/doc/mod_perl/api/Apache/Status.pod share/doc/mod_perl/api/Apache/SubProcess.pod diff --git a/www/ap2-perl/distinfo b/www/ap2-perl/distinfo index 19ad0e5adc1..c30e7cef959 100644 --- a/www/ap2-perl/distinfo +++ b/www/ap2-perl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/06/20 20:18:34 minskim Exp $ +$NetBSD: distinfo,v 1.6 2004/11/09 12:09:59 adam Exp $ -SHA1 (mod_perl-1.99_14.tar.gz) = 20dba66da7224c6b1b5d142d43fe5b93975f3992 -Size (mod_perl-1.99_14.tar.gz) = 1264246 bytes +SHA1 (mod_perl-1.99_17.tar.gz) = cb07ca712656d665bf4f44ee45bf670dcc54a31b +Size (mod_perl-1.99_17.tar.gz) = 1368804 bytes |