Bug 116885 - Fix mail/svnmailer with python25+
Summary: Fix mail/svnmailer with python25+
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: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-04 05:20 UTC by Philip M. Gollucci
Modified: 2007-10-08 13:01 UTC (History)
1 user (show)

See Also:


Attachments
svnmailer.diff (2.46 KB, patch)
2007-10-04 05:20 UTC, Philip M. Gollucci
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip M. Gollucci 2007-10-04 05:20:01 UTC
 svnmailer fails with a ports tree post python25 default.

Fix: Apply the attached patch -- includes new file and need to create files
directory.

portlint -ACN
port looks clean

maintainer svk@ is CC'ed

patch obtained from:
http://launchpadlibrarian.net/8131802/svnmailer-1.0.8-python2.5.diff

Thread:
https://bugs.launchpad.net/ubuntu/+source/svnmailer/+bug/111735

(not ubuntu specific)
How-To-Repeat: 
  cvsup to a ports tree post python25 default.
  cd /usr/ports/mail/svnmailer
  make install clean

#!/bin/sh

rev=1

SVNADMIN=/usr/local/bin/svnadmin
MAILER=/usr/local/bin/svn-mailer
CONFIG=/usr/local/etc/svn-mailer.conf
REPOS=/home/svn

$MAILER -d "$REPOS" -r "$rev" -f $CONFIG
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-10-04 07:32:29 UTC
Responsible Changed
From-To: gnats-admin->skv

Rescue this PR from the 'pending' category.
Comment 2 skv freebsd_committer freebsd_triage 2007-10-04 16:23:12 UTC
Responsible Changed
From-To: skv->az

Happily, I am NOT maintainer of this port ;)
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-10-08 12:53:25 UTC
az          2007-10-08 11:53:15 UTC

  FreeBSD ports repository

  Modified files:
    mail/svnmailer       Makefile 
  Added files:
    mail/svnmailer/files py25-src-lib-svnmailer-notifier-_base.py 
  Log:
  - Fix with python25+
  
  PR:     ports/116885, ports/116914
  Submitted by:   Philip M.Gollucci <pgollucci at p6m7g8.com>
  
  Revision  Changes    Path
  1.8       +8 -1      ports/mail/svnmailer/Makefile
  1.1       +45 -0     ports/mail/svnmailer/files/py25-src-lib-svnmailer-notifier-_base.py (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Andrej Zverev freebsd_committer freebsd_triage 2007-10-08 13:01:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!