Bug 190080 - [PATCH] net-im/openfire Fails to Install Due to Incorrect pkg-plist Entries
Summary: [PATCH] net-im/openfire Fails to Install Due to Incorrect pkg-plist Entries
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: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 18:40 UTC by Ryan Frederick
Modified: 2014-05-21 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (673 bytes, patch)
2014-05-21 18:40 UTC, Ryan Frederick
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Frederick 2014-05-21 18:40:00 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-21 18:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2014-05-21 19:39:48 UTC
Responsible Changed
From-To: gahr->mandree

I'll take it per IRC request.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-21 19:49:20 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"
Comment 4 Matthias Andree freebsd_committer freebsd_triage 2014-05-21 19:49:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!