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
Responsible Changed From-To: gnats-admin->skv Rescue this PR from the 'pending' category.
Responsible Changed From-To: skv->az Happily, I am NOT maintainer of this port ;)
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"
State Changed From-To: open->closed Committed. Thanks!