Date: Wed, 5 Feb 2014 16:19:11 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342756 - head/devel/otrs Message-ID: <201402051619.s15GJBPo021955@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Feb 5 16:19:10 2014 New Revision: 342756 URL: http://svnweb.freebsd.org/changeset/ports/342756 QAT: https://qat.redports.org/buildarchive/r342756/ Log: devel/otrs: Unbreak when /usr/bin/perl d.n.e. yet again Technically the pointyhat for breaking this port goes to swills@, but there were extenuating circumstances. After I complained that USES=shebangfix had been removed by him accidentally during a separate update, he restored it. However, it did it three days after az@ added USES=perl5. The end result is that restoring shebangfix didn't do anything because the second USES definition overrode the first one. Let's combine both to fix. Regretable this changes PLIST again, so we have to bump too. Modified: head/devel/otrs/Makefile Modified: head/devel/otrs/Makefile ============================================================================== --- head/devel/otrs/Makefile Wed Feb 5 16:18:11 2014 (r342755) +++ head/devel/otrs/Makefile Wed Feb 5 16:19:10 2014 (r342756) @@ -3,6 +3,7 @@ PORTNAME= otrs PORTVERSION= 3.3.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ ftp://ftp.samurai.com/pub/otrs/ \ @@ -37,7 +38,7 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/dat p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= bin/cgi-bin/*.pl bin/fcgi-bin/*.pl bin/*.pl \ scripts/auto_build/*.pl scripts/tools/*.pl scripts/*.pl @@ -76,7 +77,6 @@ CLEAN_FILES= scripts/suse* scripts/redha var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \ var/httpd/htdocs/skins/Agent/*/img/source -USES= perl5 USE_APACHE_RUN= 22+ PLIST_SUB+= VER_CKEDITOR="4.3"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051619.s15GJBPo021955>