From rnejdl@tethys.ringofsaturn.com  Mon Nov 25 14:30:39 2013
Return-Path: <rnejdl@tethys.ringofsaturn.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 821E66D6
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Nov 2013 14:30:39 +0000 (UTC)
Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 552812DD0
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Nov 2013 14:30:38 +0000 (UTC)
Received: from ASSP.nospam (localhost [127.0.0.1])
	by tethys.ringofsaturn.com (8.14.7/8.14.7) with ESMTP id rAPEUWsw030155
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Nov 2013 08:30:32 -0600 (CST)
	(envelope-from rnejdl@tethys.ringofsaturn.com)
Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com)
	by ASSP.nospam with ESMTPS(DHE-RSA-CAMELLIA256-SHA) (ASSP 1.9.9); 25 Nov 2013 08:30:31 -0600
Received: (from rnejdl@localhost)
	by tethys.ringofsaturn.com (8.14.7/8.14.7/Submit) id rAPEUVv9030154;
	Mon, 25 Nov 2013 08:30:31 -0600 (CST)
	(envelope-from rnejdl)
Message-Id: <assp.0041ecb3df.201311251430.rAPEUVv9030154@tethys.ringofsaturn.com>
Date: Mon, 25 Nov 2013 08:30:31 -0600 (CST)
From: Rusty Nejdl <rnejdl@ringofsaturn.com>
Reply-To: Rusty Nejdl <rnejdl@ringofsaturn.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port www/mozplugger to 2.1.4
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         184284
>Category:       ports
>Synopsis:       Update port www/mozplugger to 2.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 25 14:40:00 UTC 2013
>Closed-Date:    Mon Dec 02 19:30:07 UTC 2013
>Last-Modified:  Mon Dec  2 19:40:00 UTC 2013
>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@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@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:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Nov 25 14:40:09 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184284 
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Mon Dec 2 19:21:51 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184284 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Mon Dec 2 19:30:06 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184284 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184284: commit references a PR
Date: Mon,  2 Dec 2013 19:30:01 +0000 (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"
 
>Unformatted:
