svn commit: r485530 - head/sysutils/flowgger

Jan Beich jbeich at FreeBSD.org
Wed Nov 21 19:23:45 UTC 2018


Author: jbeich
Date: Wed Nov 21 19:23:44 2018
New Revision: 485530
URL: https://svnweb.freebsd.org/changeset/ports/485530

Log:
  sysutils/flowgger: force rebuild after r485257
  
  openssl crate got updated from 0.9.21 to 0.9.24. While the impact on
  runtime is minimal bumping PORTREVISION would help tracking regressions.

Modified:
  head/sysutils/flowgger/Makefile   (contents, props changed)

Modified: head/sysutils/flowgger/Makefile
==============================================================================
--- head/sysutils/flowgger/Makefile	Wed Nov 21 18:01:57 2018	(r485529)
+++ head/sysutils/flowgger/Makefile	Wed Nov 21 19:23:44 2018	(r485530)
@@ -3,7 +3,7 @@
 PORTNAME=	flowgger
 DISTVERSION=	0.2.6-28
 DISTVERSIONSUFFIX=	-gab572a0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
 
 MAINTAINER=	ports at FreeBSD.org


More information about the svn-ports-all mailing list