- 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)
This commit is contained in:
parent
f5f5bb93e7
commit
11b0092b7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404939
2 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= zathura-ps
|
PORTNAME= zathura-ps
|
||||||
PORTVERSION= 0.2.2
|
PORTVERSION= 0.2.3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/
|
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
|
BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura
|
||||||
RUN_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_GNOME= glib20 gtk30
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (zathura-ps-0.2.2.tar.gz) = e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8
|
SHA256 (zathura-ps-0.2.3.tar.gz) = a9eef74b12aec87ac2c4309f12d0f9c83b228fe64a788ee46b2c3a7c91779aa3
|
||||||
SIZE (zathura-ps-0.2.2.tar.gz) = 5793
|
SIZE (zathura-ps-0.2.3.tar.gz) = 5973
|
||||||
|
|
Loading…
Reference in a new issue