Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 14:14:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422393 - head/print/indexinfo
Message-ID:  <201609181414.u8IEEPKA049062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181414.u8IEEPKA049062>