From owner-svn-ports-head@freebsd.org Wed Oct 28 13:43:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3CF4A1F3E9; Wed, 28 Oct 2015 13:43:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2A141B9D; Wed, 28 Oct 2015 13:43:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9SDh3BO078575; Wed, 28 Oct 2015 13:43:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9SDh3Cg078574; Wed, 28 Oct 2015 13:43:03 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201510281343.t9SDh3Cg078574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 28 Oct 2015 13:43:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400390 - head/www/varnish-libvmod-saintmode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 13:43:05 -0000 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