ports/184284: Update port www/mozplugger to 2.1.4
Rusty Nejdl
rnejdl at ringofsaturn.com
Mon Nov 25 14:40:01 UTC 2013
>Number: 184284
>Category: ports
>Synopsis: Update port www/mozplugger to 2.1.4
>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: Mon Nov 25 14:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Rusty Nejdl
>Release: FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tethys.ringofsaturn.com 9.2-STABLE FreeBSD 9.2-STABLE #1 r257395: Wed Oct 30 17:37:14 CDT 2013 root at tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64
>Description:
Upstream project removed all hardcoded gcc references.
>How-To-Repeat:
>Fix:
--- mozplugger-2.1.4.patch begins here ---
diff -ruN mozplugger/Makefile mozplugger.new/Makefile
--- mozplugger/Makefile 2013-11-22 07:53:23.000000000 -0600
+++ mozplugger.new/Makefile 2013-11-25 08:28:25.000000000 -0600
@@ -2,9 +2,9 @@
# $FreeBSD: head/www/mozplugger/Makefile 334512 2013-11-21 19:16:11Z pawel $
PORTNAME= mozplugger
-PORTVERSION= 2.1.3
+PORTVERSION= 2.1.4
CATEGORIES= www
-MASTER_SITES= http://www.ringofsaturn.com/distfiles/
+MASTER_SITES= http://mozplugger.mozdev.org/files/
MAINTAINER= rnejdl at ringofsaturn.com
COMMENT= Framework for loading web content in external viewers
@@ -24,10 +24,8 @@
.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
post-patch:
-
@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
${WRKSRC}/mozplugger.c
- @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure
post-install:
@${ECHO_MSG}
diff -ruN mozplugger/distinfo mozplugger.new/distinfo
--- mozplugger/distinfo 2013-08-30 14:29:59.000000000 -0500
+++ mozplugger.new/distinfo 2013-11-25 08:26:55.000000000 -0600
@@ -1,2 +1,2 @@
-SHA256 (mozplugger-2.1.3.tar.gz) = d19b6063d0aba87430e5ce2e3a4230807288eb45acec1d412009c7f530d8b30a
-SIZE (mozplugger-2.1.3.tar.gz) = 153715
+SHA256 (mozplugger-2.1.4.tar.gz) = 0aed537ea826bfdd28a5b14e0c45a772df836a939152e13d52e10a1ceb2ce062
+SIZE (mozplugger-2.1.4.tar.gz) = 152832
--- mozplugger-2.1.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list