Date: Sun, 2 Oct 2011 22:39:12 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skreuzer@FreeBSD.org Subject: ports/161234: [PATCH] databases/innotop: update dependency Message-ID: <20111002143912.938373C5C@sunpoet.net> Resent-Message-ID: <201110021440.p92EeB5P063146@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161234 >Category: ports >Synopsis: [PATCH] databases/innotop: update dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 02 14:40:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011 >Description: - Update *_DEPENDS - Remove Data::Dumper which is already in all supported Perl releases - Add DBI - Add minimal required version - Bump PORTREVISION for dependency change Port maintainer (skreuzer@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- innotop-1.8.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/innotop/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 22 Nov 2010 21:01:48 -0000 1.13 +++ Makefile 2 Oct 2011 14:37:55 -0000 @@ -7,6 +7,7 @@ PORTNAME= innotop PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -16,9 +17,12 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper +BUILD_DEPENDS= p5-DBD-mysql>=1:${PORTSDIR}/databases/p5-DBD-mysql \ + p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \ + p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS= p5-DBD-mysql>=1:${PORTSDIR}/databases/p5-DBD-mysql \ + p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \ + p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey PERL_CONFIGURE= yes --- innotop-1.8.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111002143912.938373C5C>