Date: Wed, 28 Oct 2015 13:43:03 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400390 - head/www/varnish-libvmod-saintmode Message-ID: <201510281343.t9SDh3Cg078574@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510281343.t9SDh3Cg078574>