aboutsummaryrefslogtreecommitdiff
path: root/www/rt2
Commit message (Collapse)AuthorAgeFilesLines
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* - Change my ports MAINTAINER to jmelo@FreeBSD.org.Jean Milanez Melo2006-04-051-1/+1
| | | | | | | Approved by: mnag (mentor) Notes: svn path=/head/; revision=158897
* Fix plist for 5.8.8. IGNORE this port for older perls, since some ofAnton Berezin2006-02-282-8/+7
| | | | | | | | | its dependencies require 5.8.X. Bump PORTREVISION. Approved by: portmgr (kris/semi-implicit) Notes: svn path=/head/; revision=156888
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-12-301-0/+1
| | | | | | | | PR: ports/91094 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=152454
* - Respect PREFIXPav Lucistnik2005-11-122-68/+36
| | | | | | | | | | - Cosmetic changes PR: ports/88673 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=148051
* - Use pure_install instead install to don't create perllocal.pod to fix ↵Renato Botelho2005-08-242-8/+13
| | | | | | | | | | | | | | | pkg-plist - fixed URL - Unbreak - Pass maintainership to submitter PR: ports/85234 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: portmgr (clement) Notes: svn path=/head/; revision=140963
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* Chase dependency on p5-DBD-Pg.Norikatsu Shigemura2005-05-081-2/+6
| | | | | | | (Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503) Notes: svn path=/head/; revision=134838
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, allMathieu Arnold2004-08-121-3/+4
| | | | | | | | these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme. Notes: svn path=/head/; revision=116026
* BROKEN on 5.x: broken pkg-plistKris Kennaway2004-02-091-0/+4
| | | | Notes: svn path=/head/; revision=100438
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Unbreak by removing hardcoding of perl.Mark Linimon2003-11-172-12/+2
| | | | | | | | PR: ports/55638. Submitted by: ian j hart <ianjhart@ntlworld.com>. Notes: svn path=/head/; revision=94210
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducedErwin Lansing2003-10-241-1/+0
| | | | | | | in the last commit. Notes: svn path=/head/; revision=92065
* 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
* KATO mega patchEdwin Groothuis2003-09-271-12/+12
| | | | | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89492
* 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
* drop maintainershipYing-Chieh Liao2003-06-091-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=82592
* Mark BROKEN on all versions, not just 5.1Kris Kennaway2003-06-041-4/+2
| | | | Notes: svn path=/head/; revision=82280
* BROKEN on 5.1: does not buildKris Kennaway2003-05-181-2/+6
| | | | Notes: svn path=/head/; revision=81232
* 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