svn commit: r400390 - head/www/varnish-libvmod-saintmode

Mark Felder feld at FreeBSD.org
Wed Oct 28 13:43:05 UTC 2015


Author: feld
Date: Wed Oct 28 13:43:03 2015
New Revision: 400390
URL: https://svnweb.freebsd.org/changeset/ports/400390

Log:
  www/varnish-libvmod-saintmode: required varnish version is >=4.1.0

Modified:
  head/www/varnish-libvmod-saintmode/Makefile

Modified: head/www/varnish-libvmod-saintmode/Makefile
==============================================================================
--- head/www/varnish-libvmod-saintmode/Makefile	Wed Oct 28 13:12:44 2015	(r400389)
+++ head/www/varnish-libvmod-saintmode/Makefile	Wed Oct 28 13:43:03 2015	(r400390)
@@ -4,6 +4,7 @@
 PORTNAME=	libvmod-saintmode
 DISTVERSIONPREFIX=v
 DISTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	varnish-
 
@@ -12,7 +13,7 @@ COMMENT=	Varnish Module (vmod) for detec
 
 LICENSE=	BSD2CLAUSE
 
-BUILD_DEPENDS=	varnish4>=4.0.2:${PORTSDIR}/www/varnish4 \
+BUILD_DEPENDS=	varnish4>=4.1.0:${PORTSDIR}/www/varnish4 \
 		rst2man:${PORTSDIR}/textproc/py-docutils
 
 USES=		autoreconf gmake libtool pkgconfig python:2,build


More information about the svn-ports-all mailing list