From owner-svn-ports-head@freebsd.org Fri Dec 11 10:02:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E9B29D7A47; Fri, 11 Dec 2015 10:02:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 455911186; Fri, 11 Dec 2015 10:02:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBA2R6E005847; Fri, 11 Dec 2015 10:02:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBA2R5E005845; Fri, 11 Dec 2015 10:02:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512111002.tBBA2R5E005845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 11 Dec 2015 10:02:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403512 - in head/graphics/zathura-pdf-mupdf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 10:02:28 -0000 Author: sunpoet Date: Fri Dec 11 10:02:27 2015 New Revision: 403512 URL: https://svnweb.freebsd.org/changeset/ports/403512 Log: - Update to 0.2.8 - While I'm here, fix LOCALBASE usage Changes: https://git.pwmt.org/pwmt/zathura-pdf-mupdf/commits/master PR: 205094 Submitted by: Zsolt Udvari (maintainer) Deleted: head/graphics/zathura-pdf-mupdf/files/ 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 Fri Dec 11 10:02:23 2015 (r403511) +++ head/graphics/zathura-pdf-mupdf/Makefile Fri Dec 11 10:02:27 2015 (r403512) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= zathura-pdf-mupdf -PORTVERSION= 0.2.7 -PORTREVISION= 4 +PORTVERSION= 0.2.8 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/ @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura \ - mupdf>=1.7,1:${PORTSDIR}/graphics/mupdf + mupdf>=1.8,1:${PORTSDIR}/graphics/mupdf RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura LIB_DEPENDS= libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ libopenjp2.so:${PORTSDIR}/graphics/openjpeg @@ -32,6 +31,6 @@ USE_OPENSSL= yes CONFLICTS_INSTALL= zathura-pdf-poppler-[0-9]* post-install: - ${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/lib/zathura/pdf.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/zathura/pdf.so .include Modified: head/graphics/zathura-pdf-mupdf/distinfo ============================================================================== --- head/graphics/zathura-pdf-mupdf/distinfo Fri Dec 11 10:02:23 2015 (r403511) +++ head/graphics/zathura-pdf-mupdf/distinfo Fri Dec 11 10:02:27 2015 (r403512) @@ -1,2 +1,2 @@ -SHA256 (zathura-pdf-mupdf-0.2.7.tar.gz) = b1343f35940ebcf463b868b557be4eaba7d61884d6ff3ad3d7c7c272e69c253f -SIZE (zathura-pdf-mupdf-0.2.7.tar.gz) = 9357 +SHA256 (zathura-pdf-mupdf-0.2.8.tar.gz) = 9f8b92762cdad14a2a587744c758edc0e1003be6a0c1511486065bdc91a66910 +SIZE (zathura-pdf-mupdf-0.2.8.tar.gz) = 9930