mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Update to 4.2.7
- USES_PGSQL -> USES+= pgsql - 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 Note: this update required DB schema changes to be applied. Please follow the instructions in pkg-message.
This commit is contained in:
parent
534b0df3af
commit
d0697b515d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368190
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rt
|
||||
DISTVERSION= 4.2.6
|
||||
DISTVERSION= 4.2.7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
|
||||
PKGNAMESUFFIX= 42
|
||||
@ -84,7 +84,7 @@ SPAWN_FCGI_RUN_DEPENDS= ${LOCALBASE}/bin/spawn-fcgi:${PORTSDIR}/www/spawn-fcgi
|
||||
MYSQL_USE= MYSQL=yes
|
||||
MYSQL_RUN_DEPENDS= ${MYSQL_DEPS}
|
||||
|
||||
PGSQL_USE= PGSQL=yes
|
||||
PGSQL_USES= pgsql
|
||||
PGSQL_RUN_DEPENDS= ${PGSQL_DEPS}
|
||||
|
||||
ORACLE_RUN_DEPENDS= ${ORACLE_DEPS}
|
||||
|
@ -9,7 +9,7 @@
|
||||
### Class::Accessor 0.34
|
||||
### Crypt::Eksblowfish
|
||||
### DBI 1.37
|
||||
### DBIx::SearchBuilder 1.65
|
||||
### DBIx::SearchBuilder 1.66
|
||||
### Data::GUID
|
||||
### Date::Extract 0.02
|
||||
### Date::Manip
|
||||
@ -80,7 +80,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:${PORTSDIR}/www/p5-Apache-Session \
|
||||
p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
|
||||
p5-DBI>=1.37:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-DBIx-SearchBuilder>=1.59:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \
|
||||
p5-DBIx-SearchBuilder>=1.66:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \
|
||||
p5-Data-GUID>0:${PORTSDIR}/devel/p5-Data-GUID \
|
||||
p5-Date-Extract>=0.02:${PORTSDIR}/devel/p5-Date-Extract \
|
||||
p5-Date-Manip>0:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
@ -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 3.2.1
|
||||
### DBD::Pg 3.3.1
|
||||
|
||||
PGSQL_DEPS= p5-DBD-Pg32=3.2.1:${PORTSDIR}/databases/p5-DBD-Pg32
|
||||
PGSQL_DEPS= p5-DBD-Pg>=3.3.1:${PORTSDIR}/databases/p5-DBD-Pg
|
||||
|
||||
### --- SQLITE ---
|
||||
### DBD::SQLite 1.00
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rt-4.2.6.tar.gz) = 0663b0e3d2f142dd411624f88597316b4f883fce479ce0d5f5582cf975c86523
|
||||
SIZE (rt-4.2.6.tar.gz) = 7576887
|
||||
SHA256 (rt-4.2.7.tar.gz) = d1631333e6cf9d6fa7712da5160a5205aa581f88ca97e7a0092e5ce8aece8fea
|
||||
SIZE (rt-4.2.7.tar.gz) = 7592821
|
||||
|
@ -479,6 +479,7 @@ sbin/standalone_httpd
|
||||
%%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/4.2.7/content
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/generate-rtaddressregexp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/sanity-check-stylesheets.pl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/upgrade/shrink_cgm_table.pl
|
||||
@ -1610,6 +1611,7 @@ sbin/standalone_httpd
|
||||
%%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/4.2.7
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/upgrade
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||
@dirrmtry %%DATADIR%%/etc
|
||||
|
Loading…
Reference in New Issue
Block a user