- 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
This commit is contained in:
parent
a2c2bfe213
commit
6e2f28fbc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285563
3 changed files with 5 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
# o install a sample into etc/apache22/Includes
|
||||
|
||||
PORTNAME= rt
|
||||
PORTVERSION= 4.0.3
|
||||
PORTVERSION= 4.0.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
|
||||
ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rt-4.0.3.tar.gz) = dfb507cebf19b6604e15de9a61b49a7e3af155c94a2fc3ebce858174ea6dc465
|
||||
SIZE (rt-4.0.3.tar.gz) = 5964253
|
||||
SHA256 (rt-4.0.4.tar.gz) = 541e81d7d020caa1f089a353e8bf7076aef3c2938dcdd9055036a923142f8480
|
||||
SIZE (rt-4.0.4.tar.gz) = 5964551
|
||||
|
|
|
@ -325,6 +325,7 @@ sbin/standalone_httpd
|
|||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.0.1/acl.Pg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.0.1/content
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.0.3/content
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.0.4/content
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/generate-rtaddressregexp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/sanity-check-stylesheets.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/shrink_cgm_table.pl
|
||||
|
@ -1445,6 +1446,7 @@ share/rt40/po/zh_TW.po
|
|||
@dirrm share/rt40/fonts
|
||||
@dirrm share/rt40/etc
|
||||
@dirrm share/rt40
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/4.0.4
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/4.0.3
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/4.0.1
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/4.0.0rc7
|
||||
|
|
Loading…
Reference in a new issue