FreeBSD Bugzilla – Attachment 141012 Details for
Bug 187736
devel/otrs: need additional perl5 package SSLGlue for web appliance OTRS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
otrs.txt
otrs.txt (text/plain; charset=US-ASCII), 4.58 KB, created by
m.tsatsenko
on 2014-03-28 11:41:31 UTC
(
hide
)
Description:
otrs.txt
Filename:
MIME Type:
Creator:
m.tsatsenko
Created:
2014-03-28 11:41:31 UTC
Size:
4.58 KB
patch
obsolete
>Index: otrs/Makefile >=================================================================== >--- otrs/Makefile (revision 24860) >+++ otrs/Makefile (revision 25003) >@@ -3,6 +3,7 @@ > > PORTNAME= otrs > PORTVERSION= 3.3.5 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ > ftp://ftp.samurai.com/pub/otrs/ \ >@@ -34,7 +35,13 @@ > p5-Date-Pcalc>=0:${PORTSDIR}/devel/p5-Date-Pcalc \ > p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ > p5-XML-FeedPP>=0:${PORTSDIR}/textproc/p5-XML-FeedPP \ >- p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML >+ p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML \ >+ p5-JavaScript-Minifier>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier \ >+ p5-CSS-Minifier>=0:${PORTSDIR}/textproc/p5-CSS-Minifier \ >+ p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ >+ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ >+ p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA >+ > RUN_DEPENDS:= ${BUILD_DEPENDS} > > USES= shebangfix perl5 >@@ -61,7 +68,7 @@ > SUB_FILES= pkg-install pkg-message > PKGMESSAGE= ${WRKDIR}/pkg-message > >-ROOT_DIRS_LIST= Kernel bin scripts >+ROOT_DIRS_LIST= Kernel bin scripts doc > BIN_DIRS_LIST= "" cgi-bin fcgi-bin > PM_DIRS_LIST= Kernel Kernel/Config Kernel/Config/Files Kernel/Language \ > Modules Kernel/Output/HTML Kernel/Output/HTML/Lite \ >@@ -72,6 +79,7 @@ > DOCS_FILES_LIST= C[A-Z]* INSTALL.md RE* UPGRADING.md > > SCRIPTS_DIRS_LIST= "" database/update test tools >+CRON_SCRIPTS= ${OTRSDIR}/var/cron/ > CLEAN_FILES= scripts/suse* scripts/redhat* \ > var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \ > var/httpd/htdocs/skins/Agent/*/img/source >@@ -103,18 +111,17 @@ > .endif > > .if ${PORT_OPTIONS:MSMTP} >-RUN_DEPENDS+= p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \ >- p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS \ >- p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL >+RUN_DEPENDS+= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ >+ p5-Net-SSLGlue>=0:${PORTSDIR}/security/p5-Net-SSLGlue > .endif > > .if ${PORT_OPTIONS:MPOP3} >-RUN_DEPENDS+= p5-Mail-POP3Client>=0:${PORTSDIR}/mail/p5-Mail-POP3Client \ >- p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL >+RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ >+ p5-Net-SSLGlue>=0:${PORTSDIR}/security/p5-Net-SSLGlue > .endif > > .if ${PORT_OPTIONS:MIMAP} >-RUN_DEPENDS+= p5-Net-IMAP-Simple-SSL>=0:${PORTSDIR}/mail/p5-Net-IMAP-Simple-SSL >+RUN_DEPENDS+= p5-Mail-IMAPClient>=0:${PORTSDIR}/mail/p5-Mail-IMAPClient > .endif > > .if ${PORT_OPTIONS:MLDAP} >@@ -171,6 +178,7 @@ > ${SCRIPTS_DIRS_LIST:S!^!${OTRSDIR}/scripts/!} > @${INSTALL_DATA} ${WRKSRC}/.*.dist ${OTRSDIR}/ > @${INSTALL_DATA} ${WRKSRC}/RELEASE ${OTRSDIR}/ >+ @${INSTALL_DATA} ${WRKSRC}/ARCHIVE ${OTRSDIR}/ > .for D in ${BIN_DIRS_LIST} > @${INSTALL_SCRIPT} ${WRKSRC}/bin/${D}/*.* ${OTRSDIR}/bin/${D}/ > .endfor >@@ -197,6 +205,7 @@ > @${INSTALL_DATA} ${WRKSRC}/doc/${D}/*.* ${DOCSDIR}/${D}/ > .endfor > .endif >+ @${FIND} ${CRON_SCRIPTS} -type f -name *.dist | ${SED} -e "p;s/\.dist//" | ${XARGS} -n2 ${MV} > @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL > > post-install: >Index: otrs/pkg-plist >=================================================================== >--- otrs/pkg-plist (revision 24860) >+++ otrs/pkg-plist (revision 25003) >@@ -764,6 +764,7 @@ > otrs/Kernel/System/WebUserAgent.pm > otrs/Kernel/System/XML.pm > otrs/Kernel/System/YAML.pm >+otrs/ARCHIVE > otrs/RELEASE > otrs/bin/Cron.sh > otrs/bin/cgi-bin/app.psgi >@@ -951,18 +952,18 @@ > otrs/scripts/tools/sync-ldap2db.pl > otrs/scripts/tools/xml2html.pl > otrs/scripts/webform.pl >-otrs/var/cron/aaa_base.dist >-otrs/var/cron/cache.dist >-otrs/var/cron/fetchmail.dist >-otrs/var/cron/generate_dashboard_stats.dist >-otrs/var/cron/generic_agent-database.dist >-otrs/var/cron/generic_agent.dist >-otrs/var/cron/pending_jobs.dist >-otrs/var/cron/postmaster.dist >-otrs/var/cron/postmaster_mailbox.dist >-otrs/var/cron/rebuild_ticket_index.dist >-otrs/var/cron/session.dist >-otrs/var/cron/unlock.dist >+otrs/var/cron/aaa_base >+otrs/var/cron/cache >+otrs/var/cron/fetchmail >+otrs/var/cron/generate_dashboard_stats >+otrs/var/cron/generic_agent-database >+otrs/var/cron/generic_agent >+otrs/var/cron/pending_jobs >+otrs/var/cron/postmaster >+otrs/var/cron/postmaster_mailbox >+otrs/var/cron/rebuild_ticket_index >+otrs/var/cron/session >+otrs/var/cron/unlock > otrs/var/fonts/DejaVuSans-Bold.ttf > otrs/var/fonts/DejaVuSans-BoldOblique.ttf > otrs/var/fonts/DejaVuSans-Oblique.ttf >@@ -2472,6 +2473,7 @@ > @dirrm otrs/bin/fcgi-bin > @dirrm otrs/bin/cgi-bin > @dirrm otrs/bin >+@dirrm otrs/doc > @dirrm otrs/Kernel/System/Web/UploadCache > @dirrm otrs/Kernel/System/Web > @dirrm otrs/Kernel/System/VirtualFS
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 187736
: 141012