Bug 184284 - Update port www/mozplugger to 2.1.4
Summary: Update port www/mozplugger to 2.1.4
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-25 14:40 UTC by rnejdl
Modified: 2013-12-02 19:40 UTC (History)
0 users

See Also:


Attachments
mozplugger-2.1.4.patch (1.27 KB, patch)
2013-11-25 14:40 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-11-25 14:40:00 UTC
	Upstream project removed all hardcoded gcc references.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-25 14:40:09 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2013-12-02 19:21:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-02 19:30:01 UTC
Author: pawel
Date: Mon Dec  2 19:29:49 2013
New Revision: 335533
URL: http://svnweb.freebsd.org/changeset/ports/335533

Log:
  Update to version 2.1.4
  
  PR:		ports/184284
  Submitted by:	maintainer

Modified:
  head/www/mozplugger/Makefile
  head/www/mozplugger/distinfo

Modified: head/www/mozplugger/Makefile
==============================================================================
--- head/www/mozplugger/Makefile	Mon Dec  2 19:21:09 2013	(r335532)
+++ head/www/mozplugger/Makefile	Mon Dec  2 19:29:49 2013	(r335533)
@@ -2,16 +2,16 @@
 # $FreeBSD$
 
 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@ringofsaturn.com
 COMMENT=	Framework for loading web content in external viewers
 
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xt
-USE_GMAKE=	yes
+USES=		gmake
 MAN7=		mozplugger.7
 SUB_FILES=	pkg-message
 
@@ -24,10 +24,8 @@ NO_STAGE=	yes
 .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}

Modified: head/www/mozplugger/distinfo
==============================================================================
--- head/www/mozplugger/distinfo	Mon Dec  2 19:21:09 2013	(r335532)
+++ head/www/mozplugger/distinfo	Mon Dec  2 19:29:49 2013	(r335533)
@@ -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
_______________________________________________
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"
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2013-12-02 19:30:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!