Date: Tue, 14 Jun 2016 15:02:04 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416891 - in head/databases/innotop: . files Message-ID: <201606141502.u5EF24og081000@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Tue Jun 14 15:02:04 2016 New Revision: 416891 URL: https://svnweb.freebsd.org/changeset/ports/416891 Log: Update to version 1.11 PR: 210269 Deleted: head/databases/innotop/files/ Modified: head/databases/innotop/Makefile head/databases/innotop/distinfo Modified: head/databases/innotop/Makefile ============================================================================== --- head/databases/innotop/Makefile Tue Jun 14 14:52:40 2016 (r416890) +++ head/databases/innotop/Makefile Tue Jun 14 15:02:04 2016 (r416891) @@ -2,10 +2,8 @@ # $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 @@ -16,9 +14,12 @@ 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 Modified: head/databases/innotop/distinfo ============================================================================== --- head/databases/innotop/distinfo Tue Jun 14 14:52:40 2016 (r416890) +++ head/databases/innotop/distinfo Tue Jun 14 15:02:04 2016 (r416891) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606141502.u5EF24og081000>