aboutsummaryrefslogtreecommitdiff
path: root/www/rt40
Commit message (Collapse)AuthorAgeFilesLines
* Security update to 4.0.23Matthew Seaman2015-03-084-290/+31
| | | | | | | | | | | | | | | | | - Now requires p5-Encode >= 2.64 from the converters/p5-Encode port, as the version bundled with perl is too old. - Modernize plist No database schema changes are required with this update. ChangeLog: https://bestpractical.com/release-notes/rt/4.0.23 Security Advisory: http://blog.bestpractical.com/2015/02/security-vulnerabilities-in-rt.html MFH: 2015Q1 Security: d08f6002-c588-11e4-8495-6805ca0b3d42 Notes: svn path=/head/; revision=380772
* Catch up abusive uses of ${SITE_PERL}.Mathieu Arnold2014-12-231-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=375302
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-25/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Patch configure instead of aclocal.m4 to avoid USE_AUTOTOOLSTijl Coosemans2014-10-013-14/+11
| | | | Notes: svn path=/head/; revision=369718
* Update to 4.0.22Matthew Seaman2014-09-143-7/+6
| | | | | | | | | | | - USES_PGSQL -> USES+= pgsql - Remove Sourceforge from MASTER_SITES: it only ever had rt-4.0.16 available - Now that the problems with UTF8 in the DB have been solved, switch back to depending on p5-DBD-Pg rather than p5-DBD-Pg32 Notes: svn path=/head/; revision=368189
* Update to 4.0.21Matthew Seaman2014-07-304-6/+6
| | | | | | | | | | | | Note: For Postgresql users -- this version of RT requires a down-graded copy of DBD::Pg which is supplied by the new databases/p5-DBD-Pg32 port. This may cause conflicts if you have other consumers of p5-DBD-Pg installed. ReleaseNotes: http://bestpractical.com/release-notes/rt/4.0.21 Notes: svn path=/head/; revision=363473
* Add DOCS option to the remaining staged ports where PORTDOCS appearsAdam Weinberger2014-07-161-1/+1
| | | | | | | in the plist. Notes: svn path=/head/; revision=362026
* Add CPE settingsMatthew Seaman2014-07-131-2/+3
| | | | Notes: svn path=/head/; revision=361663
* Bump more ports that depend on libsqlite3.so:Tijl Coosemans2014-07-051-0/+1
| | | | | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360738
* Update to 4.0.20Matthew Seaman2014-05-143-6/+8
| | | | | | | | | - reset @group to wheel specifically in pkg-plist Release Notes: http://bestpractical.com/release-notes/rt/4.0.20 Notes: svn path=/head/; revision=354093
* - Fix plist to have proper 'rmdir DIR' ordering.Bryan Drewery2014-04-212-6/+7
| | | | | | | | | | | Pkgng will not detect the directory otherwise. This was due to incorrectly advise in the check-stagedir.sh script, fixed in r351587 With hat: portmgr Notes: svn path=/head/; revision=351663
* * Since BUILD_DEPENDS is always going to be a super-set ofMatthew Seaman2014-01-191-17/+4
| | | | | | | | | | | RUN_DEPENDS, simplfy things by calculating RUN_DEPENDS based on the OPTIONS settings, then just append that to BUILD_DEPENDS. No functional change to the generated packaage, so no PORTREVISION bump. Notes: svn path=/head/; revision=340312
* Update to 4.0.19Matthew Seaman2014-01-146-13/+16
| | | | | | | | | | | Note that this upgrade includes applying significant schema changes for mysql. Users are advised to verify their backups before upgrading. ChangeLog: http://blog.bestpractical.com/2014/01/rt-4019-released.html Notes: svn path=/head/; revision=339708
* * OPTIONS helpersMatthew Seaman2014-01-117-1513/+1500
| | | | | | | | | | | * Install docs unconditionally to stage * DATADIR should be relative to $PREFIX, not $LOCALBASE * use CONFLICTS_INSTALL rather than CONFLICTS * use @exec/@unexec etc. in pkg-plist and update patch-Makefile.in so that staging no longer needs root Notes: svn path=/head/; revision=339461
* - Chase r336083 and bump all ports using NO_ARCH so that users buildingBryan Drewery2013-12-101-0/+1
| | | | | | | | | their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr Notes: svn path=/head/; revision=336102
* Mark all my architecture independent ports using shell/perl/PHP asMatthew Seaman2013-12-081-1/+3
| | | | | | | | | | | | | | | | NO_ARCH=yes While here, fix a few other niggles: net/phpldapadmin -- remove indefinite article from COMMENT www/p5-RT* -- fix comments referencing the different versions of RT x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the install targets; rework the handling of ${FONTPATH} Notes: svn path=/head/; revision=335945
* Add conflict with newly committed www/rt42 port.Matthew Seaman2013-11-271-1/+1
| | | | Notes: svn path=/head/; revision=334988
* Update to 4.0.18Matthew Seaman2013-10-163-8/+6
| | | | | | | | | | - Drop LATEST_LINK in favour of PKGNAMESUFFIX AnnouncementL http://blog.bestpractical.com/2013/10/rt-4018-released.html ChangeLog: https://github.com/bestpractical/rt/compare/rt-4.0.17...rt-4.0.18 Notes: svn path=/head/; revision=330530
* - stageifyMatthew Seaman2013-09-273-10/+26
| | | | | | | - move post-install actions to pkg-install script Notes: svn path=/head/; revision=328526
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 4.0.17Matthew Seaman2013-08-042-3/+3
| | | | | | | | | | | | Yet another regression present in releases 4.0.14, 4.0.15, 4.0.16. This one prevents upgrading from version 3.x. If you are already running 4.0.{14,15,16} then you do not need to upgrade. Announcement: http://blog.bestpractical.com/2013/08/rt-4017-released.html ChangeLog: https://github.com/bestpractical/rt/compare/rt-4.0.16...rt-4.0.17 Notes: svn path=/head/; revision=324221
* Convert all my perl-using ports to USES+=perl5Matthew Seaman2013-08-011-1/+3
| | | | | | | | | | | | | | | | While here: - add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex - set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix for www/rt40 - upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth - trim Makefile header for www/p5-RTx-Calendar Notes: svn path=/head/; revision=324134
* - Update to 4.0.16Matthew Seaman2013-07-302-3/+3
| | | | | | | | | | | Fix another regression in release 4.0.15^W4.0.14: Attempting to run the Shredder tool from the command line would fail with a compile-time error. Changes: https://github.com/bestpractical/rt/compare/rt-4.0.15...rt-4.0.16 Notes: svn path=/head/; revision=323941
* - Update to 4.0.15Matthew Seaman2013-07-252-3/+3
| | | | | | | | | | This is a quick-fix for a regression discovered in the recent 4.0.14 release when upgrading the DB schema from version 3.8.x. Functionally 4.0.14 and 4.0.15 are the same: if you already have 4.0.14 running, you do not need to upgrade. Notes: svn path=/head/; revision=323673
* - Update to 4.0.14Matthew Seaman2013-07-254-10/+17
| | | | | | | | | ChangeLog: http://www.bestpractical.com/rt/release-notes/4.0.14 No DB schema changes are required for upgrading from 4.0.13 Notes: svn path=/head/; revision=323671
* - Require p5-Email-Address >= 1.895 as versions 1.893 -- 1.894 haveMatthew Seaman2013-07-242-3/+3
| | | | | | | | | | | | serious bugs when handling non-ascii characters in addresses - Remove the mirror at ftp.eu.uu.net which hasn't been updated since the release of rt-4.0.8 - Add SourceForge as a mirror site Notes: svn path=/head/; revision=323555
* Fix pkg-plistMatthew Seaman2013-05-232-0/+5
| | | | Notes: svn path=/head/; revision=318867
* Security UpdatesMatthew Seaman2013-05-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | - www/rt40 to 4.0.13 - www/rt38 to 3.8.17 [1] This is a security fix addressing a number of CVEs: CVE-2012-4733 CVE-2013-3368 CVE-2013-3369 CVE-2013-3370 CVE-2013-3371 CVE-2013-3372 CVE-2013-3373 CVE-2013-3374 Users will need to update their database schemas as described in pkg-message Approved by: flo [1] Security: 3a429192-c36a-11e2-97a9-6805ca0b3d42 Notes: svn path=/head/; revision=318848
* Delete some dead code, left over from pre-OPTIONSNG days.Matthew Seaman2013-05-161-10/+9
| | | | | | | | | | | Clarify comments about choosing a web platform option: you don't need to choose any of the four options show, but can use the built-in plack webserver. Submitted by: G.halse@ru.ac.za Notes: svn path=/head/; revision=318276
* Update to 4.0.12Matthew Seaman2013-05-034-9/+48
| | | | | | | | | | | ChangeLogs: http://www.bestpractical.com/rt/release-notes/4.0.12 Note: There has been a change to the database schema. Administrators will need to use rt-setup-database to apply the update, as described in pkg-message. Notes: svn path=/head/; revision=317171
* Update to 4.0.11Matthew Seaman2013-04-163-4/+181
| | | | | | | | | | Release Notes: http://bestpractical.com/rt/release-notes/4.0.11 Feature safe: yes Notes: svn path=/head/; revision=315905
* Fix pkg-plist, now that redports is back and so I see the errors.Matthew Seaman2013-02-102-0/+15
| | | | Notes: svn path=/head/; revision=312034
* Upgrade to 4.0.10Matthew Seaman2013-01-302-4/+3
| | | | | | | | | | This is a bugfix release to correct a regression in the last update. Announcement: http://blog.bestpractical.com/2013/01/rt-4010-released.html ChangeLog: http://bestpractical.com/rt/release-notes/4.0.10 Notes: svn path=/head/; revision=311257
* This time, with the pkg-plist updates left out of the previous commit.Matthew Seaman2013-01-172-1/+5
| | | | Notes: svn path=/head/; revision=310569
* Upgrade to version 4.0.9Matthew Seaman2013-01-174-6/+5
| | | | | | | | | | | | | | This is a routine bugfix release. Adminstrators should apply the database update as described in the pkg-message. Also, if you have set a custom @JSFiles in RT_SiteConfig.pm, you will need to amend this to include the new jquery.cookie.js file added to RT_Config.pm Announcement: http://blog.bestpractical.com/2013/01/rt-409-released.html ReleaseNotes: http://bestpractical.com/rt/release-notes/4.0.9 Upgrading from 4.0.8: http://bestpractical.com/rt/docs/4.0/UPGRADING-4.0.html#UPGRADING-FROM-4.0.8-AND-EARLIER Notes: svn path=/head/; revision=310559
* - Set default perl version for ports which currently usingAndrej Zverev2012-12-161-1/+1
| | | | | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@) Notes: svn path=/head/; revision=308985
* Use new OPTIONS_RADIO to select 0 or 1 of the web deployment options.Matthew Seaman2012-12-151-2/+3
| | | | | | | | The old 'BUILTIN' PSGI web server option was and remains always available independent of the web deployment option chosen. Notes: svn path=/head/; revision=308938
* Update to 4.0.8Florian Smeets2012-11-063-4/+10
| | | | | | | | | Security: 4b738d54-2427-11e2-9817-c8600054b392 Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=307100
* - unbreak buildOlli Hauer2012-09-041-5/+1
| | | | | | | | | since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/ with hat apache@ Notes: svn path=/head/; revision=303678
* - Fix pkg-plistMatthew Seaman2012-08-312-3/+1
| | | | | | | Reported by: Tim Bishop Notes: svn path=/head/; revision=303443
* Update to 4.0.7Matthew Seaman2012-08-294-18/+20
| | | | | | | | - Announce message: http://blog.bestpractical.com/2012/08/rt-407-released.html - ChangeLog: https://github.com/bestpractical/rt/compare/rt-4.0.6...rt-4.0.7 Notes: svn path=/head/; revision=303319
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - Don't use SITE_PERL in *_DEPENDSMatthew Seaman2012-06-072-2/+2
| | | | | | | | | | - Update CONFLICTS [1] Approved by: shaun (mentor) Submitted by: [1] Sulev-Madis 'ketas' Silber Notes: svn path=/head/; revision=298683
* - Convert all my remaining ports to OPTIONSngMatthew Seaman2012-06-042-72/+46
| | | | | | | | | | | | | | | | | | | | | | | | Files affected: databases/mysql-connector-java/Makefile databases/phpmyadmin/Makefile mail/sa-utils/Makefile net/phpldapadmin/Makefile security/apg/Makefile textproc/sphinxsearch/Makefile www/p5-RT-Authen-ExternalAuth/Makefile www/p5-RT-Extension-LDAPImport/Makefile www/p5-RT-Extension-SLA/Makefile www/p5-RTx-Calendar/Makefile www/rt40/Makefile www/rt40/Makefile.cpan x11-fonts/gentium/Makefile x11-fonts/gentium-basic/Makefile Approved by: shaun (mentor) Notes: svn path=/head/; revision=298387
* - Update to 4.0.6Matthew Seaman2012-05-254-8/+11
| | | | | | | | Security: e0a969e4-a512-11e1-90b4-e0cb4e266481 Approved by: flo Notes: svn path=/head/; revision=297455
* -- Always use += for modifying CONFIGURE_ARGS (1)Matthew Seaman2012-04-042-2/+3
| | | | | | | | | | | | | -- The ${LOCALBASE}/rt40/share/plugins directory is shared with various RT plugin ports so don't try and delete it unconditionally. Submitted by: Ryan Langseth (1) Approved by: shaun (mentor) Feature safe: yes Notes: svn path=/head/; revision=294189
* Update maintainer address to matthew@FreeBSD.orgMatthew Seaman2012-02-091-1/+1
| | | | | | | Approved by: shaun (mentor) Notes: svn path=/head/; revision=290797
* - new OPTION: SSL_MAILGATE -- enable HTTPS support in rt-mailgate (off by ↵Ruslan Makhmatkhanov2012-02-054-22/+36
| | | | | | | | | | | | | | | | | default) - remove some pointless quote marks from Makefile - various pkg-plist fixes in addition to those due to the update -- create some empty directories so that pkg installs match port installs; as these are for the use of RT addons, don't remove them unconditionally either. - fix comments referring to apache13, now it has gone - remove CONFLICTS with rt-3.6* (not in the tree anumore) PR: 164738 Submitted by: Matthew Seaman <m.seaman at infracaninophile dot co.uk> (maintainer) Notes: svn path=/head/; revision=290442
* - cleanup after apache13 removeOlli Hauer2012-01-051-25/+9
| | | | | | | Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=288575
* since apache13 is gone we need only one p5-Apache-DBI in the treeOlli Hauer2012-01-052-1/+2
| | | | | | | | | - change p5-Apache-DBI-mp2 -> p5-Apache-DBI with hat apache@ Notes: svn path=/head/; revision=288558