Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 14:12:24 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404941 - head/graphics/zathura-pdf-mupdf
Message-ID:  <201512311412.tBVECOlB026061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512311412.tBVECOlB026061>