mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 4.2.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.2.6
This commit is contained in:
parent
02125b2a04
commit
92ebce6ce2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363456
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rt
|
||||
DISTVERSION= 4.2.5
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 4.2.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
|
||||
PKGNAMESUFFIX= 42
|
||||
|
@ -235,9 +235,9 @@ MYSQL_DEPS= p5-DBD-mysql>=2.1018:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
ORACLE_DEPS= p5-DBD-Oracle>0:${PORTSDIR}/databases/p5-DBD-Oracle
|
||||
|
||||
### --- PGSQL ---
|
||||
### DBD::Pg 1.43
|
||||
### DBD::Pg 3.2.1
|
||||
|
||||
PGSQL_DEPS= p5-DBD-Pg>=1.43:${PORTSDIR}/databases/p5-DBD-Pg
|
||||
PGSQL_DEPS= p5-DBD-Pg32=3.2.1:${PORTSDIR}/databases/p5-DBD-Pg32
|
||||
|
||||
### --- SQLITE ---
|
||||
### DBD::SQLite 1.00
|
||||
@ -306,3 +306,4 @@ HTML_DOC_DEPS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
|
||||
### --- AVOID ---
|
||||
### 'DBD::Oracle' => [qw(1.23)],
|
||||
### 'Devel::StackTrace' => [qw(1.28 1.29)],
|
||||
### 'DBD::Pg' => [qw(3.3.0)],
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rt-4.2.5.tar.gz) = d6f8ae4823c914326b3065c13f5fa7920485a94e1b987db09240154b4984525b
|
||||
SIZE (rt-4.2.5.tar.gz) = 7570567
|
||||
SHA256 (rt-4.2.6.tar.gz) = 0663b0e3d2f142dd411624f88597316b4f883fce479ce0d5f5582cf975c86523
|
||||
SIZE (rt-4.2.6.tar.gz) = 7576887
|
||||
|
@ -34,6 +34,7 @@ bin/rt-mailgate
|
||||
%%SITE_PERL%%/RT/Action/NotifyAsComment.pm
|
||||
%%SITE_PERL%%/RT/Action/NotifyGroup.pm
|
||||
%%SITE_PERL%%/RT/Action/NotifyGroupAsComment.pm
|
||||
%%SITE_PERL%%/RT/Action/NotifyOwnerOrAdminCc.pm
|
||||
%%SITE_PERL%%/RT/Action/OpenOnStarted.pm
|
||||
%%SITE_PERL%%/RT/Action/RecordComment.pm
|
||||
%%SITE_PERL%%/RT/Action/RecordCorrespondence.pm
|
||||
@ -476,6 +477,8 @@ sbin/standalone_httpd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.2/content
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.2/schema.mysql
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.4/content
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.6/content
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.2.6/schema.mysql
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/generate-rtaddressregexp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/sanity-check-stylesheets.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/shrink_cgm_table.pl
|
||||
@ -1606,6 +1609,7 @@ sbin/standalone_httpd
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.1
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.2
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.4
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade/4.2.6
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||
@dirrmtry %%DATADIR%%/etc
|
||||
|
Loading…
Reference in New Issue
Block a user