From f6ea0d1357aacae2d0024c04471c05058adb633b Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Tue, 18 Nov 2003 09:21:10 +0000 Subject: Update to version 3.0.7. Submitted by: maintainer --- www/rt3/Makefile | 3 +-- www/rt3/distinfo | 2 +- www/rt3/files/ap2mp2-fix.pl | 10 ---------- www/rt3/pkg-message | 9 +++------ www/rt3/pkg-plist | 1 - 5 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 www/rt3/files/ap2mp2-fix.pl (limited to 'www/rt3') diff --git a/www/rt3/Makefile b/www/rt3/Makefile index 7fbfd5d2671f..215e3df20b63 100644 --- a/www/rt3/Makefile +++ b/www/rt3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rt3 -PORTVERSION?= 3.0.6 +PORTVERSION?= 3.0.7 CATEGORIES= www MASTER_SITES?= http://www.fsck.com/pub/rt/release/ \ http://www.fsck.com/pub/rt/devel/ \ @@ -136,7 +136,6 @@ pre-install: post-install: @${INSTALL_DATA} ${WRKSRC}/README ${RT_PATH}/README - @${INSTALL_SCRIPT} ${FILESDIR}/ap2mp2-fix.pl ${RT_PATH}/bin .if !defined(INITIAL_INSTALL) @echo Upgrade of RT3 complete. .else diff --git a/www/rt3/distinfo b/www/rt3/distinfo index 1596bfa654b3..34d6dad170ac 100644 --- a/www/rt3/distinfo +++ b/www/rt3/distinfo @@ -1 +1 @@ -MD5 (rt-3-0-6.tar.gz) = 2170c58be3b1f1c9e952736752af40ff +MD5 (rt-3-0-7.tar.gz) = 3a6d0cf04abd0c70be9bcd306757eaa5 diff --git a/www/rt3/files/ap2mp2-fix.pl b/www/rt3/files/ap2mp2-fix.pl deleted file mode 100644 index fb04960150c0..000000000000 --- a/www/rt3/files/ap2mp2-fix.pl +++ /dev/null @@ -1,10 +0,0 @@ -# temp fix for mp2-09... make a dummy Apache->request -require Apache::RequestUtil; -no warnings 'redefine'; -my $sub = *Apache::request{CODE}; -*Apache::request = sub { - my $r; - eval { $r = $sub->('Apache'); }; - # warn $@ if $@; - return $r; -}; diff --git a/www/rt3/pkg-message b/www/rt3/pkg-message index 6501c1edfa9a..414f02c0b294 100644 --- a/www/rt3/pkg-message +++ b/www/rt3/pkg-message @@ -6,12 +6,9 @@ To complete the installation of this port, please follow these steps: the default config file (%%RT_PATH%%/etc/RT_Config.pm). 2. Configure the email and web gateways. Please refer to 'SETTING UP THE MAIL GATEWAY' in %%RT_PATH%%/README -3. For Apache2/mod_perl2 you'll probably need to add the - following line above the webmux.pl line in httpd.conf: - PerlRequire %%RT_PATH%%/bin/ap2mp2-fix.pl -4. Restart Apache. -5. Do remember to *CHANGE* the root's password for the web interface. +3. Restart Apache. +4. Do remember to *CHANGE* the root's password for the web interface. The default is "password" (without the quotes.) -6. Configure RT per the instructions at http://www.fsck.com/rtfm/. +5. Configure RT per the instructions at http://www.fsck.com/rtfm/. ===================================================================== diff --git a/www/rt3/pkg-plist b/www/rt3/pkg-plist index 1b79c33f2109..b1e784933e7a 100644 --- a/www/rt3/pkg-plist +++ b/www/rt3/pkg-plist @@ -1,5 +1,4 @@ rt3/README -rt3/bin/ap2mp2-fix.pl rt3/bin/mason_handler.fcgi rt3/bin/mason_handler.scgi rt3/bin/mason_handler.svc -- cgit v1.2.3