mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 2.2.2
Changes: http://lists.otrs.org/pipermail/announce/2007/000076.html
This commit is contained in:
parent
67475a5aee
commit
99e626ea12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197107
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= otrs
|
||||
PORTVERSION= 2.2.1
|
||||
PORTVERSION= 2.2.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \
|
||||
ftp://ftp.samurai.com/pub/otrs/ \
|
||||
@ -56,10 +56,10 @@ PM_DIRS_LIST= Kernel Kernel/Config Kernel/Config/Files Kernel/Language \
|
||||
Kernel/Output/HTML/Standard System System/Auth System/AuthSession \
|
||||
System/Crypt System/CustomerAuth System/CustomerUser \
|
||||
System/CustomerUser/ System/
|
||||
DOCS_DIRS_LIST= "" manual/en
|
||||
DOCS_DIRS_LIST= "" manual/en/pdf
|
||||
DOCS_FILES_LIST= C* INSTALL RE* TODO UPGRADING
|
||||
|
||||
SCRIPTS_DIRS_LIST= "" database test tools
|
||||
SCRIPTS_DIRS_LIST= "" database/update test tools
|
||||
CLEAN_CPAN_DIRS= Algorithm Authen Crypt Date Email IO Mail MIME Text XML auto
|
||||
CLEAN_FILES= scripts/apache2-httpd.include.conf scripts/suse* \
|
||||
scripts/redhat* scripts/DBUpdate*
|
||||
@ -137,7 +137,8 @@ do-install:
|
||||
@${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/database/* ${OTRSDIR}/scripts/database/
|
||||
@${INSTALL_DATA} ${WRKSRC}/scripts/database/update/*.* ${OTRSDIR}/scripts/database/update/
|
||||
@${INSTALL_DATA} ${WRKSRC}/scripts/database/*.* ${OTRSDIR}/scripts/database/
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/test/*.pl ${OTRSDIR}/scripts/test/
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/tools/*.pl ${OTRSDIR}/scripts/tools/
|
||||
.ifndef NOPORTDOCS
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (otrs-2.2.1.tar.gz) = df6d53895b6303fb7bbc2f1db189a257
|
||||
SHA256 (otrs-2.2.1.tar.gz) = aba818433e0ace2c0db8d1421396ebeceed935cbae05b9bbb266f4a0d6da4682
|
||||
SIZE (otrs-2.2.1.tar.gz) = 13008818
|
||||
MD5 (otrs-2.2.2.tar.gz) = 6e370571e73e7988f2b769999e813ee3
|
||||
SHA256 (otrs-2.2.2.tar.gz) = cab5623a10d9afad2114f4e347452385a8213d4935cabef5c111cca470a025d1
|
||||
SIZE (otrs-2.2.2.tar.gz) = 11010288
|
||||
|
@ -75,6 +75,7 @@ otrs/scripts/database/otrs-schema.mysql.sql
|
||||
otrs/scripts/database/otrs-schema.oracle.sql
|
||||
otrs/scripts/database/otrs-schema.postgresql.sql
|
||||
otrs/scripts/database/otrs-schema.xml
|
||||
otrs/scripts/database/update/otrs-upgrade-to-2.2.xml
|
||||
otrs/scripts/login.php
|
||||
otrs/scripts/login.pl
|
||||
otrs/scripts/restore.pl
|
||||
@ -512,6 +513,8 @@ otrs/Kernel/System/AuthSession/FS.pm
|
||||
otrs/Kernel/System/AuthSession/IPC.pm
|
||||
otrs/Kernel/System/AutoResponse.pm
|
||||
otrs/Kernel/System/CSV.pm
|
||||
otrs/Kernel/System/Cache.pm
|
||||
otrs/Kernel/System/Cache/File.pm
|
||||
otrs/Kernel/System/CheckItem.pm
|
||||
otrs/Kernel/System/Config.pm
|
||||
otrs/Kernel/System/Crypt.pm
|
||||
@ -544,6 +547,7 @@ otrs/Kernel/System/FileTemp.pm
|
||||
otrs/Kernel/System/GenericAgent.pm
|
||||
otrs/Kernel/System/GenericAgent/AutoPriorityIncrease.pm
|
||||
otrs/Kernel/System/GenericAgent/NotifyAgentGroupOfCustomQueue.pm
|
||||
otrs/Kernel/System/GenericAgent/NotifyAgentGroupWithWritePermission.pm
|
||||
otrs/Kernel/System/Group.pm
|
||||
otrs/Kernel/System/LinkObject.pm
|
||||
otrs/Kernel/System/LinkObject/Ticket.pm
|
||||
@ -650,6 +654,7 @@ otrs/Kernel/cpan-lib/HTML/Safe.pm
|
||||
@dirrm otrs/Kernel/System/CustomerUser
|
||||
@dirrm otrs/Kernel/System/CustomerAuth
|
||||
@dirrm otrs/Kernel/System/Crypt
|
||||
@dirrm otrs/Kernel/System/Cache
|
||||
@dirrm otrs/Kernel/System/AuthSession
|
||||
@dirrm otrs/Kernel/System/Auth
|
||||
@dirrm otrs/Kernel/System
|
||||
@ -680,6 +685,7 @@ otrs/Kernel/cpan-lib/HTML/Safe.pm
|
||||
@dirrmtry otrs/var
|
||||
@dirrm otrs/scripts/tools
|
||||
@dirrm otrs/scripts/test
|
||||
@dirrm otrs/scripts/database/update
|
||||
@dirrm otrs/scripts/database
|
||||
@dirrm otrs/scripts
|
||||
@dirrm otrs/bin/fcgi-bin
|
||||
@ -708,7 +714,8 @@ otrs/Kernel/cpan-lib/HTML/Safe.pm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-7-euro-iso-8859-15.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-8-bulgarian-cp1251.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-9-html-multicharset.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/en/otrs_admin_book.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/en/pdf/otrs_admin_book.pdf
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en/pdf
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user