Index: head/databases/innotop/files/patch-innotop =================================================================== --- head/databases/innotop/files/patch-innotop (revision 416890) +++ head/databases/innotop/files/patch-innotop (nonexistent) @@ -1,11 +0,0 @@ ---- innotop.orig 2014-06-17 08:31:31.000000000 -0400 -+++ innotop 2014-06-17 08:32:19.000000000 -0400 -@@ -470,7 +470,7 @@ - # too many locks to print, the output might be truncated) - - my $time_text; -- if ( $mysqlversion =~ /^5\.6/ ) { -+ if ( defined $mysqlversion && $mysqlversion =~ /^5\.6/ ) { - ( $time_text ) = $fulltext =~ m/^([0-9-]* [0-9:]*) [0-9a-f]* INNODB MONITOR OUTPUT/m; - $innodb_data{'ts'} = [ parse_innodb_timestamp_56( $time_text ) ]; - } else { Property changes on: head/databases/innotop/files/patch-innotop ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/innotop/Makefile =================================================================== --- head/databases/innotop/Makefile (revision 416890) +++ head/databases/innotop/Makefile (revision 416891) @@ -1,30 +1,31 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= innotop -PORTVERSION= 1.9.1 -PORTREVISION= 2 +PORTVERSION= 1.11.1 CATEGORIES= databases -MASTER_SITES= GOOGLE_CODE MAINTAINER= skreuzer@FreeBSD.org COMMENT= MySQL and InnoDB monitoring program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \ p5-DBI>=1.46:databases/p5-DBI \ p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey -RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql \ - p5-DBI>=1.46:databases/p5-DBI \ - p5-Term-ReadKey>=2.10:devel/p5-Term-ReadKey +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_GITHUB= yes +GH_ACCOUNT= innotop +GH_PROJECT= innotop +GH_TAGNAME= v${PORTVERSION} USES= perl5 USE_PERL5= configure USE_MYSQL= yes post-patch: @${REINPLACE_CMD} -e 's|/etc/innotop|${PREFIX}/etc|g' ${WRKSRC}/innotop .include Index: head/databases/innotop/distinfo =================================================================== --- head/databases/innotop/distinfo (revision 416890) +++ head/databases/innotop/distinfo (revision 416891) @@ -1,2 +1,3 @@ -SHA256 (innotop-1.9.1.tar.gz) = 117e5af58a83af79b6cf99877b25b1479197597be5a7d51b245a0ad9c69f4d3d -SIZE (innotop-1.9.1.tar.gz) = 147677 +TIMESTAMP = 1465911515 +SHA256 (innotop-innotop-1.11.1-v1.11.1_GH0.tar.gz) = c93a4fb496ce1749aaaf0a70f0899ed1fa1aa5cd231208b6b3424285c77dc1b7 +SIZE (innotop-innotop-1.11.1-v1.11.1_GH0.tar.gz) = 178295