Date: Wed, 16 Mar 2011 20:22:58 -0500 From: Zhihao Yuan <lichray@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/155621: port: graphics/mupdf updated to 0.8 Message-ID: <4d816278.9533e70a.1332.3fc4@mx.google.com> Resent-Message-ID: <201103170200.p2H20Jaq023863@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 155621 >Category: ports >Synopsis: port: graphics/mupdf updated to 0.8 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 17 02:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.2-STABLE amd64 >Organization: Northern Illinois University >Environment: System: FreeBSD compaq.yuetime 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Mar 14 02:51:28 CDT 2011 root@compaq.yuetime:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: MuPDF(http://mupdf.com/) was updated to 0.8. So we need to update this port, also. Note that I comment out the PORTEPOCH flag, since both PR ports/150698 and the memory corruption problem (http://portaudit.freebsd.org/53bde960-356b-11e0-8e81-0022190034c0.html) are fixed in this new version. >How-To-Repeat: >Fix: --- patch-mupdf-0.8 begins here --- diff -rupN mupdf.orig/Makefile mupdf/Makefile --- mupdf.orig/Makefile 2010-10-06 15:31:12.000000000 -0500 +++ mupdf/Makefile 2011-03-08 03:07:35.236741350 -0600 @@ -5,10 +5,11 @@ # $FreeBSD: ports/graphics/mupdf/Makefile,v 1.10 2010/10/06 20:31:12 pgollucci Exp $ PORTNAME= mupdf -PORTVERSION= 0.7 -PORTEPOCH= 1 +PORTVERSION= 0.8 +#PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.mupdf.com/download/ +DISTFILES= ${PORTNAME}-${DISTVERSION}-source.tar.gz MAINTAINER= martin.dieringer@gmx.de COMMENT= Lightweight PDF viewer and toolkit diff -rupN mupdf.orig/distinfo mupdf/distinfo --- mupdf.orig/distinfo 2010-10-06 15:31:12.000000000 -0500 +++ mupdf/distinfo 2011-03-08 02:59:40.932864665 -0600 @@ -1,3 +1,3 @@ -MD5 (mupdf-0.7.tar.gz) = 83adc4d14eb17835df791a9a0d1e8fa9 -SHA256 (mupdf-0.7.tar.gz) = e7f6307fa472575d27fe893e787ddb3fc927f03ba4ae23105f917189e81960a6 -SIZE (mupdf-0.7.tar.gz) = 3557621 +MD5 (mupdf-0.8-source.tar.gz) = ce105056957706dd62990966a2717cc1 +SHA256 (mupdf-0.8-source.tar.gz) = 860a054f08e75400b35a967209f389923f8026ba89bde8b1bb6b52b2823d560d +SIZE (mupdf-0.8-source.tar.gz) = 3837000 --- patch-mupdf-0.8 ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d816278.9533e70a.1332.3fc4>