svn commit: r405777 - head/graphics/zathura-djvu

Guido Falsi madpilot at FreeBSD.org
Mon Jan 11 12:08:19 UTC 2016


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


More information about the svn-ports-all mailing list