From owner-svn-ports-all@freebsd.org Wed Nov 23 13:04:22 2016 Return-Path: Delivered-To: svn-ports-all@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 AF874C501CC; Wed, 23 Nov 2016 13:04:22 +0000 (UTC) (envelope-from amdmi3@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 8167D89C; Wed, 23 Nov 2016 13:04:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAND4LUZ044051; Wed, 23 Nov 2016 13:04:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAND4LMI044050; Wed, 23 Nov 2016 13:04:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231304.uAND4LMI044050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 13:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426919 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 13:04:22 -0000 Author: amdmi3 Date: Wed Nov 23 13:04:21 2016 New Revision: 426919 URL: https://svnweb.freebsd.org/changeset/ports/426919 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/www/mythplugin-mythweb/Makefile Modified: head/www/mythplugin-mythweb/Makefile ============================================================================== --- head/www/mythplugin-mythweb/Makefile Wed Nov 23 13:01:25 2016 (r426918) +++ head/www/mythplugin-mythweb/Makefile Wed Nov 23 13:04:21 2016 (r426919) @@ -11,17 +11,19 @@ PKGNAMEPREFIX= mythplugin- MAINTAINER= ports@FreeBSD.org COMMENT= Frontend for scheduling and managing recordings on your MythTV Box +LICENSE= GPLv2 + RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql 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 +NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message REINPLACE_ARGS= -i "" @@ -31,12 +33,7 @@ OPTIONS_DEFINE= APACHE LIGHTTPD OPTIONS_DEFAULT= APACHE LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd - -.include - -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22+ -.endif +APACHE_USE= APACHE_RUN=22+ post-patch: @${REINPLACE_CMD} -e 's|/var/www/html|${WWWDIR}|' \