diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-03-13 13:51:09 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2012-03-13 13:51:09 +0000 |
commit | 6d4360e51bd4c7c25cf27de016651d2ab82d6607 (patch) | |
tree | e0944ae3a0a9edb9816849d730a2fa93b85567bf /databases/innotop | |
parent | 4fa39a45c854173b4ccee5a0a07571d3b523804d (diff) |
Notes
Diffstat (limited to 'databases/innotop')
-rw-r--r-- | databases/innotop/Makefile | 14 | ||||
-rw-r--r-- | databases/innotop/distinfo | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile index f0c270916c85..8e31b6d8f012 100644 --- a/databases/innotop/Makefile +++ b/databases/innotop/Makefile @@ -6,8 +6,7 @@ # PORTNAME= innotop -PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTVERSION= 1.8.1 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -17,15 +16,14 @@ COMMENT= A MySQL and InnoDB monitoring program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_MYSQL= yes - -BUILD_DEPENDS= p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \ - p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \ +BUILD_DEPENDS= p5-DBD-mysql>=3:${PORTSDIR}/databases/p5-DBD-mysql \ + p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey -RUN_DEPENDS= p5-DBD-mysql${MYSQL_VER}>=1:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \ - p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \ +RUN_DEPENDS= p5-DBD-mysql>=3:${PORTSDIR}/databases/p5-DBD-mysql \ + p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey +USE_MYSQL= yes PERL_CONFIGURE= yes MAN1= innotop.1 diff --git a/databases/innotop/distinfo b/databases/innotop/distinfo index e1bdb937ed4f..c27d140b168e 100644 --- a/databases/innotop/distinfo +++ b/databases/innotop/distinfo @@ -1,2 +1,2 @@ -SHA256 (innotop-1.8.0.tar.gz) = 6989001a4bf08fa520561e6f73fffe62d188137667b1508d7e8c45790d7749d1 -SIZE (innotop-1.8.0.tar.gz) = 124604 +SHA256 (innotop-1.8.1.tar.gz) = 9e1efac65e06cae4c87f9ca5d324ff50bd9cacb6cab2d53742f2d722e5da9b9b +SIZE (innotop-1.8.1.tar.gz) = 133603 |