From owner-svn-ports-all@freebsd.org Wed Jan 25 16:13:18 2017 Return-Path: Delivered-To: svn-ports-all@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 B3CF8CC1300; Wed, 25 Jan 2017 16:13:18 +0000 (UTC) (envelope-from madpilot@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 8E36BCE8; Wed, 25 Jan 2017 16:13:18 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0PGDHJn089487; Wed, 25 Jan 2017 16:13:17 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0PGDGlM089474; Wed, 25 Jan 2017 16:13:16 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201701251613.v0PGDGlM089474@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 25 Jan 2017 16:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432430 - in head/graphics: zathura zathura-cb zathura-djvu zathura-pdf-mupdf zathura-pdf-mupdf/files zathura-pdf-poppler zathura-ps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 16:13:18 -0000 Author: madpilot Date: Wed Jan 25 16:13:16 2017 New Revision: 432430 URL: https://svnweb.freebsd.org/changeset/ports/432430 Log: - Update zathura to 0.3.7 [2] [3] - Update zathura-cb to 0.1.6 [1] - Update zathura-djvu to 0.2.6 [2] [3] - Update zathura-pdf-mupdf to 0.3.1 [4] - Update zathura-pdf-poppler to 0.2.7 [2] - Update zathura-ps to 0.2.4 [1] - Move main master site to https - Provide alternative download due to problems getting these files from the master site from the FreeBSD cluster PR: 216001 [1], 216002 [2] [3], 216067 [4] Submited by: Michael Danilov (maintainer) [1] [2] Zsolt Udvari (maintainer) [4] Approved by: quentin.stievenart@gmail.com (maintainer) [3] Deleted: head/graphics/zathura-pdf-mupdf/files/ Modified: head/graphics/zathura-cb/Makefile head/graphics/zathura-cb/distinfo head/graphics/zathura-djvu/Makefile head/graphics/zathura-djvu/distinfo head/graphics/zathura-pdf-mupdf/Makefile head/graphics/zathura-pdf-mupdf/distinfo head/graphics/zathura-pdf-poppler/Makefile head/graphics/zathura-pdf-poppler/distinfo head/graphics/zathura-ps/Makefile head/graphics/zathura-ps/distinfo head/graphics/zathura/Makefile head/graphics/zathura/distinfo Modified: head/graphics/zathura-cb/Makefile ============================================================================== --- head/graphics/zathura-cb/Makefile Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-cb/Makefile Wed Jan 25 16:13:16 2017 (r432430) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= zathura-cb -PORTVERSION= 0.1.5 -PORTREVISION= 1 +PORTVERSION= 0.1.6 CATEGORIES= graphics -MASTER_SITES= http://pwmt.org/projects/zathura-cb/download/ +MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/ \ + http://www.madpilot.net/~mad/pwmt.org/ MAINTAINER= mike.d.ft402@gmail.com COMMENT= Comic book plugin for Zathura PDF viewer Modified: head/graphics/zathura-cb/distinfo ============================================================================== --- head/graphics/zathura-cb/distinfo Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-cb/distinfo Wed Jan 25 16:13:16 2017 (r432430) @@ -1,2 +1,3 @@ -SHA256 (zathura-cb-0.1.5.tar.gz) = 375f6912bd79648603bad51c3635ce28eaca7bf4df521c00ff9673d9b4ff6afd -SIZE (zathura-cb-0.1.5.tar.gz) = 7193 +TIMESTAMP = 1484228208 +SHA256 (zathura-cb-0.1.6.tar.gz) = 888e95421e13b944d19604fab129e5992636f404e7ed20751d4f50546f2535ba +SIZE (zathura-cb-0.1.6.tar.gz) = 7205 Modified: head/graphics/zathura-djvu/Makefile ============================================================================== --- head/graphics/zathura-djvu/Makefile Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-djvu/Makefile Wed Jan 25 16:13:16 2017 (r432430) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= zathura-djvu -PORTVERSION= 0.2.5 -PORTREVISION= 1 +PORTVERSION= 0.2.6 CATEGORIES= graphics -MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ +MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \ + http://www.madpilot.net/~mad/pwmt.org/ MAINTAINER= alexander.4mail@gmail.com COMMENT= DjVu support for zathura Modified: head/graphics/zathura-djvu/distinfo ============================================================================== --- head/graphics/zathura-djvu/distinfo Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-djvu/distinfo Wed Jan 25 16:13:16 2017 (r432430) @@ -1,2 +1,3 @@ -SHA256 (zathura-djvu-0.2.5.tar.gz) = 08b7110af13e17a9d221bd7a0f7d3b479b3e31631d78bc6c5efb46271a299c0d -SIZE (zathura-djvu-0.2.5.tar.gz) = 11137 +TIMESTAMP = 1484228209 +SHA256 (zathura-djvu-0.2.6.tar.gz) = aefef6a3b702fa06145f16f2559490f4d96d3206bafd4e0c78ac184788cac05f +SIZE (zathura-djvu-0.2.6.tar.gz) = 11137 Modified: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- head/graphics/zathura-pdf-mupdf/Makefile Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-pdf-mupdf/Makefile Wed Jan 25 16:13:16 2017 (r432430) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= zathura-pdf-mupdf -PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTVERSION= 0.3.1 CATEGORIES= graphics -MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/ +MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ + http://www.madpilot.net/~mad/pwmt.org/ MAINTAINER= udvzsolt@gmail.com COMMENT= MuPDF render PDF plugin for Zathura PDF viewer @@ -17,6 +17,8 @@ BUILD_DEPENDS= zathura:graphics/zathura mupdf>=1.8,1:graphics/mupdf RUN_DEPENDS= zathura:graphics/zathura LIB_DEPENDS= libjbig2dec.so:graphics/jbig2dec \ + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz \ libopenjp2.so:graphics/openjpeg \ libgirara-gtk3.so:x11-toolkits/girara Modified: head/graphics/zathura-pdf-mupdf/distinfo ============================================================================== --- head/graphics/zathura-pdf-mupdf/distinfo Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-pdf-mupdf/distinfo Wed Jan 25 16:13:16 2017 (r432430) @@ -1,2 +1,3 @@ -SHA256 (zathura-pdf-mupdf-0.3.0.tar.gz) = 478cb9d1562d08e096ebec4a6db9116d616a3536260197c2a28a2772171f72c8 -SIZE (zathura-pdf-mupdf-0.3.0.tar.gz) = 9914 +TIMESTAMP = 1484394361 +SHA256 (zathura-pdf-mupdf-0.3.1.tar.gz) = d9b9edc0297b9eddb53020976f287b4e8db33edef8cfa047d70e02653eb2f81b +SIZE (zathura-pdf-mupdf-0.3.1.tar.gz) = 9755 Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-pdf-poppler/Makefile Wed Jan 25 16:13:16 2017 (r432430) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= zathura-pdf-poppler -PORTVERSION= 0.2.6 -PORTREVISION= 4 +PORTVERSION= 0.2.7 CATEGORIES= graphics -MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ +MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \ + http://www.madpilot.net/~mad/pwmt.org/ MAINTAINER= mike.d.ft402@gmail.com COMMENT= Poppler render PDF plugin for Zathura PDF viewer Modified: head/graphics/zathura-pdf-poppler/distinfo ============================================================================== --- head/graphics/zathura-pdf-poppler/distinfo Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-pdf-poppler/distinfo Wed Jan 25 16:13:16 2017 (r432430) @@ -1,2 +1,3 @@ -SHA256 (zathura-pdf-poppler-0.2.6.tar.gz) = d1eb0c7a4f647c141192a2d7bf66413b9c5f1842463947ab87a8a1edcf8e58d5 -SIZE (zathura-pdf-poppler-0.2.6.tar.gz) = 10024 +TIMESTAMP = 1484228210 +SHA256 (zathura-pdf-poppler-0.2.7.tar.gz) = 985e4e4dce6143fdfd246e78b0ccbef0d32b8809c6a4f08bb53a2f7dfbd383c0 +SIZE (zathura-pdf-poppler-0.2.7.tar.gz) = 9610 Modified: head/graphics/zathura-ps/Makefile ============================================================================== --- head/graphics/zathura-ps/Makefile Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-ps/Makefile Wed Jan 25 16:13:16 2017 (r432430) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= zathura-ps -PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTVERSION= 0.2.4 CATEGORIES= graphics -MASTER_SITES= http://pwmt.org/projects/zathura-ps/download/ +MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ \ + http://www.madpilot.net/~mad/pwmt.org/ MAINTAINER= mike.d.ft402@gmail.com COMMENT= PostScript support for Zathura PDF viewer Modified: head/graphics/zathura-ps/distinfo ============================================================================== --- head/graphics/zathura-ps/distinfo Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura-ps/distinfo Wed Jan 25 16:13:16 2017 (r432430) @@ -1,2 +1,3 @@ -SHA256 (zathura-ps-0.2.3.tar.gz) = a9eef74b12aec87ac2c4309f12d0f9c83b228fe64a788ee46b2c3a7c91779aa3 -SIZE (zathura-ps-0.2.3.tar.gz) = 5973 +TIMESTAMP = 1484228210 +SHA256 (zathura-ps-0.2.4.tar.gz) = fb9fc7e9e7765fb0aa2935b93ff3663332d0d884df35e8d0b1ea7e4b1fa0abdb +SIZE (zathura-ps-0.2.4.tar.gz) = 5980 Modified: head/graphics/zathura/Makefile ============================================================================== --- head/graphics/zathura/Makefile Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura/Makefile Wed Jan 25 16:13:16 2017 (r432430) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= zathura -PORTVERSION= 0.3.6 -PORTREVISION= 3 +PORTVERSION= 0.3.7 CATEGORIES= graphics print -MASTER_SITES= http://pwmt.org/projects/zathura/download/ +MASTER_SITES= https://pwmt.org/projects/zathura/download/ \ + http://www.madpilot.net/~mad/pwmt.org/ MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer Modified: head/graphics/zathura/distinfo ============================================================================== --- head/graphics/zathura/distinfo Wed Jan 25 16:11:32 2017 (r432429) +++ head/graphics/zathura/distinfo Wed Jan 25 16:13:16 2017 (r432430) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463993050 -SHA256 (zathura-0.3.6.tar.gz) = 086a8be25d538fc6539fbee8f01ecf16d25819dfaad50cd2dbd84e30152ccb3b -SIZE (zathura-0.3.6.tar.gz) = 169560 +TIMESTAMP = 1484228029 +SHA256 (zathura-0.3.7.tar.gz) = 22afff89f4093f22fb82188417ff9bfa9695b19a4fe894dca05b7c821b390ff0 +SIZE (zathura-0.3.7.tar.gz) = 174095