diff options
author | skv <skv@FreeBSD.org> | 2009-02-10 21:20:23 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-02-10 21:20:23 +0800 |
commit | 930a22e1bc986e8a2dec2ad9d78ae28f5a7c62d0 (patch) | |
tree | 20ba07589fab1e952ce3daf6e5e1717632173110 /devel | |
parent | db2be7c362a7c9bf308693019422a5cbdea12978 (diff) | |
download | freebsd-ports-gnome-930a22e1bc986e8a2dec2ad9d78ae28f5a7c62d0.tar.gz freebsd-ports-gnome-930a22e1bc986e8a2dec2ad9d78ae28f5a7c62d0.tar.zst freebsd-ports-gnome-930a22e1bc986e8a2dec2ad9d78ae28f5a7c62d0.zip |
Update to 2.3.4
Changes: http://lists.otrs.org/pipermail/announce/2009/000113.html
Diffstat (limited to 'devel')
-rw-r--r-- | devel/otrs/Makefile | 13 | ||||
-rw-r--r-- | devel/otrs/distinfo | 6 | ||||
-rw-r--r-- | devel/otrs/files/pkg-message.in | 2 | ||||
-rw-r--r-- | devel/otrs/pkg-plist | 5 |
4 files changed, 16 insertions, 10 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 402e0949e697..8df82d037774 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= otrs -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= devel MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/Date/Pcalc.pm:${PORTSDIR}/devel/p5-Date-Pcalc \ ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-MIME-Tools>=5.427:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/Net/POP3.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ @@ -31,7 +31,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${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 \ + p5-PDF-API2>=0.57:${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 @@ -64,7 +64,8 @@ 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* +CLEAN_FILES= scripts/apache2-httpd.include.conf scripts/suse* scripts/redhat* \ + var/httpd/htdocs/yui USE_APACHE= 1.3+ USE_PERL5= yes @@ -108,8 +109,8 @@ do-build: @${FIND} ${WRKSRC} -name "*.orig" -delete @${FIND} ${WRKSRC}/Kernel -type d | ${XARGS} ${CHMOD} 0755 @${FIND} ${WRKSRC}/Kernel -type f | ${XARGS} ${CHMOD} ${SHAREMODE} - @${RM} -rf ${CLEAN_CPAN_DIRS:S!^!${WRKSRC}/Kernel/cpan-lib/!} - @${RM} -f ${CLEAN_FILES:S!^!${WRKSRC}/!} + @${RM} -rf ${CLEAN_CPAN_DIRS:S!^!${WRKSRC}/Kernel/cpan-lib/!} \ + ${CLEAN_FILES:S!^!${WRKSRC}/!} @${FIND} ${WRKSRC} -type f | ${XARGS} ${SED} -i '' \ -e "s=/opt/=${PREFIX}/=g;s=wwwrun=${WWWOWN}=g;" .ifdef WITH_ISPELL diff --git a/devel/otrs/distinfo b/devel/otrs/distinfo index 05ea7d0fc242..4733d0a38d0c 100644 --- a/devel/otrs/distinfo +++ b/devel/otrs/distinfo @@ -1,3 +1,3 @@ -MD5 (otrs-2.3.3.tar.bz2) = 6eb8c9383bd3ca53a4606f9953975017 -SHA256 (otrs-2.3.3.tar.bz2) = ceaa1a414e9eee3b04c3b6182319e59fe7d07c25662ef2408b3792eb18356f92 -SIZE (otrs-2.3.3.tar.bz2) = 11575828 +MD5 (otrs-2.3.4.tar.bz2) = 84de267a6ba07eeb7c489d8e1809b388 +SHA256 (otrs-2.3.4.tar.bz2) = 50036728cf34dfff08ac38cd136ba9a243d342f3a8a129e46e2d33fbc64f4f66 +SIZE (otrs-2.3.4.tar.bz2) = 11733370 diff --git a/devel/otrs/files/pkg-message.in b/devel/otrs/files/pkg-message.in index 0b20fa957fba..cc33fc4e4a5e 100644 --- a/devel/otrs/files/pkg-message.in +++ b/devel/otrs/files/pkg-message.in @@ -3,7 +3,7 @@ OTRS is now installed. The rest of installation must be completed manually. -Please see http://doc.otrs.org/2.2/en/html/ and/or documentation in +Please see http://doc.otrs.org/2.3/en/html/ and/or documentation in %%DOCSDIR%% for further instructions, particularly regarding configuring your web server, database, cron scripts, and receiving emails. diff --git a/devel/otrs/pkg-plist b/devel/otrs/pkg-plist index bf84eaf11d44..b8c7e1795663 100644 --- a/devel/otrs/pkg-plist +++ b/devel/otrs/pkg-plist @@ -283,6 +283,7 @@ otrs/var/httpd/htdocs/images/Standard/yellowled-small.png otrs/var/httpd/htdocs/images/Standard/yellowled.png otrs/var/httpd/htdocs/images/Standard/zoom.png otrs/var/httpd/htdocs/prototype.js +otrs/var/packages/Support-1.0.13.opm @unexec [ -s %D/otrs/var/log/TicketCounter.log ] || rm -f %D/otrs/var/log/TicketCounter.log @unexec if cmp -s %D/otrs/Kernel/Config.pm %D/otrs/Kernel/Config.pm.dist; then rm -f %D/otrs/Kernel/Config.pm; fi otrs/Kernel/Config.pm.dist @@ -414,6 +415,7 @@ otrs/Kernel/Modules/CustomerTicketSearch.pm otrs/Kernel/Modules/CustomerTicketZoom.pm otrs/Kernel/Modules/CustomerZoom.pm otrs/Kernel/Modules/Installer.pm +otrs/Kernel/Modules/PublicDefault.pm otrs/Kernel/Modules/PublicRepository.pm otrs/Kernel/Modules/Test.pm otrs/Kernel/Output/HTML/ArticleAttachmentDownload.pm @@ -610,6 +612,7 @@ otrs/Kernel/Output/HTML/Standard/NoPermission.dtl otrs/Kernel/Output/HTML/Standard/Notify.dtl otrs/Kernel/Output/HTML/Standard/PrintFooter.dtl otrs/Kernel/Output/HTML/Standard/PrintHeader.dtl +otrs/Kernel/Output/HTML/Standard/PublicDefault.dtl otrs/Kernel/Output/HTML/Standard/Redirect.dtl otrs/Kernel/Output/HTML/Standard/Test.dtl otrs/Kernel/Output/HTML/Standard/Warning.dtl @@ -793,6 +796,7 @@ otrs/Kernel/cpan-lib/HTML/Safe.pm @dirrm otrs/Kernel/System/Crypt @dirrm otrs/Kernel/System/Cache @dirrm otrs/Kernel/System/AuthSession +@dirrm otrs/Kernel/System/Auth/Sync @dirrm otrs/Kernel/System/Auth @dirrm otrs/Kernel/System @dirrm otrs/Kernel/Output/XML @@ -814,6 +818,7 @@ otrs/Kernel/cpan-lib/HTML/Safe.pm @dirrm otrs/var/pics/images @dirrm otrs/var/pics @dirrmtry otrs/var/log +@dirrm otrs/var/packages @dirrm otrs/var/httpd/htdocs/images/Standard @dirrm otrs/var/httpd/htdocs/images @dirrm otrs/var/httpd/htdocs |