Bug 176384 - Update port www/mozplugger to latest 2.1.3
Summary: Update port www/mozplugger to latest 2.1.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-24 01:30 UTC by rnejdl
Modified: 2013-02-25 16:20 UTC (History)
0 users

See Also:


Attachments
mozplugger-2.1.3.diff (3.30 KB, patch)
2013-02-24 01:30 UTC, rnejdl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rnejdl 2013-02-24 01:30:00 UTC
	After working through bugs with the developer, I am happy to report a working 2.x version of mozplugger.

How-To-Repeat: 	Use patch to upgrade.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-24 01:30:08 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-24 01:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-02-25 16:14:42 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-25 16:14:42 UTC
Author: bdrewery
Date: Mon Feb 25 16:14:28 2013
New Revision: 312929
URL: http://svnweb.freebsd.org/changeset/ports/312929

Log:
  - Update to 2.1.3
  - Trim header
  
  PR:		ports/176384
  Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)

Modified:
  head/www/mozplugger/Makefile
  head/www/mozplugger/distinfo
  head/www/mozplugger/files/patch-Makefile.in
  head/www/mozplugger/pkg-plist

Modified: head/www/mozplugger/Makefile
==============================================================================
--- head/www/mozplugger/Makefile	Mon Feb 25 15:49:33 2013	(r312928)
+++ head/www/mozplugger/Makefile	Mon Feb 25 16:14:28 2013	(r312929)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mozplugger
-PORTVERSION=	1.14.6
+PORTVERSION=	2.1.3
 CATEGORIES=	www
 MASTER_SITES=	http://mozplugger.mozdev.org/files/
 
@@ -11,6 +11,7 @@ COMMENT=	Framework for loading web conte
 
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xt
+USE_GMAKE=	yes
 MAN7=		mozplugger.7
 SUB_FILES=	pkg-message
 

Modified: head/www/mozplugger/distinfo
==============================================================================
--- head/www/mozplugger/distinfo	Mon Feb 25 15:49:33 2013	(r312928)
+++ head/www/mozplugger/distinfo	Mon Feb 25 16:14:28 2013	(r312929)
@@ -1,2 +1,2 @@
-SHA256 (mozplugger-1.14.6.tar.gz) = 3fd73b51d1c0b1c310cecac90155a86ef59c748dff677df542e39282ea7ecba7
-SIZE (mozplugger-1.14.6.tar.gz) = 140735
+SHA256 (mozplugger-2.1.3.tar.gz) = d19b6063d0aba87430e5ce2e3a4230807288eb45acec1d412009c7f530d8b30a
+SIZE (mozplugger-2.1.3.tar.gz) = 153715

Modified: head/www/mozplugger/files/patch-Makefile.in
==============================================================================
--- head/www/mozplugger/files/patch-Makefile.in	Mon Feb 25 15:49:33 2013	(r312928)
+++ head/www/mozplugger/files/patch-Makefile.in	Mon Feb 25 16:14:28 2013	(r312929)
@@ -1,44 +1,36 @@
---- Makefile.in.orig	2012-09-26 15:43:37.000000000 -0500
-+++ Makefile.in	2012-09-26 15:46:01.000000000 -0500
-@@ -22,7 +22,7 @@
+--- Makefile.in.orig	2013-02-23 16:46:10.000000000 -0600
++++ Makefile.in	2013-02-23 16:48:17.000000000 -0600
+@@ -37,7 +37,7 @@
  RPMDIR=/usr/src/RPM
  
- # Choose compiler
+ # Choose tool set
 -CC=@CC@
 +CC?=@CC@
- MKDIR=mkdir -p
- 
- SOURCE_FILES=mozplugger.c \
-@@ -161,21 +161,20 @@
+ LD=@CC@
+ MKDEP=@CC@ -MM
+ BIN2O=@BIN2O@
+@@ -267,12 +267,12 @@
  
  install:
- 	-@install -d @bindir@
--	-@install -d $(prefix)$(libprefix)/mozilla/plugins
-+	-@install -d $(root)${WEBPLUGINS_DIR}
- 	-@install -d @mandir@/man7
- 	-@install -d @sysconfdir@
- 	install mozplugger-helper     @bindir@
+ 	-install -d @bindir@
++	-install -d $(root)${WEBPLUGINS_DIR}
+ 	install mozplugger-helper @bindir@
  	install mozplugger-controller @bindir@
- 	install mozplugger-linker     @bindir@
+ 	install mozplugger-linker @bindir@
+ 	install mozplugger-update @bindir@
+-	-for a in ${PLUGINDIRS}; do install -d $$a ; done
 -	for a in ${PLUGINDIRS}; do install mozplugger.so $$a ; done
--#	cp mozplugger.so $(prefix)$(libprefix)/mozilla/plugins/
 +	cp mozplugger.so $(root)${WEBPLUGINS_DIR}
- 	install $(srcdir)/mozpluggerrc  @sysconfdir@
- 	install $(srcdir)/mozplugger.7  @mandir@/man7/
- 
+ 	-install -d @sysconfdir@
+ 	install $(srcdir)/mozpluggerrc @sysconfdir@
+ 	-install -d @mandir@/man7
+@@ -281,7 +281,8 @@
  uninstall:
- 	rm -f @mandir@/man7/mozplugger.7
- 	rm -f @sysconfdir@/mozpluggerrc
--	for target in ${PLUGINDIRS}; do rm -f $${target}/mozplugger.so; done
+ 	-rm -f @sysconfdir@/mozpluggerrc
+ 	-rmdir @sysconfdir@
+-	-for a in ${PLUGINDIRS}; do rm -f $$a/mozplugger.so ; done
++	rm -f $(root)${WEBPLUGINS_DIR}/mozplugger.so
 +	rm -f $(root)${WEBPLUGINS_DIR}/mozplugger.so
- 	rm -f @bindir@/mozplugger-linker
- 	rm -f @bindir@/mozplugger-controller
- 	rm -f @bindir@/mozplugger-helper
-@@ -183,6 +182,7 @@
+ 	-rm -f @mandir@/man7/mozplugger.7
  	-rmdir @mandir@/man7
  	-rmdir @mandir@
- 	-rmdir @bindir@
-+	-rmdir $(root)${WEBPLUGINS_DIR}
- 
- MOZ_PACKAGE=mozplugger-@PACKAGE_VERSION@
- 

Modified: head/www/mozplugger/pkg-plist
==============================================================================
--- head/www/mozplugger/pkg-plist	Mon Feb 25 15:49:33 2013	(r312928)
+++ head/www/mozplugger/pkg-plist	Mon Feb 25 16:14:28 2013	(r312929)
@@ -1,6 +1,7 @@
 bin/mozplugger-controller
 bin/mozplugger-helper
 bin/mozplugger-linker
+bin/mozplugger-update
 etc/mozpluggerrc
 %%WEBPLUGINS_DIR%%/mozplugger.so
 @dirrmtry %%WEBPLUGINS_DIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"