View | Details | Raw Unified | Return to bug 145913
Collapse All | Expand All

(-)/data/compile/ports/mupdf/Makefile (-4 / +6 lines)
Lines 2-14 Link Here
2
 # Date created:		2009-08-07
2
 # Date created:		2009-08-07
3
 # Whom:			Martin Dieringer <martin.dieringer@gmx.de>
3
 # Whom:			Martin Dieringer <martin.dieringer@gmx.de>
4
 #
4
 #
5
# $FreeBSD: ports/graphics/mupdf/Makefile,v 1.5 2010/02/22 11:41:10 nemoliu Exp $
5
# $FreeBSD: ports/graphics/mupdf/Makefile,v 1.4 2010/02/05 11:39:01 dinoex Exp $
6
 PORTNAME=	mupdf
6
 PORTNAME=	mupdf
7
PORTVERSION=	r938
7
PORTVERSION=	r940
8
 PORTEPOCH=	1
8
 PORTEPOCH=	1
9
 CATEGORIES=	graphics
9
 CATEGORIES=	graphics
10
MASTER_SITES=	http://ccxvii.net/mupdf/download/
10
MASTER_SITES=	http://mupdf.com/download/
11
 MAINTAINER=	martin.dieringer@gmx.de
11
 MAINTAINER=	martin.dieringer@gmx.de
12
 COMMENT=	Lightweight PDF viewer and toolkit
12
 COMMENT=	Lightweight PDF viewer and toolkit
Lines 43-50 Link Here
43
 	${INSTALL} ${WRKSRC}/build/$f ${PREFIX}/bin/mu_$f ;
43
 	${INSTALL} ${WRKSRC}/build/$f ${PREFIX}/bin/mu_$f ;
44
 .endfor
44
 .endfor
45
.include <bsd.port.pre.mk>
46
45
 .if ${ARCH} == "sparc64"
47
 .if ${ARCH} == "sparc64"
46
 BROKEN=		Does not install on sparc64
48
 BROKEN=		Does not install on sparc64
47
 .endif
49
 .endif
48
.include <bsd.port.mk>
50
.include <bsd.port.post.mk>
(-)/data/compile/ports/mupdf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mupdf-r938.tar.gz) = b3486973695fc565d13bf720d154e325
1
MD5 (mupdf-r940.tar.gz) = 30463110385d5279b0ba1b5d1907908b
2
SHA256 (mupdf-r938.tar.gz) = 0db34d53e66d76857a171a7fbd7dd7b98e6afed6e8fcadee71e239f8653b547f
2
SHA256 (mupdf-r940.tar.gz) = ed00e461f3ad03ee9d7634abdd183f843e41367b6326809255a4b216f452c9bf
3
SIZE (mupdf-r938.tar.gz) = 3611931
3
SIZE (mupdf-r940.tar.gz) = 3611853

Return to bug 145913