Create a port for the latest major version of Best Practical's ticket management application "Request Tracker" rt40 is a major rewrite of the RT code base. New features of relevance to the ports include using PSGI and Plack which gives instant compatibility with a large number of Web application deployment mechanisms. Practically speaking that means you can deploy RT in the traditional way using apache+mod_perl, or you can use FastCGI and just about any webserver ever created. Now uses an external application jsmin for high-performance minification of javascript, rather than perl modules. Use the standard ports GROUPS mechanism to create the rt group rather than pkg-install scripts. For user visible changes, please see http://bestpractical.com/rt/whats-new-in-4.html Notes for committer: Please repo-copy www/rt38 to www/rt40 and apply the patch Files removed by this update: pkg-deinstall pkg-install files/patch-etc__schema.mysql-4.1 files/patch-lib__RT.pm.in
Responsible Changed From-To: freebsd-ports-bugs->flo I'll take it.
flo 2011-10-07 13:02:36 UTC FreeBSD ports repository Modified files: www/rt40 Makefile Makefile.cpan distinfo pkg-plist www/rt40/files extra-patch-noportdocs-Makefile.in patch-Makefile.in patch-aclocal.m4 patch-config.layout pkg-message.in Removed files: www/rt40 pkg-deinstall pkg-install www/rt40/files patch-etc__schema.mysql-4.1 patch-lib__RT.pm.in Log: add RT 4.0.2 PR: ports/160901 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Revision Changes Path 1.43 +143 -81 ports/www/rt40/Makefile 1.8 +126 -94 ports/www/rt40/Makefile.cpan 1.11 +2 -2 ports/www/rt40/distinfo 1.3 +12 -6 ports/www/rt40/files/extra-patch-noportdocs-Makefile.in 1.8 +18 -29 ports/www/rt40/files/patch-Makefile.in 1.3 +6 -3 ports/www/rt40/files/patch-aclocal.m4 1.7 +7 -7 ports/www/rt40/files/patch-config.layout 1.3 +0 -182 ports/www/rt40/files/patch-etc__schema.mysql-4.1 (dead) 1.3 +0 -14 ports/www/rt40/files/patch-lib__RT.pm.in (dead) 1.7 +1 -1 ports/www/rt40/files/pkg-message.in 1.3 +0 -20 ports/www/rt40/pkg-deinstall (dead) 1.3 +0 -21 ports/www/rt40/pkg-install (dead) 1.14 +1180 -1142 ports/www/rt40/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!