- Update to 2.3.3

- Use USE_APACHE=1.3+ [1]
- Add p5-Text-CSV as dependency [2]
- Install DBUpgrade* scripts [3]

Changes:	http://lists.otrs.org/pipermail/announce/2008/000104.html
PR:		ports/127299 [1], ports/127094 [2]
Submitted by:	Velko Ivanov <vivanov xx ivanov-nest.com> [1],
		Mike Duchene <mp xx grymmjack.com> [2]
Pointed by:	Victor Balada Diaz <v.balada xx coolbleiben.net> [3]
This commit is contained in:
Sergey Skvortsov 2008-11-11 09:27:41 +00:00
parent dfca57f5c6
commit 0884542ec3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222725
3 changed files with 45 additions and 8 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= otrs
PORTVERSION= 2.3.2
PORTVERSION= 2.3.3
CATEGORIES= devel
MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \
ftp://ftp.samurai.com/pub/otrs/ \
@ -32,6 +32,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/PDF/API2.pm:${PORTSDIR}/textproc/p5-PDF-API2 \
${SITE_PERL}/Text/CSV.pm:${PORTSDIR}/textproc/p5-Text-CSV \
${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS= ${BUILD_DEPENDS}
@ -63,10 +64,9 @@ DOCS_FILES_LIST= C* INSTALL RE* TODO UPGRADING
SCRIPTS_DIRS_LIST= "" database/update test tools
CLEAN_CPAN_DIRS= Algorithm Authen Crypt Date Email File IO Mail MIME Net Text XML auto
CLEAN_FILES= scripts/apache2-httpd.include.conf scripts/suse* \
scripts/redhat* scripts/DBUpdate*
CLEAN_FILES= scripts/apache2-httpd.include.conf scripts/suse* scripts/redhat*
USE_APACHE= YES
USE_APACHE= 1.3+
USE_PERL5= yes
.include <bsd.port.pre.mk>
@ -139,7 +139,8 @@ do-install:
.endif
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${OTRSDIR}/Kernel
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.[ps][lh] ${OTRSDIR}/scripts/
@${INSTALL_DATA} ${WRKSRC}/scripts/*.p[hm]* ${WRKSRC}/scripts/apache* ${OTRSDIR}/scripts/
@${INSTALL_DATA} ${WRKSRC}/scripts/*.p[hm]* ${WRKSRC}/scripts/apache* \
${WRKSRC}/scripts/*.sql ${OTRSDIR}/scripts/
@${INSTALL_DATA} ${WRKSRC}/scripts/database/update/*.* ${OTRSDIR}/scripts/database/update/
@${INSTALL_DATA} ${WRKSRC}/scripts/database/*.* ${OTRSDIR}/scripts/database/
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/test/*.t ${OTRSDIR}/scripts/test/

View file

@ -1,3 +1,3 @@
MD5 (otrs-2.3.2.tar.bz2) = acb25cc6e658e6dc2904a5a55b26bacd
SHA256 (otrs-2.3.2.tar.bz2) = bc4030f4f5532fc18e342ef4757a2f3de8aeecdfdbbca500203e716a52192ef2
SIZE (otrs-2.3.2.tar.bz2) = 10802216
MD5 (otrs-2.3.3.tar.bz2) = 6eb8c9383bd3ca53a4606f9953975017
SHA256 (otrs-2.3.3.tar.bz2) = ceaa1a414e9eee3b04c3b6182319e59fe7d07c25662ef2408b3792eb18356f92
SIZE (otrs-2.3.3.tar.bz2) = 11575828

View file

@ -49,6 +49,38 @@ otrs/bin/cgi-bin/rpc.pl
otrs/bin/fcgi-bin/customer.fpl
otrs/bin/fcgi-bin/index.fpl
otrs/bin/fcgi-bin/public.fpl
otrs/scripts/DBUpdate-to-2.3.pl
otrs/scripts/DBUpdate-to-1.0.mysql.sql
otrs/scripts/DBUpdate-to-1.0.postgresql.sql
otrs/scripts/DBUpdate-to-1.1.mysql.sql
otrs/scripts/DBUpdate-to-1.1.postgresql.sql
otrs/scripts/DBUpdate-to-1.2.mysql.sql
otrs/scripts/DBUpdate-to-1.2.postgresql.sql
otrs/scripts/DBUpdate-to-1.3.mysql.sql
otrs/scripts/DBUpdate-to-1.3.postgresql.sql
otrs/scripts/DBUpdate-to-2.0.mysql.sql
otrs/scripts/DBUpdate-to-2.0.postgresql.sql
otrs/scripts/DBUpdate-to-2.1.mysql.sql
otrs/scripts/DBUpdate-to-2.1.oracle.sql
otrs/scripts/DBUpdate-to-2.1.postgresql.sql
otrs/scripts/DBUpdate-to-2.2.2.sql
otrs/scripts/DBUpdate-to-2.2.maxdb.sql
otrs/scripts/DBUpdate-to-2.2.mssql.sql
otrs/scripts/DBUpdate-to-2.2.mysql.sql
otrs/scripts/DBUpdate-to-2.2.oracle.sql
otrs/scripts/DBUpdate-to-2.2.postgresql.sql
otrs/scripts/DBUpdate-to-2.3-post.db2.sql
otrs/scripts/DBUpdate-to-2.3-post.maxdb.sql
otrs/scripts/DBUpdate-to-2.3-post.mssql.sql
otrs/scripts/DBUpdate-to-2.3-post.mysql.sql
otrs/scripts/DBUpdate-to-2.3-post.oracle.sql
otrs/scripts/DBUpdate-to-2.3-post.postgresql.sql
otrs/scripts/DBUpdate-to-2.3.db2.sql
otrs/scripts/DBUpdate-to-2.3.maxdb.sql
otrs/scripts/DBUpdate-to-2.3.mssql.sql
otrs/scripts/DBUpdate-to-2.3.mysql.sql
otrs/scripts/DBUpdate-to-2.3.oracle.sql
otrs/scripts/DBUpdate-to-2.3.postgresql.sql
otrs/scripts/SystemStatsGeneric.pm
otrs/scripts/apache-httpd.conf
otrs/scripts/apache-httpd.include.conf
@ -122,6 +154,7 @@ otrs/scripts/test/Signature.t
otrs/scripts/test/State.t
otrs/scripts/test/Stats.t
otrs/scripts/test/StdAttachment.t
otrs/scripts/test/StdResponse.t
otrs/scripts/test/SysConfig.t
otrs/scripts/test/Ticket.t
otrs/scripts/test/Time.t
@ -216,6 +249,7 @@ otrs/var/httpd/htdocs/images/Standard/note.png
otrs/var/httpd/htdocs/images/Standard/notready-sw.png
otrs/var/httpd/htdocs/images/Standard/notready.png
otrs/var/httpd/htdocs/images/Standard/overview.png
otrs/var/httpd/htdocs/images/Standard/pdf.png
otrs/var/httpd/htdocs/images/Standard/personal.png
otrs/var/httpd/htdocs/images/Standard/phone-new.png
otrs/var/httpd/htdocs/images/Standard/phppg.png
@ -741,6 +775,8 @@ otrs/Kernel/cpan-lib/HTML/Safe.pm
@dirrm otrs/Kernel/System/Stats/Dynamic
@dirrm otrs/Kernel/System/Stats/Static
@dirrm otrs/Kernel/System/Stats
@dirrm otrs/Kernel/System/Service
@dirrm otrs/Kernel/System/SLA
@dirrm otrs/Kernel/System/Queue
@dirrm otrs/Kernel/System/PostMaster/LoopProtection
@dirrm otrs/Kernel/System/PostMaster/Filter