From owner-svn-ports-head@freebsd.org Sun Sep 18 14:14:26 2016 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 6FCF2BDFFF0; Sun, 18 Sep 2016 14:14:26 +0000 (UTC) (envelope-from bapt@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 2FF07230; Sun, 18 Sep 2016 14:14:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8IEEP2D049064; Sun, 18 Sep 2016 14:14:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8IEEPKA049062; Sun, 18 Sep 2016 14:14:25 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201609181414.u8IEEPKA049062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 18 Sep 2016 14:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422393 - head/print/indexinfo 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.23 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: Sun, 18 Sep 2016 14:14:26 -0000 Author: bapt Date: Sun Sep 18 14:14:25 2016 New Revision: 422393 URL: https://svnweb.freebsd.org/changeset/ports/422393 Log: Update to 0.2.5 - Add support for capsicum Modified: head/print/indexinfo/Makefile head/print/indexinfo/distinfo Modified: head/print/indexinfo/Makefile ============================================================================== --- head/print/indexinfo/Makefile Sun Sep 18 13:53:28 2016 (r422392) +++ head/print/indexinfo/Makefile Sun Sep 18 14:14:25 2016 (r422393) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= indexinfo -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= print ports-mgmt MAINTAINER= bapt@FreeBSD.org @@ -15,4 +15,8 @@ GH_ACCOUNT= bapt INSTALL_TARGET= install-strip PLIST_FILES= bin/indexinfo +.if exists(/usr/include/sys/capsicum.h) +CFLAGS+= -DHAVE_CAPSICUM +.endif + .include Modified: head/print/indexinfo/distinfo ============================================================================== --- head/print/indexinfo/distinfo Sun Sep 18 13:53:28 2016 (r422392) +++ head/print/indexinfo/distinfo Sun Sep 18 14:14:25 2016 (r422393) @@ -1,2 +1,3 @@ -SHA256 (bapt-indexinfo-0.2.4_GH0.tar.gz) = baa2a01e327aa5778aa964016b956bec66c9caf931710650e25b4273aace6bd1 -SIZE (bapt-indexinfo-0.2.4_GH0.tar.gz) = 3163 +TIMESTAMP = 1474207932 +SHA256 (bapt-indexinfo-0.2.5_GH0.tar.gz) = 3b421926287a6cbd4134ab3a1f0963cb04d6dba6e0b519b082faa9b8714fa320 +SIZE (bapt-indexinfo-0.2.5_GH0.tar.gz) = 3324