From owner-svn-ports-head@freebsd.org Wed Nov 16 16:01:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E356C45480; Wed, 16 Nov 2016 16:01:09 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 061D0335; Wed, 16 Nov 2016 16:01:08 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAGG18YL015545; Wed, 16 Nov 2016 16:01:08 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAGG18Yi015543; Wed, 16 Nov 2016 16:01:08 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201611161601.uAGG18Yi015543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Wed, 16 Nov 2016 16:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426247 - head/www/mythplugin-mythweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 16:01:09 -0000 Author: decke Date: Wed Nov 16 16:01:07 2016 New Revision: 426247 URL: https://svnweb.freebsd.org/changeset/ports/426247 Log: - Add shebangfix on perl files - Simplify folder permissions in pkg-plist PR: 203362 Submitted by: Danilo G. Baio Reported by: eborisch+FreeBSD@gmail.com Modified: head/www/mythplugin-mythweb/Makefile head/www/mythplugin-mythweb/pkg-plist Modified: head/www/mythplugin-mythweb/Makefile ============================================================================== --- head/www/mythplugin-mythweb/Makefile Wed Nov 16 15:55:04 2016 (r426246) +++ head/www/mythplugin-mythweb/Makefile Wed Nov 16 16:01:07 2016 (r426247) @@ -4,6 +4,7 @@ PORTNAME= mythweb PORTVERSION= 0.27.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= mythplugin- @@ -16,7 +17,12 @@ USE_GITHUB= yes GH_ACCOUNT= MythTV NO_BUILD= yes +USES= php shebangfix USE_PHP= spl session mysql pcre posix json + +SHEBANG_FILES= mythweb.pl modules/_shared/lang/build_translation.pl \ + modules/coverart/handler.pl modules/stream/*.pl + SUB_FILES= pkg-message REINPLACE_ARGS= -i "" PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" @@ -39,9 +45,6 @@ post-patch: ${WRKSRC}/mythweb.conf.lighttpd do-install: - ${MKDIR} ${STAGEDIR}${WWWDIR} - ${MKDIR} ${STAGEDIR}${WWWDIR}/data (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} "! -name *.orig") - ${CHMOD} -R 775 ${STAGEDIR}${WWWDIR}/data .include Modified: head/www/mythplugin-mythweb/pkg-plist ============================================================================== --- head/www/mythplugin-mythweb/pkg-plist Wed Nov 16 15:55:04 2016 (r426246) +++ head/www/mythplugin-mythweb/pkg-plist Wed Nov 16 16:01:07 2016 (r426247) @@ -763,9 +763,9 @@ @dir %%WWWDIR%%/js/dialog @dir %%WWWDIR%%/js @dir %%WWWDIR%%/includes -@dir %%WWWDIR%%/data/tv_icons -@dir %%WWWDIR%%/data/cache -@dir %%WWWDIR%%/data +@dir(,,775) %%WWWDIR%%/data/tv_icons +@dir(,,775) %%WWWDIR%%/data/cache +@dir(,,775) %%WWWDIR%%/data @dir %%WWWDIR%%/configuration @dir %%WWWDIR%%/classes/UPnP @dir %%WWWDIR%%/classes/Database/Query