Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2020 05:39:26 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525518 - head/graphics/xournalpp
Message-ID:  <202002080539.0185dQDm083850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb  8 05:39:26 2020
New Revision: 525518
URL: https://svnweb.freebsd.org/changeset/ports/525518

Log:
  graphics/xournalpp: Update 1.0.16 -> 1.0.17
  
  Reported by:	portscout

Modified:
  head/graphics/xournalpp/Makefile
  head/graphics/xournalpp/distinfo

Modified: head/graphics/xournalpp/Makefile
==============================================================================
--- head/graphics/xournalpp/Makefile	Sat Feb  8 03:45:29 2020	(r525517)
+++ head/graphics/xournalpp/Makefile	Sat Feb  8 05:39:26 2020	(r525518)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xournalpp
-DISTVERSION=	1.0.16
-PORTREVISION=	2
+DISTVERSION=	1.0.17
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -21,6 +20,9 @@ USE_GITHUB=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
 USE_XORG=	x11 xi
 USE_TEX=	latex
+
+post-patch: # TEMP workaround for the bug in release 1.0.17: https://github.com/xournalpp/xournalpp/issues/1734#event-3018678460
+	@${REINPLACE_CMD} 's|gettext_create_translations ("$${potfile}")|gettext_create_translations ("$${potfile}" ALL)|' ${WRKSRC}/po/CMakeLists.txt
 
 # CAVEAT: crashes when built with gcc: https://github.com/xournalpp/xournalpp/issues/851
 

Modified: head/graphics/xournalpp/distinfo
==============================================================================
--- head/graphics/xournalpp/distinfo	Sat Feb  8 03:45:29 2020	(r525517)
+++ head/graphics/xournalpp/distinfo	Sat Feb  8 05:39:26 2020	(r525518)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573547422
-SHA256 (xournalpp-xournalpp-1.0.16_GH0.tar.gz) = ef42abfd237390aafdcc94bd231645576b8f398fd452caeb8068cb5428dc8f93
-SIZE (xournalpp-xournalpp-1.0.16_GH0.tar.gz) = 14938799
+TIMESTAMP = 1580867415
+SHA256 (xournalpp-xournalpp-1.0.17_GH0.tar.gz) = 2bfd456205b75c86cba598e86c2ef6011871a30f6452221fe675680fd768db3a
+SIZE (xournalpp-xournalpp-1.0.17_GH0.tar.gz) = 14885382



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