Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 15:18:08 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328146 - head/devel/otrs
Message-ID:  <201309241518.r8OFI89I056966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Sep 24 15:18:08 2013
New Revision: 328146
URL: http://svnweb.freebsd.org/changeset/ports/328146

Log:
  - Update to 3.2.10 [1]
  - Re-add accidentally removed shebang fix. [2]
  
  PR:		ports/181607 [1] [2]
  Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer) [1]
  Submitted by:	marino [2]

Modified:
  head/devel/otrs/Makefile
  head/devel/otrs/distinfo
  head/devel/otrs/pkg-descr   (contents, props changed)
  head/devel/otrs/pkg-plist

Modified: head/devel/otrs/Makefile
==============================================================================
--- head/devel/otrs/Makefile	Tue Sep 24 15:14:30 2013	(r328145)
+++ head/devel/otrs/Makefile	Tue Sep 24 15:18:08 2013	(r328146)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 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 @@ BUILD_DEPENDS=	p5-Date-Pcalc>=0:${PORTSD
 		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
@@ -146,6 +150,9 @@ post-patch:
 	@${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

Modified: head/devel/otrs/distinfo
==============================================================================
--- head/devel/otrs/distinfo	Tue Sep 24 15:14:30 2013	(r328145)
+++ head/devel/otrs/distinfo	Tue Sep 24 15:18:08 2013	(r328146)
@@ -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

Modified: head/devel/otrs/pkg-descr
==============================================================================
--- head/devel/otrs/pkg-descr	Tue Sep 24 15:14:30 2013	(r328145)
+++ head/devel/otrs/pkg-descr	Tue Sep 24 15:18:08 2013	(r328146)
@@ -4,4 +4,4 @@ e-mails.  The system is built to allow y
 billing, internal IT, helpdesk, etc. department to react quickly to
 inbound inquiries.
 
-WWW: http://otrs.org/
+WWW: http://www.otrs.com/en/

Modified: head/devel/otrs/pkg-plist
==============================================================================
--- head/devel/otrs/pkg-plist	Tue Sep 24 15:14:30 2013	(r328145)
+++ head/devel/otrs/pkg-plist	Tue Sep 24 15:18:08 2013	(r328146)
@@ -1678,6 +1678,8 @@ otrs/var/httpd/htdocs/skins/Agent/defaul
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241518.r8OFI89I056966>