aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-07-01 06:14:39 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-07-01 06:14:39 +0800
commit15c3f23ff81ff25617fa429d0f060989bc31601a (patch)
treef58f636e4d28977365f6daab1abd87d44e73a642 /ports-mgmt
parentfe29713a238db82ea17edd1657fe60063b09f77e (diff)
downloadfreebsd-ports-gnome-15c3f23ff81ff25617fa429d0f060989bc31601a.tar.gz
freebsd-ports-gnome-15c3f23ff81ff25617fa429d0f060989bc31601a.tar.zst
freebsd-ports-gnome-15c3f23ff81ff25617fa429d0f060989bc31601a.zip
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
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/tinderbox/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile
index 9aabd48bc506..8817eabe7c38 100644
--- a/ports-mgmt/tinderbox/Makefile
+++ b/ports-mgmt/tinderbox/Makefile
@@ -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
@@ -89,10 +89,6 @@ RUN_DEPENDS+= hiawatha:www/hiawatha
RUN_DEPENDS+= nginx:www/nginx
.endif
-.if ${PORT_OPTIONS:MEMAILS}
-RUN_DEPENDS+= p5-Net>=0:net/p5-Net
-.endif
-
.if ${PORT_OPTIONS:MLSOF}
RUN_DEPENDS+= lsof:sysutils/lsof
.endif