Date: Tue, 20 Aug 2019 19:53:31 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509468 - head/sysutils/pot Message-ID: <201908201953.x7KJrVvi043063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Tue Aug 20 19:53:31 2019 New Revision: 509468 URL: https://svnweb.freebsd.org/changeset/ports/509468 Log: sysutils/pot: Update to 0.9.1 More fixes to improve the interoperability with nomad. Add nmap as dependency, to support consul checks. Sponsored by: trivago N.V. Modified: head/sysutils/pot/Makefile head/sysutils/pot/distinfo Modified: head/sysutils/pot/Makefile ============================================================================== --- head/sysutils/pot/Makefile Tue Aug 20 19:19:45 2019 (r509467) +++ head/sysutils/pot/Makefile Tue Aug 20 19:53:31 2019 (r509468) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pot -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org @@ -12,7 +12,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= potnet:sysutils/potnet \ - ${LOCALBASE}/share/freebsd/MANIFESTS/amd64-amd64-11.2-RELEASE:misc/freebsd-release-manifests + ncat:security/nmap \ + ${LOCALBASE}/share/freebsd/MANIFESTS/amd64-amd64-11.2-RELEASE:misc/freebsd-release-manifests USE_RC_SUBR= pot Modified: head/sysutils/pot/distinfo ============================================================================== --- head/sysutils/pot/distinfo Tue Aug 20 19:19:45 2019 (r509467) +++ head/sysutils/pot/distinfo Tue Aug 20 19:53:31 2019 (r509468) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565694596 -SHA256 (pizzamig-pot-0.9.0_GH0.tar.gz) = b54e7b2adab04e4bcada6fbcd6d3a5adc6ea2012ddf11c7a8f59354ec9f4e15c -SIZE (pizzamig-pot-0.9.0_GH0.tar.gz) = 130964 +TIMESTAMP = 1566308392 +SHA256 (pizzamig-pot-0.9.1_GH0.tar.gz) = ae32630cba7acb89da4323f806758c6af65939e5606bd7687dfa947c7097f388 +SIZE (pizzamig-pot-0.9.1_GH0.tar.gz) = 131905
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908201953.x7KJrVvi043063>