diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-24 10:02:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-24 10:02:40 +0000 |
commit | f056285bec4d1f457d47fadf583a94701dea24fd (patch) | |
tree | 849ac43a247e38f42f6729d8f355984927fc6a7e /databases | |
parent | 674e7b781bdb725ec2cdece94bdf6b7b6b0e7929 (diff) | |
download | pkgsrc-f056285bec4d1f457d47fadf583a94701dea24fd.tar.gz |
Comment out p5-Term-ANSIColor dependency, in perl since 5.6.0.
Bump PKGREVISION.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mytop/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-App-Sqitch/Makefile | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 255700bbc22..41f734568a5 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2013/05/31 12:39:48 wiz Exp $ -# +# $NetBSD: Makefile,v 1.23 2013/11/24 10:02:40 wiz Exp $ DISTNAME= mytop-1.6 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= databases MASTER_SITES= http://jeremy.zawodny.com/mysql/mytop/ @@ -12,7 +11,7 @@ COMMENT= Console-based tool for monitoring the threads and performance of MySQL LICENSE= gnu-gpl-v2 DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI -DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor +#DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile index a13f3784bd5..511391e4ec9 100644 --- a/databases/p5-App-Sqitch/Makefile +++ b/databases/p5-App-Sqitch/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2013/05/31 12:39:48 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2013/11/24 10:02:40 wiz Exp $ DISTNAME= App-Sqitch-0.961 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} @@ -35,7 +35,7 @@ DEPENDS+= p5-Role-Identifiable-[0-9]*:../../devel/p5-Role-Identifiable DEPENDS+= p5-String-Formatter-[0-9]*:../../textproc/p5-String-Formatter DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter DEPENDS+= p5-Template-Tiny>=0.11:../../textproc/p5-Template-Tiny -DEPENDS+= p5-Term-ANSIColor>=2.02:../../devel/p5-Term-ANSIColor +#DEPENDS+= p5-Term-ANSIColor>=2.02:../../devel/p5-Term-ANSIColor DEPENDS+= p5-Throwable-[0-9]*:../../devel/p5-Throwable DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI |