From owner-svn-ports-all@freebsd.org Thu Dec 31 14:12:25 2015 Return-Path: Delivered-To: svn-ports-all@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 6CA97A571FC; Thu, 31 Dec 2015 14:12:25 +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 392AC1C0B; Thu, 31 Dec 2015 14:12:25 +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 tBVECO32026063; Thu, 31 Dec 2015 14:12:24 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBVECOlB026061; Thu, 31 Dec 2015 14:12:24 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201512311412.tBVECOlB026061@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:12:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404941 - head/graphics/zathura-pdf-mupdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 14:12:25 -0000 Author: madpilot Date: Thu Dec 31 14:12:24 2015 New Revision: 404941 URL: https://svnweb.freebsd.org/changeset/ports/404941 Log: - Update to 0.2.9 - Now requires a C11 capable compiler PR: 205554 Submitted by: me Approved by: udvzsolt at gmail.com (maintainer) Modified: head/graphics/zathura-pdf-mupdf/Makefile head/graphics/zathura-pdf-mupdf/distinfo Modified: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- head/graphics/zathura-pdf-mupdf/Makefile Thu Dec 31 14:10:36 2015 (r404940) +++ head/graphics/zathura-pdf-mupdf/Makefile Thu Dec 31 14:12:24 2015 (r404941) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zathura-pdf-mupdf -PORTVERSION= 0.2.8 +PORTVERSION= 0.2.9 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/ @@ -24,7 +24,7 @@ PLIST_FILES= lib/zathura/pdf.so share/ap MAKE_ARGS= MUPDF_LIB=-lmupdf_pic OPENSSL_INC=-I${OPENSSLINC} \ OPENSSL_LIB="-L${OPENSSLLIB} -lcrypto" -USES= desktop-file-utils gmake pkgconfig +USES= compiler:c11 desktop-file-utils gmake pkgconfig USE_GNOME= glib20 gtk30 USE_OPENSSL= yes Modified: head/graphics/zathura-pdf-mupdf/distinfo ============================================================================== --- head/graphics/zathura-pdf-mupdf/distinfo Thu Dec 31 14:10:36 2015 (r404940) +++ head/graphics/zathura-pdf-mupdf/distinfo Thu Dec 31 14:12:24 2015 (r404941) @@ -1,2 +1,2 @@ -SHA256 (zathura-pdf-mupdf-0.2.8.tar.gz) = 9f8b92762cdad14a2a587744c758edc0e1003be6a0c1511486065bdc91a66910 -SIZE (zathura-pdf-mupdf-0.2.8.tar.gz) = 9930 +SHA256 (zathura-pdf-mupdf-0.2.9.tar.gz) = 1c7a123b5153a9b1110e882a1475de7bd0929c70d41b33750e1c98efc74f7e3c +SIZE (zathura-pdf-mupdf-0.2.9.tar.gz) = 9909