summaryrefslogtreecommitdiff
path: root/www/rt32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix SITE_PERLYing-Chieh Liao2003-10-241-12/+10
| | | | Notes: svn path=/head/; revision=92076
* utilize SITE_PERLYing-Chieh Liao2003-10-241-1/+1
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Sort.Dmitry Sivachenko2003-09-301-312/+312
| | | | Notes: svn path=/head/; revision=89894
* Add missing entries.Dmitry Sivachenko2003-09-301-4/+29
| | | | Notes: svn path=/head/; revision=89893
* Update to version 3.0.6Dmitry Sivachenko2003-09-292-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=89779
* Update to version 3.0.5.Dmitry Sivachenko2003-09-243-5/+29
| | | | | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer) Notes: svn path=/head/; revision=89216
* Revert previous commit. This port doesn't work with perl < 5.6.1, soErwin Lansing2003-09-161-0/+1
| | | | | | | | | | | the DBI cleaning was not necessary. The removal of the dependency on p5-DBI didn't actually do anything as it already depends on it via other dependencies, but I'll leave it up to the maintainer to decide after the freeze. Requested by: demon Notes: svn path=/head/; revision=89002
* Conditionalise dependencies on databases/p5-DBI: for perlErwin Lansing2003-09-161-1/+0
| | | | | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=89001
* Correct dependencies when building with FastCGI and Apache2.Dmitry Sivachenko2003-08-251-2/+7
| | | | | | | Submitted by: Rob Austein <sra@hactrn.net> via maintainer. Notes: svn path=/head/; revision=87648
* Allow to override PORTVERSION and WRKSRC.Dmitry Sivachenko2003-08-071-3/+3
| | | | | | | | | Use '+=' instead of '=' for BUILD_DEPENDS. This is for use in slave port(s). Notes: svn path=/head/; revision=86496
* Update to version 3.0.4.Dmitry Sivachenko2003-07-132-3/+5
| | | | | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> (maintainer) Notes: svn path=/head/; revision=84802
* Update to version 3.0.3.Dmitry Sivachenko2003-06-242-3/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=83513
* Without options, assume it is an upgrade and do not re-initialize DB.Dmitry Sivachenko2003-06-211-2/+2
| | | | | | | | | Provide INITIAL_INSTALL knob for that. Approved by: maintainer Notes: svn path=/head/; revision=83402
* Tidy up DEPENDS list;Dmitry Sivachenko2003-06-204-11/+23
| | | | | | | | | | | | Correct pkg-plist; Fixes for Apache2 users. PR: 53205 Submitted by: Tim Bishop <tim@bishnet.net> Approved by: maintainer Notes: svn path=/head/; revision=83346
* This was accidentally removed in my previous commit.Dmitry Sivachenko2003-06-121-0/+1
| | | | | | | | | This line is needed to build RT with FastCGI support. Submitted by: tobez Notes: svn path=/head/; revision=82854
* Remove unused variables.Dmitry Sivachenko2003-06-111-2/+0
| | | | Notes: svn path=/head/; revision=82784
* Make www/rt3 compatible with www/p5-FastCGI.Anton Berezin2003-06-111-1/+11
| | | | | | | | PR: 51659 Approved by: maintainer Notes: svn path=/head/; revision=82773
* o Remove explicit dependency on p5-DBD-Mysql; it is inheritedDmitry Sivachenko2003-05-153-14/+9
| | | | | | | | | | | | | | | | | from mysql40-server; o Add dependency on p5-DBD-Pg when building with postgres; [1] o Do not hardcode version number three times in the Makefile; o Do not chmod a+x configure, it is not needed; o Remove do-install target and move installation of README file to post-install; o Update to version 3.0.2. PR: 52107 [1] Submitted by: Palle Girgensohn <girgen@rambutan.pingpong.net> [1] Approved by: maintainer Notes: svn path=/head/; revision=81047
* Add one more mirror.Dmitry Sivachenko2003-05-151-21/+22
| | | | | | | Replace spaces with tabs. Notes: svn path=/head/; revision=81019
* Depend on p5-Time-modules port rather than p5-Time.Dmitry Sivachenko2003-05-121-1/+1
| | | | | | | This is newer version of the same software. Notes: svn path=/head/; revision=80801
* Remove now unused variables.Dmitry Sivachenko2003-05-121-4/+0
| | | | Notes: svn path=/head/; revision=80777
* Create group 'rt' in pre-install phase, rather than post-extract.Dmitry Sivachenko2003-05-082-3/+25
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=80455
* o Remove do-build: it is redundant if all dependencies are listed correctly;Dmitry Sivachenko2003-05-081-8/+6
| | | | | | | | | | | o Change default user/group from nobody:nogroup to www:www; o Remove redundant '-f Makefile' from 'make' invocation; o Add NO_PACKAGE, since it executes scripts in post-install phase. Approved by: maintainer Notes: svn path=/head/; revision=80453
* Correct a typo.Dmitry Sivachenko2003-05-081-1/+1
| | | | Notes: svn path=/head/; revision=80426
* prepare to be a master-port with www/rt3-elixusEdwin Groothuis2003-05-051-5/+7
| | | | | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> Notes: svn path=/head/; revision=80155
* Some tweaks:Edwin Groothuis2003-05-051-5/+13
| | | | | | | | | | - Apache::Cookie was never used, and breaks mod_perl2 build. - Encode::compat is only needed for 5.6.1. Submitted by: Autrijus Tang <autrijus@autrijus.org> Notes: svn path=/head/; revision=80150
* Upgrade to rt 3.0.1Edwin Groothuis2003-04-293-5/+7
| | | | | | | Submitted by: Autrijus Tang <autrijus@autrijus.org> Notes: svn path=/head/; revision=79861
* New port: devel/rt3Edwin Groothuis2003-04-299-689/+524
| | | | | | | | | | | | | | | RT is an industrial-grade ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators, customer support staffs, NOCs, developers and even marketing departments at over a thousand sites around the world. PR: ports/45905 Submitted by: Autrijus Tang <autrijus@autrijus.org> Notes: svn path=/head/; revision=79840
* Remove errornous reference to ${LOCALBASE}/varEdwin Groothuis2003-02-121-1/+1
| | | | Notes: svn path=/head/; revision=75368
* www/rt2 upgrade to 2.0.15Edwin Groothuis2003-02-124-20/+33
| | | | | | | | | | | Note: I haven't been able to test it on in mysql environment, I'll keep an eye on bento for any problems. PR: ports/47106 Submitted by: plasma <plasma@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=75364
* Update RT to make it build.Michael C . Wu2003-01-312-3/+6
| | | | | | | | 2.0.15 is pending maintainer communications with the committer. We are also working on a RT3 port. Notes: svn path=/head/; revision=74367
* Adding another reminder to use mod_fastcgi and a static mod_perlMichael C . Wu2002-12-221-2/+3
| | | | Notes: svn path=/head/; revision=71772
* Update some minor grammar errors.Michael C . Wu2002-12-221-1/+1
| | | | Notes: svn path=/head/; revision=71771
* Add rt2 2.0.14,Michael C . Wu2002-12-2210-0/+728
rT is an industrial-grade ticketing system written in Perl. PR: 41701 Submitted by: plasma Notes: svn path=/head/; revision=71768