Bug 196548

Summary: devel/trac-bitten: [patch] fix for newer Trac versions
Product: Ports & Packages Reporter: tim
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: arved
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to fix bitten with newer AccountManager plugin versions none

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