ports/161234: [PATCH] databases/innotop: update dependency
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 2 14:40:11 UTC 2011
>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 at 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:
More information about the freebsd-ports-bugs
mailing list