ports/181607: [maintainer] [patch] devel/otrs: update to 3.2.10
Mikhail T.
m.tsatsenko at gmail.com
Wed Aug 28 09:10:00 UTC 2013
>Number: 181607
>Category: ports
>Synopsis: [maintainer] [patch] devel/otrs: update to 3.2.10
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 28 09:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Mikhail T.
>Release:
>Organization:
>Environment:
>Description:
- Update to 3.2.10
- Readd accidentally removed sheband fix. Submitted by: John Marino <freebsd.contact at marino.st>
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: otrs/distinfo
===================================================================
--- otrs/distinfo (revision 16239)
+++ otrs/distinfo (revision 16242)
@@ -1,2 +1,2 @@
-SHA256 (otrs-3.2.9.tar.bz2) = a94edec491d68382d321f8b0464ccaaca1c383b4024799e251226ec524aedf69
-SIZE (otrs-3.2.9.tar.bz2) = 18747419
+SHA256 (otrs-3.2.10.tar.bz2) = 3c993cbc8fead7d0f3efb2a24a9496c81ba3671d3fd806f30f240fcb0e7ccc21
+SIZE (otrs-3.2.10.tar.bz2) = 18773715
Index: otrs/pkg-descr
===================================================================
--- otrs/pkg-descr (revision 16239)
+++ otrs/pkg-descr (revision 16242)
@@ -4,4 +4,4 @@
billing, internal IT, helpdesk, etc. department to react quickly to
inbound inquiries.
-WWW: http://otrs.org/
+WWW: http://www.otrs.com/en/
Index: otrs/pkg-plist
===================================================================
--- otrs/pkg-plist (revision 16239)
+++ otrs/pkg-plist (revision 16242)
@@ -1678,6 +1678,8 @@
otrs/var/httpd/htdocs/skins/Agent/default/img/navigation_shadow_top.png
otrs/var/httpd/htdocs/skins/Agent/default/img/navigation_sprite.png
otrs/var/httpd/htdocs/skins/Agent/default/img/navigation_underline_bg.png
+otrs/var/httpd/htdocs/skins/Agent/default/img/otrs-verify.png
+otrs/var/httpd/htdocs/skins/Agent/default/img/otrs-verify-small.png
otrs/var/httpd/htdocs/skins/Agent/default/img/overviewcontrol_checkbox.png
otrs/var/httpd/htdocs/skins/Agent/default/img/overviewcontrol_line.png
otrs/var/httpd/htdocs/skins/Agent/default/img/search_bg.png
Index: otrs/Makefile
===================================================================
--- otrs/Makefile (revision 16239)
+++ otrs/Makefile (revision 16242)
@@ -2,7 +2,7 @@
# $FreeBSD: devel/otrs/Makefile 316256 2013-04-22 18:26:19Z ohauer $
PORTNAME= otrs
-PORTVERSION= 3.2.9
+PORTVERSION= 3.2.10
CATEGORIES= devel
MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \
ftp://ftp.samurai.com/pub/otrs/ \
@@ -40,6 +40,10 @@
p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid
RUN_DEPENDS:= ${BUILD_DEPENDS}
+USES= shebangfix
+SHEBANG_FILES= bin/cgi-bin/*.pl bin/fcgi-bin/*.pl bin/*.pl \
+ scripts/auto_build/*.pl scripts/tools/*.pl scripts/*.pl
+
OPTIONS_DEFINE= MYSQL PGSQL REPORTS_MODULES SMTP POP3 IMAP LDAP PDF \
GNUPG DOCS
OPTIONS_DEFAULT= MYSQL REPORTS_MODULES SMTP POP3 IMAP PDF ASPELL
@@ -145,6 +149,9 @@
@${FIND} ${WRKSRC} -name "*.orig" -delete
@${RM} -rf ${WRKSRC}/Kernel/cpan-lib/ \
${CLEAN_FILES:S!^!${WRKSRC}/!}
+ #shebang file only gets the first instance of /usr/bin/perl
+ @${REINPLACE_CMD} -i '' -e "s|/usr/bin/perl|${LOCALBASE}/bin/perl|g" \
+ ${WRKSRC}/bin/otrs.CreateApacheStartupFile.pl
do-build:
@${FIND} ${WRKSRC}/Kernel -type d | ${XARGS} ${CHMOD} 0755
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list