Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2018 07:38:30 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474622 - head/graphics/zathura-pdf-mupdf
Message-ID:  <201807140738.w6E7cUYN050536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Jul 14 07:38:30 2018
New Revision: 474622
URL: https://svnweb.freebsd.org/changeset/ports/474622

Log:
  Update to upstream version 0.3.3
  
  Detailed maintainer log:
  - Update to 0.3.3
  - Use meson
  - Remove unneeded USES+=gettext
  - Tested with graphics/zathura 0.4.0
  
  PR:		229110
  Submitted by:	uzsolt@uzsolt.hu (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	Sat Jul 14 07:37:00 2018	(r474621)
+++ head/graphics/zathura-pdf-mupdf/Makefile	Sat Jul 14 07:38:30 2018	(r474622)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zathura-pdf-mupdf
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	graphics
 MASTER_SITES=	https://pwmt.org/projects/zathura-pdf-mupdf/download/ \
 		http://www.madpilot.net/~mad/pwmt.org/
@@ -22,15 +22,18 @@ LIB_DEPENDS=	libjbig2dec.so:graphics/jbig2dec \
 		libmupdf.so:graphics/mupdf \
 		libopenjp2.so:graphics/openjpeg
 
-PLIST_FILES=	lib/zathura/pdf.so share/applications/zathura-pdf-mupdf.desktop
+PLIST_FILES=	lib/zathura/libpdf-mupdf.so \
+		share/applications/org.pwmt.zathura-pdf-mupdf.desktop \
+		share/metainfo/org.pwmt.zathura-pdf-mupdf.metainfo.xml
 
-MAKE_ARGS=	OPENSSL_INC=-I${OPENSSLINC} OPENSSL_LIB="-L${OPENSSLLIB} -lcrypto"
-USES=		compiler:c11 desktop-file-utils gmake gettext jpeg pkgconfig ssl
+#MAKE_ARGS=	OPENSSL_INC=-I${OPENSSLINC} OPENSSL_LIB="-L${OPENSSLLIB} -lcrypto"
+USES=		compiler:c11 desktop-file-utils gmake jpeg meson pkgconfig tar:xz
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
+USE_LDCONFIG=	yes
 
 CONFLICTS_INSTALL=	zathura-pdf-poppler-[0-9]*
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/zathura/pdf.so
+post-patch:
+	${REINPLACE_CMD} "s@\(cc.find_library(.*\))@\1,dirs:'${PREFIX}/lib')@" ${WRKSRC}/meson.build
 
 .include <bsd.port.mk>

Modified: head/graphics/zathura-pdf-mupdf/distinfo
==============================================================================
--- head/graphics/zathura-pdf-mupdf/distinfo	Sat Jul 14 07:37:00 2018	(r474621)
+++ head/graphics/zathura-pdf-mupdf/distinfo	Sat Jul 14 07:38:30 2018	(r474622)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514565077
-SHA256 (zathura-pdf-mupdf-0.3.2.tar.gz) = 931d88c4d1adc3be77a8fa9f28c25fc2aa9c9ffbabfaeac4aacc1e1d07936a76
-SIZE (zathura-pdf-mupdf-0.3.2.tar.gz) = 9687
+TIMESTAMP = 1531483831
+SHA256 (zathura-pdf-mupdf-0.3.3.tar.xz) = 52b02ceee272a47f7ef9c2b73cc4f6fb480c02fdce0e7f6b7c8e93ad6ac46dfd
+SIZE (zathura-pdf-mupdf-0.3.3.tar.xz) = 7880



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