diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-09-18 14:14:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-09-18 14:14:25 +0000 |
commit | 4ce54eef382e9ba85d18d2b2712a7d3ef9320565 (patch) | |
tree | 53f202bf07715a1cabce9717644292e4f3179aab /print | |
parent | 6aef44a2807d3fe202a5f0ca48150c462b0a4c52 (diff) |
Update to 0.2.5
- Add support for capsicum
Notes
Notes:
svn path=/head/; revision=422393
Diffstat (limited to 'print')
-rw-r--r-- | print/indexinfo/Makefile | 6 | ||||
-rw-r--r-- | print/indexinfo/distinfo | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/print/indexinfo/Makefile b/print/indexinfo/Makefile index dec2261b157f..611c367affd4 100644 --- a/print/indexinfo/Makefile +++ b/print/indexinfo/Makefile @@ -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> diff --git a/print/indexinfo/distinfo b/print/indexinfo/distinfo index 574a2f1286d6..fa3ee9a09dfb 100644 --- a/print/indexinfo/distinfo +++ b/print/indexinfo/distinfo @@ -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 |