From owner-svn-ports-head@freebsd.org Thu Dec 31 14:10:37 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2B2DA570F1; Thu, 31 Dec 2015 14:10:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C37671966; Thu, 31 Dec 2015 14:10:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBVEAa7n023424; Thu, 31 Dec 2015 14:10:36 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBVEAagi023422; Thu, 31 Dec 2015 14:10:36 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201512311410.tBVEAagi023422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 31 Dec 2015 14:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404940 - head/graphics/zathura-cb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 14:10:38 -0000 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