svn commit: r509468 - head/sysutils/pot
Luca Pizzamiglio
pizzamig at FreeBSD.org
Tue Aug 20 19:53:32 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list