svn commit: r323364 - in head/devel/otrs: . files
Steve Wills
swills at FreeBSD.org
Sun Jul 21 02:41:09 UTC 2013
Author: swills
Date: Sun Jul 21 02:41:07 2013
New Revision: 323364
URL: http://svnweb.freebsd.org/changeset/ports/323364
Log:
- Update to 3.2.9
- Security: CVE-2013-4717, CVE-2013-4718
PR: ports/180477
Submitted by: "Mikhail T." <m.tsatsenko at gmail.com> (maintainer)
Modified:
head/devel/otrs/Makefile
head/devel/otrs/distinfo
head/devel/otrs/files/pkg-message.in (contents, props changed)
head/devel/otrs/pkg-plist
Modified: head/devel/otrs/Makefile
==============================================================================
--- head/devel/otrs/Makefile Sun Jul 21 01:34:54 2013 (r323363)
+++ head/devel/otrs/Makefile Sun Jul 21 02:41:07 2013 (r323364)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= otrs
-PORTVERSION= 3.2.8
+PORTVERSION= 3.2.9
CATEGORIES= devel
MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \
ftp://ftp.samurai.com/pub/otrs/ \
@@ -52,8 +52,6 @@ SMTP_DESC= Send email via SMTP
REPORTS_MODULES_DESC= Reports support
USE_BZIP2= yes
-USES= shebangfix
-SHEBANG_FILES= bin/*.pl
OTRSDIR= ${PREFIX}/otrs
USERS= ${PORTNAME}
@@ -123,6 +121,9 @@ RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR
.if ${PORT_OPTIONS:MPDF}
RUN_DEPENDS+= p5-PDF-API2>=0.57:${PORTSDIR}/textproc/p5-PDF-API2
+. if ${PERL_LEVEL} < 500903
+RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
+. endif
.endif
.if ${PORT_OPTIONS:MISPELL}
Modified: head/devel/otrs/distinfo
==============================================================================
--- head/devel/otrs/distinfo Sun Jul 21 01:34:54 2013 (r323363)
+++ head/devel/otrs/distinfo Sun Jul 21 02:41:07 2013 (r323364)
@@ -1,2 +1,2 @@
-SHA256 (otrs-3.2.8.tar.bz2) = 1144b512a880d13d27622f3c0dabd15341ead7b40348d37c543216b30dd66f46
-SIZE (otrs-3.2.8.tar.bz2) = 18736484
+SHA256 (otrs-3.2.9.tar.bz2) = a94edec491d68382d321f8b0464ccaaca1c383b4024799e251226ec524aedf69
+SIZE (otrs-3.2.9.tar.bz2) = 18747419
Modified: head/devel/otrs/files/pkg-message.in
==============================================================================
--- head/devel/otrs/files/pkg-message.in Sun Jul 21 01:34:54 2013 (r323363)
+++ head/devel/otrs/files/pkg-message.in Sun Jul 21 02:41:07 2013 (r323364)
@@ -3,11 +3,11 @@ OTRS is now installed.
The rest of installation must be completed manually.
-Please see http://doc.otrs.org/3.1/en/html/ and/or documentation in
+Please see http://doc.otrs.org/3.2/en/html/ and/or documentation in
%%DOCSDIR%% for further instructions, particularly regarding
configuring your web server, database, cron scripts, and receiving emails.
If you are upgrading from an earlier version, follow the instructions for
upgrading your database schema and configuration files given in
-%%DOCSDIR%%/UPGRADING.
+%%DOCSDIR%%/UPGRADING.md
==========================================================================
Modified: head/devel/otrs/pkg-plist
==============================================================================
--- head/devel/otrs/pkg-plist Sun Jul 21 01:34:54 2013 (r323363)
+++ head/devel/otrs/pkg-plist Sun Jul 21 02:41:07 2013 (r323364)
@@ -79,7 +79,6 @@ otrs/Kernel/Language/sv.pm
otrs/Kernel/Language/tr.pm
otrs/Kernel/Language/uk.pm
otrs/Kernel/Language/vi_VN.pm
-otrs/Kernel/Language/xx_AgentZoom.pm
otrs/Kernel/Language/xx_Custom.pm
otrs/Kernel/Language/zh_CN.pm
otrs/Kernel/Language/zh_TW.pm
@@ -1502,7 +1501,7 @@ otrs/var/httpd/htdocs/js/thirdparty/jque
otrs/var/httpd/htdocs/js/thirdparty/jquery-ui-1.8.21/jquery-ui.js
otrs/var/httpd/htdocs/js/thirdparty/jquery-validate-1.10/jquery.validate.js
otrs/var/httpd/htdocs/js/thirdparty/json/json2.js
-otrs/var/httpd/htdocs/js/thirdparty/jsplumb-1.3.16/jsplumb.js
+otrs/var/httpd/htdocs/js/thirdparty/jsplumb-1.4.2/jsplumb.js
otrs/var/httpd/htdocs/js/thirdparty/qunit-1.11.0/qunit-1.11.0.css
otrs/var/httpd/htdocs/js/thirdparty/qunit-1.11.0/qunit-1.11.0.js
otrs/var/httpd/htdocs/js/thirdparty/stacktrace-0.4/stacktrace.js
@@ -1877,7 +1876,7 @@ otrs/var/stats/Stats.TicketOverview.en.x
@dirrmtry otrs/var/httpd/htdocs/js/js-cache
@dirrm otrs/var/httpd/htdocs/js/thirdparty/stacktrace-0.4
@dirrm otrs/var/httpd/htdocs/js/thirdparty/qunit-1.11.0
- at dirrm otrs/var/httpd/htdocs/js/thirdparty/jsplumb-1.3.16
+ at dirrm otrs/var/httpd/htdocs/js/thirdparty/jsplumb-1.4.2
@dirrm otrs/var/httpd/htdocs/js/thirdparty/json
@dirrm otrs/var/httpd/htdocs/js/thirdparty/jquery-validate-1.10
@dirrm otrs/var/httpd/htdocs/js/thirdparty/jquery-ui-1.8.21
More information about the svn-ports-head
mailing list