1.) Update to 0.3.0 release. Upgrading is highly recommended! This release fixes an incompatibility with Mercurial 1.9.x versions. Known issue: 'hg outgoing' against git repositories does not work in 1.9.x right now, but only because nobody's spent the time to fix it for new discovery. Upstream encourages patches for that. And upstream is very interested in getting bug reports. If you find any other defects please submit any bug reports upstream. Thanks! 2.) Move license block to satisfy new portlint check. 3.) Bump required dependencies versions. 4.) Patch egg dulwich dependency version. Dulwich 0.8.1 is not released yet, but I tested Hg-Git against version 0.8.0 and that works good enough for now. I will drop the patches and bump required dulwich version the same time I update devel/dulwich port to 0.8.1 when the new Dulwich version is released. 5.) Tested: portlint, tinderbox build, pkg_add / pkg_delete, runtime Thanks! Fix: Patch attached with submission follows:
Tinderbox build log attached. -- Regards
Upstream released 0.3.1, which just corrects the required Dulwich version to 0.8.0. So drop own patches. Updated patch and tinderbox build log attached. Thanks! -- Regards
Resend patch. This time not inlined to ease extraction. Hopefully gnats will recognize it, now. -- Regards
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-09-17 00:05:15 UTC FreeBSD ports repository Modified files: devel/hg-git Makefile distinfo pkg-message Log: Update to version 0.3.1 PR: ports/160639 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer) Approved by: miwi, wen (mentors implicit) Revision Changes Path 1.9 +4 -4 ports/devel/hg-git/Makefile 1.8 +2 -2 ports/devel/hg-git/distinfo 1.3 +2 -2 ports/devel/hg-git/pkg-message _______________________________________________ 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!