non port: www/rt40/Makefile |
Number of commits found: 63 |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Friday, 9 Sep 2016
|
06:07 matthew
Upstream are ending support for this version on 2017-02-15. Deprecate
and mark for expiry -- users should migrate to rt44.
Announcement: https://bestpractical.com/blog/2016/9/rt-40-reaches-end-of-life
|
Monday, 25 Apr 2016
|
16:13 mat
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
Friday, 15 Apr 2016
|
11:36 matthew
Remove CONFLICTS_INSTALL against rt38 which is long gone from ports.
Remove a stray ${PORTSDIR} that escaped mat's purge [1]
Reported by: garga [1]
|
Thursday, 14 Apr 2016
|
19:06 pi
New port: www/rt44
RT is a battle-tested issue tracking system which thousands of
organizations use for bug tracking, help desk ticketing, customer
service, workflow processes, change management, network operations,
youth counselling and even more. Organizations around the world have
been running smoothly thanks to RT for over 10 years.
WWW: http://www.bestpractical.com/rt/
PR: 208229
Submitted by: mikael.urankar@gmail.com
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Saturday, 29 Aug 2015
|
21:05 matthew
Prepare for perl-5.22
- Add dependency on www/p5-CGI conditional on perl version. CGI is
no-longer a core module with 5.22.
- Make the default web server interface Apache + FCGI rather than
Apache + mod_perl. Current versions of mod_perl aren't compatible
with perl-5.22
|
Wednesday, 12 Aug 2015
|
22:18 matthew
Security update to 4.0.24
http://blog.bestpractical.com/2015/08/security-vulnerabilities-in-rt.html
MFH: 2015Q3
Security: 83b38a2c-413e-11e5-bfcf-6805ca0b3d42
|
Sunday, 8 Mar 2015
|
12:56 matthew
Security update to 4.0.23
- 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
|
Tuesday, 23 Dec 2014
|
02:22 mat
Catch up abusive uses of ${SITE_PERL}.
Sponsored by: Absolight
|
Wednesday, 26 Nov 2014
|
13:08 mat
Change the way Perl modules are installed, update the default Perl to 5.18.
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
|
Wednesday, 1 Oct 2014
|
11:54 tijl
Patch configure instead of aclocal.m4 to avoid USE_AUTOTOOLS
|
Sunday, 14 Sep 2014
|
15:31 matthew
Update to 4.0.22
- 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
|
Wednesday, 30 Jul 2014
|
12:55 matthew
Update to 4.0.21
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
|
Wednesday, 16 Jul 2014
|
03:34 adamw
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
|
Sunday, 13 Jul 2014
|
08:43 matthew
Add CPE settings
|
Saturday, 5 Jul 2014
|
12:19 tijl
Bump more ports that depend on libsqlite3.so:
- 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)
|
Wednesday, 14 May 2014
|
23:19 matthew
Update to 4.0.20
- reset @group to wheel specifically in pkg-plist
Release Notes: http://bestpractical.com/release-notes/rt/4.0.20
|
Monday, 21 Apr 2014
|
01:14 bdrewery
- Fix plist to have proper 'rmdir DIR' ordering.
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
|
Sunday, 19 Jan 2014
|
14:34 matthew
* Since BUILD_DEPENDS is always going to be a super-set of
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.
|
Tuesday, 14 Jan 2014
|
18:58 matthew
Update to 4.0.19
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
|
Saturday, 11 Jan 2014
|
23:04 matthew
* OPTIONS helpers
* 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
|
Tuesday, 10 Dec 2013
|
19:47 bdrewery
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr
|
Sunday, 8 Dec 2013
|
22:38 matthew
Mark all my architecture independent ports using shell/perl/PHP as
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}
|
Wednesday, 27 Nov 2013
|
00:14 matthew
Add conflict with newly committed www/rt42 port.
|
Wednesday, 16 Oct 2013
|
18:39 matthew
Update to 4.0.18
- 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
|
Friday, 27 Sep 2013
|
21:53 matthew
- stageify
- move post-install actions to pkg-install script
|
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Sunday, 4 Aug 2013
|
12:19 matthew
- Update to 4.0.17
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
|
Thursday, 1 Aug 2013
|
22:04 matthew
Convert all my perl-using ports to USES+=perl5
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
|
Tuesday, 30 Jul 2013
|
05:48 matthew
- Update to 4.0.16
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
|
Thursday, 25 Jul 2013
|
22:01 matthew
- Update to 4.0.15
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.
|
21:33 matthew
- Update to 4.0.14
ChangeLog: http://www.bestpractical.com/rt/release-notes/4.0.14
No DB schema changes are required for upgrading from 4.0.13
|
Wednesday, 24 Jul 2013
|
05:16 matthew
- Require p5-Email-Address >= 1.895 as versions 1.893 -- 1.894 have
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
|
Thursday, 23 May 2013
|
12:32 matthew
Fix pkg-plist
|
07:24 matthew
Security Updates
- 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
|
Thursday, 16 May 2013
|
05:30 matthew
Delete some dead code, left over from pre-OPTIONSNG days.
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
|
Friday, 3 May 2013
|
05:11 matthew
Update to 4.0.12
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.
|
Tuesday, 16 Apr 2013
|
21:02 matthew
Update to 4.0.11
Release Notes:
http://bestpractical.com/rt/release-notes/4.0.11
Feature safe: yes
|
Sunday, 10 Feb 2013
|
16:45 matthew
Fix pkg-plist, now that redports is back and so I see the errors.
|
Wednesday, 30 Jan 2013
|
19:05 matthew
Upgrade to 4.0.10
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
|
Thursday, 17 Jan 2013
|
20:47 matthew
This time, with the pkg-plist updates left out of the previous commit.
|
19:20 matthew
Upgrade to version 4.0.9
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
|
Sunday, 16 Dec 2012
|
06:12 az
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
|
Saturday, 15 Dec 2012
|
09:05 matthew
Use new OPTIONS_RADIO to select 0 or 1 of the web deployment options.
The old 'BUILTIN' PSGI web server option was and remains always
available independent of the web deployment option chosen.
|
Tuesday, 6 Nov 2012
|
22:13 flo
Update to 4.0.8
Security: 4b738d54-2427-11e2-9817-c8600054b392
Approved by: maintainer
Feature safe: yes
|
Tuesday, 4 Sep 2012
|
22:27 ohauer
- unbreak build
since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/
with hat apache@
|
Friday, 31 Aug 2012
|
18:56 matthew
- Fix pkg-plist
Reported by: Tim Bishop
|
Wednesday, 29 Aug 2012
|
07:02 matthew
Update to 4.0.7
- 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
|
Saturday, 18 Aug 2012
|
14:29 ohauer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
|
Thursday, 7 Jun 2012
|
11:59 matthew
- Don't use SITE_PERL in *_DEPENDS
- Update CONFLICTS [1]
Approved by: shaun (mentor)
Submitted by: [1] Sulev-Madis 'ketas' Silber
|
Monday, 4 Jun 2012
|
19:25 matthew
- Convert all my remaining ports to OPTIONSng
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)
|
Friday, 25 May 2012
|
20:32 matthew
- Update to 4.0.6
Security: e0a969e4-a512-11e1-90b4-e0cb4e266481
Approved by: flo
|
Wednesday, 4 Apr 2012
|
07:29 matthew
-- Always use += for modifying CONFIGURE_ARGS (1)
-- 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
|
Thursday, 9 Feb 2012
|
17:09 matthew
Update maintainer address to matthew@FreeBSD.org
Approved by: shaun (mentor)
|
Sunday, 5 Feb 2012
|
17:16 rm
- new OPTION: SSL_MAILGATE -- enable HTTPS support in rt-mailgate (off by
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)
|
Thursday, 5 Jan 2012
|
22:54 ohauer
- cleanup after apache13 remove
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
17:47 ohauer
since apache13 is gone we need only one p5-Apache-DBI in the tree
- change p5-Apache-DBI-mp2 -> p5-Apache-DBI
with hat apache@
|
Friday, 11 Nov 2011
|
14:13 clsung
- Bugfix upgrade to version 4.0.4
- Announce Message:
"RT 4.0.3 contained a serious bug wherein upgrades from any version of
RT 3 to RT 4.0.3 broke template interpolation; please do not use it. If
you had previously upgraded from RT 3 to RT 4.0.0, 4.0.1, or 4.0.2,
before upgrading to RT 4.0.3, you are not affected by this bug.
If you are currently running RT 4.0.3 and are affected by this issue,
upgrading to RT 4.0.4 will resolve it."
Note for users: if you have already successfully installed or upgraded
to rt-4.0.3 then there is no pressing need to upgrade to rt-4.0.4 --
there are no changes to the RT code itself. This upgrade only
provides fixes for people that have upgraded from RT-3.x and are
experiencing problems..
PR: ports/162469
Submitted by: maintainer (Matthew Seaman)
Feature safe: yes
|
Thursday, 10 Nov 2011
|
06:15 clsung
Routine bugfix upgrade to version 4.0.3
ChangeLog:
This release contains a number of bugfixes and small improvements since
the 4.0.2 release; a few of the more notable ones include:
* Due to a change in RT 3.8.9, which also affected RT 4.0.0 and higher,
TransactionBatch scrips were run twice; this has now been fixed.
* A new toggle has been added to expand all quote folding in a ticket's
transaction history.
* New "On Forward", "On Forward Transaction" and "On Forward Ticket"
conditions have been added.
* Ticket searches no longer forget which saved search they were loaded
from when being updated.
* A new "make jsmin" target has been added to aid in downloading,
compiling, and installing jsmin.
* Improved threading for automatically generated emails concerning a
ticket.
* Improved detection of Outlook-style message fowarding headers.
* No longer error when a user has supplied a non-existant RT style;
instead, fall back to the default. This is particularly relevant for
users coming RT 3.8 with the 3.6 stylesheet applied, which no longer
exists in 4.0.
* Improved handling of files named "0", and Unicode filenames, in file
uploads.
* Tickets can no longer be linked to deleted tickets.
* Restore missing menus on simple search result pages.
* Fix support for perl 5.12 and later by removing a deprecated use of
"defined %hash".
While Here:
-- Drop last remnants of apache-1.3.x support: minimum version is
now 2.0.x
-- Install the necessary data required to update DB schema to match
the new version of RT. This should help people that install from
pkgs.
-- Update pkg-message accordingly
PR: ports/162420
Submitted by: maintainer (Matthew Seaman)
|
Sunday, 6 Nov 2011
|
21:05 ohauer
- change USE_APACHE 1.3/2.0 to 13/20
to prepare enforcement in Mk/bsd.apache.mk
|
Friday, 7 Oct 2011
|
13:02 flo
add RT 4.0.2
PR: ports/160901
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
12:13 flo
forced commit to note the repocopy rt38 -> rt40
|
Number of commits found: 63 |