diff options
author | bapt <bapt@FreeBSD.org> | 2016-09-18 22:14:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-09-18 22:14:25 +0800 |
commit | fde32c54d567740a8eb47b8aae491ecee85f6db2 (patch) | |
tree | 53f202bf07715a1cabce9717644292e4f3179aab /print | |
parent | b9b4e77caf36d4cdd84d11410fedee7b935be9c8 (diff) | |
download | freebsd-ports-gnome-fde32c54d567740a8eb47b8aae491ecee85f6db2.tar.gz freebsd-ports-gnome-fde32c54d567740a8eb47b8aae491ecee85f6db2.tar.zst freebsd-ports-gnome-fde32c54d567740a8eb47b8aae491ecee85f6db2.zip |
Update to 0.2.5
- Add support for capsicum
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 |