Date: Fri, 30 Jun 2017 22:14:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444802 - head/ports-mgmt/tinderbox Message-ID: <201706302214.v5UMEdc4049224@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 30 22:14:39 2017 New Revision: 444802 URL: https://svnweb.freebsd.org/changeset/ports/444802 Log: Remove Perl core modules - While I'm here, pet check-sanity: use USES=mysql and USES=php:web - Bump PORTREVISION for dependency change With hat: perl Modified: head/ports-mgmt/tinderbox/Makefile Modified: head/ports-mgmt/tinderbox/Makefile ============================================================================== --- head/ports-mgmt/tinderbox/Makefile Fri Jun 30 22:14:34 2017 (r444801) +++ head/ports-mgmt/tinderbox/Makefile Fri Jun 30 22:14:39 2017 (r444802) @@ -3,7 +3,7 @@ PORTNAME= tinderbox PORTVERSION= 4.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ DIST_SUBDIR= ${PORTNAME} @@ -49,7 +49,7 @@ WEBUI= yes .endif .if defined(WEBUI) -WANT_PHP_WEB= yes +USES+= php:web USE_PHP= session PLIST_SUB+= WEBUI="" .else @@ -68,7 +68,7 @@ RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg .if defined(WEBUI) USE_PHP+= mysql pdo_mysql .endif -USE_MYSQL= yes +USES+= mysql RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql .endif @@ -87,10 +87,6 @@ RUN_DEPENDS+= lighttpd:www/lighttpd RUN_DEPENDS+= hiawatha:www/hiawatha .elif ${PORT_OPTIONS:MNGINX} RUN_DEPENDS+= nginx:www/nginx -.endif - -.if ${PORT_OPTIONS:MEMAILS} -RUN_DEPENDS+= p5-Net>=0:net/p5-Net .endif .if ${PORT_OPTIONS:MLSOF}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706302214.v5UMEdc4049224>