svn commit: r324068 - head/databases/mtop
William Grzybowski
wg at FreeBSD.org
Wed Jul 31 22:22:47 UTC 2013
Author: wg
Date: Wed Jul 31 22:22:46 2013
New Revision: 324068
URL: http://svnweb.freebsd.org/changeset/ports/324068
Log:
databases/mtop: fix RUN_DEPENDS
- Trim Makefile header [1]
- BUILD_DEPENDS -> RUN_DEPENDS
PR: ports/179768 [1]
Submitted by: Frank Wall <fw moov.de>
Approved by: maintainer (timeout)
Modified:
head/databases/mtop/Makefile
Modified: head/databases/mtop/Makefile
==============================================================================
--- head/databases/mtop/Makefile Wed Jul 31 22:17:27 2013 (r324067)
+++ head/databases/mtop/Makefile Wed Jul 31 22:22:46 2013 (r324068)
@@ -1,21 +1,16 @@
-# ex:ts=8
-# Ports collection makefile for: mtop
-# Date created: Dec 17, 2003
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= mtop
PORTVERSION= 0.6.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= tut at nhamon.com.ua
COMMENT= MySQL Monitoring Tool
-BUILD_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
+RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
p5-Net>=0:${PORTSDIR}/net/p5-Net
More information about the svn-ports-head
mailing list