Bug 162420 - [maintainer] www/rt40 -- upgrade to 4.0.3
Summary: [maintainer] www/rt40 -- upgrade to 4.0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 00:50 UTC by Matthew Seaman
Modified: 2011-11-10 06:20 UTC (History)
0 users

See Also:


Attachments
rt40.diff (10.12 KB, patch)
2011-11-10 00:50 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2011-11-10 00:50:11 UTC
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
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-10 01:00:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-10 06:15:35 UTC
clsung      2011-11-10 06:15:25 UTC

  FreeBSD ports repository

  Modified files:
    www/rt40             Makefile distinfo pkg-plist 
    www/rt40/files       pkg-message.in 
  Log:
  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)
  
  Revision  Changes    Path
  1.45      +7 -2      ports/www/rt40/Makefile
  1.12      +2 -2      ports/www/rt40/distinfo
  1.8       +17 -3     ports/www/rt40/files/pkg-message.in
  1.15      +131 -0    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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-10 06:16:53 UTC
State Changed
From-To: open->closed

Committed. Thank You.