Bug 196548 - devel/trac-bitten: [patch] fix for newer Trac versions
Summary: devel/trac-bitten: [patch] fix for newer Trac versions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-06 17:32 UTC by tim
Modified: 2015-03-06 10:13 UTC (History)
1 user (show)

See Also:


Attachments
Patch to fix bitten with newer AccountManager plugin versions (717 bytes, patch)
2015-01-06 17:32 UTC, tim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tim 2015-01-06 17:32:02 UTC
Created attachment 151404 [details]
Patch to fix bitten with newer AccountManager plugin versions

Form login is broken if using newer versions of the Trac AccountManager plugin. The field was renamed from user to username.

The attached patch fixes the problem by setting both fields. This way it works with old and new versions. We have tested this on https://trac.fawkesrobotics.org and are carrying the same patch in Fedora.

I have only added the patch file. All it takes is to copy it to the files directory and re-build. PORTREVISION must be increased by one.

I'm the maintainer according to freshports (initially submitted it) but have not commit permissions myself.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-03-06 10:13:24 UTC
A commit references this bug:

Author: arved
Date: Fri Mar  6 10:13:19 UTC 2015
New revision: 380581
URL: https://svnweb.freebsd.org/changeset/ports/380581

Log:
  Add a patch to fix compatibility with trac Accountmanager

  PR:		196548
  Submitted by:	maintainer

Changes:
  head/devel/trac-bitten/Makefile
  head/devel/trac-bitten/files/patch-bitten-slave.py
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2015-03-06 10:13:48 UTC
committed, thanks