This is a new port with Python bindings for subversion. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Dependencies fixed.
State Changed From-To: open->feedback build failed http://32bit.miwibox.org/index.php?action=describe_port&id=2185
Removed apr-1 as it is installed already by subversion, hence it is redundant.
fix dependency. sorry about that...
Update to latest version 0.7.3.1
Responsible Changed From-To: miwi->freebsd-ports-bugs back to pool.
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it
State Changed From-To: feedback->open open
Responsible Changed From-To: pgollucci->glarkin glarkin wants his prs
State Changed From-To: open->closed Committed with some Makefile modifications and directory name change from devel/subvertpy to devel/py-subvertpy. Thank you!
glarkin 2010-09-23 21:35:22 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-subvertpy Makefile distinfo pkg-descr pkg-plist Log: This is an implementation of Python bindings for the Subversion version control system, aiming to be complete, fast and feel native to Python programmers. Bindings are provided for the working copy, client, delta, remote access and repository APIs. A hookable server side implementation of the custom Subversion protocol (svn_ra) is also provided. www: https://launchpad.net/subvertpy PR: ports/147166 Submitted by: Carlo Strub (c-s at c-s.li) Revision Changes Path 1.4056 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/py-subvertpy/Makefile (new) 1.1 +3 -0 ports/devel/py-subvertpy/distinfo (new) 1.1 +9 -0 ports/devel/py-subvertpy/pkg-descr (new) 1.1 +58 -0 ports/devel/py-subvertpy/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"