svn commit: r404940 - head/graphics/zathura-cb
Guido Falsi
madpilot at FreeBSD.org
Thu Dec 31 14:10:38 UTC 2015
Author: madpilot
Date: Thu Dec 31 14:10:36 2015
New Revision: 404940
URL: https://svnweb.freebsd.org/changeset/ports/404940
Log:
- Update to 0.1.5
- Now requires a C11 capable compiler
PR: 205552
Submitted by: me
Approved by: mike.d.ft402 at gmail.com (maintainer)
Modified:
head/graphics/zathura-cb/Makefile
head/graphics/zathura-cb/distinfo (contents, props changed)
Modified: head/graphics/zathura-cb/Makefile
==============================================================================
--- head/graphics/zathura-cb/Makefile Thu Dec 31 14:08:54 2015 (r404939)
+++ head/graphics/zathura-cb/Makefile Thu Dec 31 14:10:36 2015 (r404940)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= zathura-cb
-PORTVERSION= 0.1.4
-PORTREVISION= 2
+PORTVERSION= 0.1.5
CATEGORIES= graphics
MASTER_SITES= http://pwmt.org/projects/zathura-cb/download/
@@ -19,7 +18,7 @@ RUN_DEPENDS= zathura:${PORTSDIR}/graphic
PLIST_FILES= lib/zathura/cb.so share/applications/zathura-cb.desktop
-USES= desktop-file-utils gmake pkgconfig libarchive
+USES= compiler:c11 desktop-file-utils gmake pkgconfig libarchive
USE_GNOME= glib20 gtk30
USE_OPENSSL= yes
Modified: head/graphics/zathura-cb/distinfo
==============================================================================
--- head/graphics/zathura-cb/distinfo Thu Dec 31 14:08:54 2015 (r404939)
+++ head/graphics/zathura-cb/distinfo Thu Dec 31 14:10:36 2015 (r404940)
@@ -1,2 +1,2 @@
-SHA256 (zathura-cb-0.1.4.tar.gz) = f21cb140cce02b3ef8b23eff479a7f66285667ab47cdc099c10cd62eaf239626
-SIZE (zathura-cb-0.1.4.tar.gz) = 7205
+SHA256 (zathura-cb-0.1.5.tar.gz) = 375f6912bd79648603bad51c3635ce28eaca7bf4df521c00ff9673d9b4ff6afd
+SIZE (zathura-cb-0.1.5.tar.gz) = 7193
More information about the svn-ports-head
mailing list