Date: Thu, 20 Sep 2012 00:51:08 +0200 (CEST) From: Martin Dieringer <martin.dieringer@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lichray@gmail.com Subject: ports/171795: [PATCH] graphics/mupdf: update to 1.1,1 Message-ID: <alpine.BSF.2.00.1209200047210.2384@thinkpad.nowhere.local> Resent-Message-ID: <201209192300.q8JN0SZK094523@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171795 >Category: ports >Synopsis: [PATCH] graphics/mupdf: update to 1.1,1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Sep 19 23:00:27 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Martin Dieringer >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 9.1-PRERELEASE #16: Tue Aug 21 03:35:47 CEST 2012 >Description: - Update to 1.1,1 - use BSD_INSTALL_DATA for static lib to keep symbols Port maintainer (lichray@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- mupdf-1.1,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/mupdf/Makefile ./Makefile --- /usr/ports/graphics/mupdf/Makefile 2012-06-04 02:02:49.000000000 +0200 +++ ./Makefile 2012-09-20 00:43:34.549821099 +0200 @@ -5,7 +5,7 @@ # $FreeBSD: ports/graphics/mupdf/Makefile,v 1.20 2012/06/04 00:02:49 scheidell Exp $ PORTNAME= mupdf -PORTVERSION= 1.0 +PORTVERSION= 1.1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE \ @@ -27,7 +27,7 @@ MAKE_ARGS+= build=release prefix=${PREFIX} verbose=1 mandir=${PREFIX}/man USE_XORG= x11 xext USE_GNOME= pkgconfig -MAN1= mupdf.1 mupdfclean.1 mudraw.1 mupdfshow.1 +MAN1= mupdf.1 mubusy.1 mudraw.1 MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source @@ -53,7 +53,7 @@ ${REINPLACE_CMD} \ -e '/install:/,/^$$/ { /-d/d; }' \ -e '/install.*bindir)$$/s/install/$$(BSD_INSTALL_PROGRAM)/' \ - -e '/install.*libdir)$$/s/install/$$(BSD_INSTALL_LIB)/' \ + -e '/install.*libdir)$$/s/install/$$(BSD_INSTALL_DATA)/' \ -e '/install.*incdir)$$/s/install/$$(BSD_INSTALL_DATA)/' \ -e '/install.*man1$$/s/install/$$(BSD_INSTALL_MAN)/' \ ${WRKSRC}/Makefile diff -ruN --exclude=CVS /usr/ports/graphics/mupdf/distinfo ./distinfo --- /usr/ports/graphics/mupdf/distinfo 2012-06-04 02:02:49.000000000 +0200 +++ ./distinfo 2012-09-20 00:20:14.539810884 +0200 @@ -1,2 +1,2 @@ -SHA256 (mupdf-1.0-source.tar.gz) = 4f5e12625f7f827f6eb5606026c9a7a7dbdeaf935fcea3bc173ed8d469698ec2 -SIZE (mupdf-1.0-source.tar.gz) = 4208530 +SHA256 (mupdf-1.1-source.tar.gz) = e54666bbe1d9f0a5464349bfbeffcf676c4a0fcad3efb89eba1f20d4ac991f34 +SIZE (mupdf-1.1-source.tar.gz) = 4281735 diff -ruN --exclude=CVS /usr/ports/graphics/mupdf/pkg-plist ./pkg-plist --- /usr/ports/graphics/mupdf/pkg-plist 2012-06-04 02:02:49.000000000 +0200 +++ ./pkg-plist 2012-09-20 00:33:33.389839585 +0200 @@ -1,9 +1,6 @@ bin/mupdf -bin/mupdfclean bin/mudraw -bin/mupdfextract -bin/mupdfinfo -bin/mupdfshow +bin/mubusy include/fitz.h include/memento.h include/mucbz.h --- mupdf-1.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1209200047210.2384>