diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-12-31 22:08:54 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-12-31 22:08:54 +0800 |
commit | 8735e6e64774b67f501ce217cbc867d9a7626b5c (patch) | |
tree | 189c084078b4e795944d4d37fa33d2afe88cfa99 /graphics | |
parent | 072b65008433a919a4c9df8e9fd67a6c9a43cb6c (diff) | |
download | freebsd-ports-gnome-8735e6e64774b67f501ce217cbc867d9a7626b5c.tar.gz freebsd-ports-gnome-8735e6e64774b67f501ce217cbc867d9a7626b5c.tar.zst freebsd-ports-gnome-8735e6e64774b67f501ce217cbc867d9a7626b5c.zip |
- Update to 0.2.3
- Now requires a C11 capable compiler
PR: 205551
Submitted by: me
Approved by: mike.d.ft402 at gmail.com (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zathura-ps/Makefile | 5 | ||||
-rw-r--r-- | graphics/zathura-ps/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index b0076c096165..4f7001c9de71 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= zathura-ps -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.2.3 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/ @@ -18,7 +17,7 @@ LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura -USES= desktop-file-utils gmake pkgconfig +USES= compiler:c11 desktop-file-utils gmake pkgconfig USE_GNOME= glib20 gtk30 USE_OPENSSL= yes diff --git a/graphics/zathura-ps/distinfo b/graphics/zathura-ps/distinfo index f86935efe29f..ae6fca3e54be 100644 --- a/graphics/zathura-ps/distinfo +++ b/graphics/zathura-ps/distinfo @@ -1,2 +1,2 @@ -SHA256 (zathura-ps-0.2.2.tar.gz) = e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8 -SIZE (zathura-ps-0.2.2.tar.gz) = 5793 +SHA256 (zathura-ps-0.2.3.tar.gz) = a9eef74b12aec87ac2c4309f12d0f9c83b228fe64a788ee46b2c3a7c91779aa3 +SIZE (zathura-ps-0.2.3.tar.gz) = 5973 |