From nobody@FreeBSD.org  Wed May 21 17:34:58 2014
Return-Path: <nobody@FreeBSD.org>
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 8ECB8B69
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 May 2014 17:34:58 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 7BDCD2CFD
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 May 2014 17:34:58 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LHYwbh068478
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 May 2014 17:34:58 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4LHYw9I068476;
	Wed, 21 May 2014 17:34:58 GMT
	(envelope-from nobody)
Message-Id: <201405211734.s4LHYw9I068476@cgiserv.freebsd.org>
Date: Wed, 21 May 2014 17:34:58 GMT
From: Ryan Frederick <ryanrfrederick@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] net-im/openfire Fails to Install Due to Incorrect pkg-plist Entries
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         190080
>Category:       ports
>Synopsis:       [PATCH] net-im/openfire Fails to Install Due to Incorrect pkg-plist Entries
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mandree
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 17:40:00 UTC 2014
>Closed-Date:    Wed May 21 18:49:37 UTC 2014
>Last-Modified:  Wed May 21 18:50:00 UTC 2014
>Originator:     Ryan Frederick
>Release:        9.1-RELEASE-p13
>Organization:
>Environment:
FreeBSD system.name 9.1-RELEASE-p13 FreeBSD 9.1-RELEASE-p13 #0: Tue May 13 10:55:09 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Currently net-im/openfire fails to install with PLUGINS=off due to incorrect pkg-plist entries for jitsivideobridge.jar and rayo.jar

Attached is a patch to pkg-plist to correct these entries.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: net-im/openfire/pkg-plist
===================================================================
--- net-im/openfire/pkg-plist	(revision 354754)
+++ net-im/openfire/pkg-plist	(working copy)
@@ -187,8 +187,8 @@
 %%DATADIR%%/plugins/admin/webapp/style/lightbox.css
 %%DATADIR%%/plugins/admin/webapp/style/login.css
 %%DATADIR%%/plugins/admin/webapp/style/setup.css
-%%DATADIR%%/plugins/jitsivideobridge.jar
-%%DATADIR%%/plugins/rayo.jar
+%%PLUGINS%%%%DATADIR%%/plugins/jitsivideobridge.jar
+%%PLUGINS%%%%DATADIR%%/plugins/rayo.jar
 %%PLUGINS%%%%DATADIR%%/plugins/fastpath.jar
 %%PLUGINS%%%%DATADIR%%/plugins/broadcast.jar
 %%PLUGINS%%%%DATADIR%%/plugins/clientControl.jar


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gahr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 21 17:40:04 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190080 
Responsible-Changed-From-To: gahr->mandree 
Responsible-Changed-By: mandree 
Responsible-Changed-When: Wed May 21 18:39:48 UTC 2014 
Responsible-Changed-Why:  
I'll take it per IRC request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190080 
State-Changed-From-To: open->closed 
State-Changed-By: mandree 
State-Changed-When: Wed May 21 18:49:36 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/190080: commit references a PR
Date: Wed, 21 May 2014 18:49:20 +0000 (UTC)

 Author: mandree
 Date: Wed May 21 18:49:16 2014
 New Revision: 354758
 URL: http://svnweb.freebsd.org/changeset/ports/354758
 QAT: https://qat.redports.org/buildarchive/r354758/
 
 Log:
   Fix installation with PLUGINS=off config, correcting pkg-plist.
   
   PR:		190080
   Submitted by:	Ryan Frederick <ryanrfrederick@gmail.com>
   Approved by:	gahr (maintainer)
 
 Modified:
   head/net-im/openfire/pkg-plist
 
 Modified: head/net-im/openfire/pkg-plist
 ==============================================================================
 --- head/net-im/openfire/pkg-plist	Wed May 21 18:26:53 2014	(r354757)
 +++ head/net-im/openfire/pkg-plist	Wed May 21 18:49:16 2014	(r354758)
 @@ -187,8 +187,8 @@
  %%DATADIR%%/plugins/admin/webapp/style/lightbox.css
  %%DATADIR%%/plugins/admin/webapp/style/login.css
  %%DATADIR%%/plugins/admin/webapp/style/setup.css
 -%%DATADIR%%/plugins/jitsivideobridge.jar
 -%%DATADIR%%/plugins/rayo.jar
 +%%PLUGINS%%%%DATADIR%%/plugins/jitsivideobridge.jar
 +%%PLUGINS%%%%DATADIR%%/plugins/rayo.jar
  %%PLUGINS%%%%DATADIR%%/plugins/fastpath.jar
  %%PLUGINS%%%%DATADIR%%/plugins/broadcast.jar
  %%PLUGINS%%%%DATADIR%%/plugins/clientControl.jar
 _______________________________________________
 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:
