From owner-svn-ports-head@freebsd.org Mon Jan 11 12:08:19 2016 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 B35B9A6CE8B; Mon, 11 Jan 2016 12:08:19 +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 85FFE12B3; Mon, 11 Jan 2016 12:08:19 +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 u0BC8Ive035294; Mon, 11 Jan 2016 12:08:18 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0BC8INE035292; Mon, 11 Jan 2016 12:08:18 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201601111208.u0BC8INE035292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 11 Jan 2016 12:08:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405777 - head/graphics/zathura-djvu 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: Mon, 11 Jan 2016 12:08:19 -0000 Author: madpilot Date: Mon Jan 11 12:08:18 2016 New Revision: 405777 URL: https://svnweb.freebsd.org/changeset/ports/405777 Log: - Update to 0.2.5 - Now requires C11 capable compiler PR: 205553 Submitted by: me Approved by: alexander.4mail at gmail.com (maintainer) Modified: head/graphics/zathura-djvu/Makefile head/graphics/zathura-djvu/distinfo Modified: head/graphics/zathura-djvu/Makefile ============================================================================== --- head/graphics/zathura-djvu/Makefile Mon Jan 11 11:56:27 2016 (r405776) +++ head/graphics/zathura-djvu/Makefile Mon Jan 11 12:08:18 2016 (r405777) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zathura-djvu -PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTVERSION= 0.2.5 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ @@ -22,7 +21,7 @@ RUN_DEPENDS= zathura:${PORTSDIR}/graphic PLIST_FILES= lib/zathura/djvu.so share/applications/zathura-djvu.desktop USE_GNOME= glib20 gtk30 -USES= desktop-file-utils gmake pkgconfig +USES= compiler:c11 desktop-file-utils gmake pkgconfig PLIST_FILES= lib/zathura/djvu.so \ share/applications/zathura-djvu.desktop Modified: head/graphics/zathura-djvu/distinfo ============================================================================== --- head/graphics/zathura-djvu/distinfo Mon Jan 11 11:56:27 2016 (r405776) +++ head/graphics/zathura-djvu/distinfo Mon Jan 11 12:08:18 2016 (r405777) @@ -1,2 +1,2 @@ -SHA256 (zathura-djvu-0.2.4.tar.gz) = ac10b8c07fd9f58281225e1a4cb026634cd03bf6b549eaceeea02f99ab5334bc -SIZE (zathura-djvu-0.2.4.tar.gz) = 11197 +SHA256 (zathura-djvu-0.2.5.tar.gz) = 08b7110af13e17a9d221bd7a0f7d3b479b3e31631d78bc6c5efb46271a299c0d +SIZE (zathura-djvu-0.2.5.tar.gz) = 11137