svn commit: r404939 - head/graphics/zathura-ps

Guido Falsi madpilot at FreeBSD.org
Thu Dec 31 14:08:56 UTC 2015


Author: madpilot
Date: Thu Dec 31 14:08:54 2015
New Revision: 404939
URL: https://svnweb.freebsd.org/changeset/ports/404939

Log:
  - Update to 0.2.3
  - Now requires a C11 capable compiler
  
  PR:		205551
  Submitted by:	me
  Approved by:	mike.d.ft402 at gmail.com (maintainer)

Modified:
  head/graphics/zathura-ps/Makefile
  head/graphics/zathura-ps/distinfo   (contents, props changed)

Modified: head/graphics/zathura-ps/Makefile
==============================================================================
--- head/graphics/zathura-ps/Makefile	Thu Dec 31 14:07:26 2015	(r404938)
+++ head/graphics/zathura-ps/Makefile	Thu Dec 31 14:08:54 2015	(r404939)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	zathura-ps
-PORTVERSION=	0.2.2
-PORTREVISION=	1
+PORTVERSION=	0.2.3
 CATEGORIES=	graphics
 MASTER_SITES=	http://pwmt.org/projects/zathura-ps/download/
 
@@ -18,7 +17,7 @@ LIB_DEPENDS=	libspectre.so:${PORTSDIR}/p
 BUILD_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
 RUN_DEPENDS=	zathura:${PORTSDIR}/graphics/zathura
 
-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-ps/distinfo
==============================================================================
--- head/graphics/zathura-ps/distinfo	Thu Dec 31 14:07:26 2015	(r404938)
+++ head/graphics/zathura-ps/distinfo	Thu Dec 31 14:08:54 2015	(r404939)
@@ -1,2 +1,2 @@
-SHA256 (zathura-ps-0.2.2.tar.gz) = e6546261db03b0b6b6499a8e109dc9ff3b8eb8b154ce45f5c6284c1e76d1d7a8
-SIZE (zathura-ps-0.2.2.tar.gz) = 5793
+SHA256 (zathura-ps-0.2.3.tar.gz) = a9eef74b12aec87ac2c4309f12d0f9c83b228fe64a788ee46b2c3a7c91779aa3
+SIZE (zathura-ps-0.2.3.tar.gz) = 5973


More information about the svn-ports-head mailing list