Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->glarkin I'll take it.
State Changed From-To: open->analyzed Currently running tinderbox builds.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Carlo, bzr-grep builds successfully in tinderbox, but it leaves a file behind upon deinstallation. Would you mind reviewing the log file here? http://people.freebsd.org/~glarkin/pr-links/tblogs/bzr-grep-0.4.0.log Please submit a patch for that problem, and I'll retest it. Can you also check that the port builds/installs/deinstalls correctly with the following commands: make PYTHON_VERSION=python2.4 PYTHON_DEFAULT_VERSION=python2.4 install \ clean deinstall make PYTHON_VERSION=python2.5 PYTHON_DEFAULT_VERSION=python2.5 install \ clean deinstall make PYTHON_VERSION=python2.6 PYTHON_DEFAULT_VERSION=python2.6 install \ clean deinstall Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFMZAnl0sRouByUApARAm5GAJ9aqPti//Vj7K3/JDJsYkoZ1QQO/ACeLcUT lBbQgQRtoyqpkGLCEZGQcLQ= =CRI1 -----END PGP SIGNATURE-----
State Changed From-To: analyzed->feedback Waiting for feedback from submitter.
Here is a new patch that should work. The changes are the following: * add LICENSE * change PYDISTUTILS_PKGNAME * add PYDISTUTILS_PKGVERSION Many thanks for your patience.
glarkin 2010-08-18 13:41:08 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/bzr-grep Makefile distinfo pkg-descr pkg-plist Log: bzr-grep is a plugin for bzr to grep files. Its purpose is to print lines matching PATTERN for specified files and revisions. WWW: https://launchpad.net/bzr-grep PR: ports/147705 Submitted by: Carlo Strub <c-s at c-s.li> Revision Changes Path 1.4014 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/bzr-grep/Makefile (new) 1.1 +3 -0 ports/devel/bzr-grep/distinfo (new) 1.1 +4 -0 ports/devel/bzr-grep/pkg-descr (new) 1.1 +21 -0 ports/devel/bzr-grep/pkg-plist (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"
glarkin 2010-08-18 13:45:29 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: - Added long-overdue entry for Carlo Strub PR: ports/147705 Revision Changes Path 1.940 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ 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: feedback->closed Committed, thank you!