svn commit: r444802 - head/ports-mgmt/tinderbox
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 30 22:14:40 UTC 2017
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}
More information about the svn-ports-head
mailing list