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

(-)mozplugger.new/Makefile (-4 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/www/mozplugger/Makefile 334512 2013-11-21 19:16:11Z pawel $
2
# $FreeBSD: head/www/mozplugger/Makefile 334512 2013-11-21 19:16:11Z pawel $
3
3
4
PORTNAME=	mozplugger
4
PORTNAME=	mozplugger
5
PORTVERSION=	2.1.3
5
PORTVERSION=	2.1.4
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://www.ringofsaturn.com/distfiles/
7
MASTER_SITES=	http://mozplugger.mozdev.org/files/
8
8
9
MAINTAINER=	rnejdl@ringofsaturn.com
9
MAINTAINER=	rnejdl@ringofsaturn.com
10
COMMENT=	Framework for loading web content in external viewers
10
COMMENT=	Framework for loading web content in external viewers
Lines 24-33 Link Here
24
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
24
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
25
25
26
post-patch:
26
post-patch:
27
28
	@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
27
	@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
29
		${WRKSRC}/mozplugger.c
28
		${WRKSRC}/mozplugger.c
30
	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure
31
29
32
post-install:
30
post-install:
33
	@${ECHO_MSG}
31
	@${ECHO_MSG}
(-)mozplugger.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mozplugger-2.1.3.tar.gz) = d19b6063d0aba87430e5ce2e3a4230807288eb45acec1d412009c7f530d8b30a
1
SHA256 (mozplugger-2.1.4.tar.gz) = 0aed537ea826bfdd28a5b14e0c45a772df836a939152e13d52e10a1ceb2ce062
2
SIZE (mozplugger-2.1.3.tar.gz) = 153715
2
SIZE (mozplugger-2.1.4.tar.gz) = 152832

Return to bug 184284