Announce: http://foo-projects.org/pipermail/xfce/2011-March/028474.html Add OPTIONS macro (for NLS, Git and Subversion). Note: This plugin was tested with Git enabled, but I noticed, clone repository doesn't work (or I don't know how it works). Fix: Patch attached with submission follows:
Maintainer of devel/thunar-svn-plugin, Please note that PR ports/155729 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/155729 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On Sun, 20 Mar 2011 19:10:10 UT Edwin Groothuis <edwin@FreeBSD.org> wrote: > Maintainer of devel/thunar-svn-plugin, > > Please note that PR ports/155729 has just been submitted. > Hi, I didn't try (yet) build/use that version, but: 0. I think we must change portname s/thunar-svn-plugin/thunar-vcs-plugin/ 1. we doesn't need OSVERSION check (6.x is deprecated) so.. -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.X -.endif 2. IMO LIB_DEPENDS+= should be svn_client-1:${PORTSDIR}/devel/subversion-freebsd instead devel/subversion -- wbr, tiger
Hi, Olivier, do you agree with me or is there any objection? -- wbr, tiger
Hi, patch attached. see also ports/155911 2 Olivier: clone works fine for me (git+ssh://blah-blan) -- wbr, tiger
Hi, UPDATING entry: thunar-svn-plugin was renamed to thunar-vcs-plugin in upstream. for upgrade: If using portmaster: portmaster -o devel/thunar-svn-plugin devel/thunar-vcs-plugin If using portupgrade: portupgrade -o devel/thunar-svn-plugin devel/thunar-vcs-plugin -- wbr, tiger
Responsible Changed From-To: freebsd-ports-bugs->osa I'll handle this PR.
osa 2011-03-27 14:13:05 UTC FreeBSD ports repository Modified files: devel/thunar-vcs-plugin Makefile distinfo pkg-descr pkg-plist Removed files: devel/thunar-vcs-plugin/files patch-Makefile.in patch-fix-svn Log: Update from 0.0.3 to 0.1.4. Also, update the name of project where it needed. Remove needless patches. PR: 155729 Revision Changes Path 1.18 +42 -16 ports/devel/thunar-vcs-plugin/Makefile 1.4 +2 -3 ports/devel/thunar-vcs-plugin/distinfo 1.4 +0 -11 ports/devel/thunar-vcs-plugin/files/patch-Makefile.in (dead) 1.3 +0 -22 ports/devel/thunar-vcs-plugin/files/patch-fix-svn (dead) 1.3 +4 -2 ports/devel/thunar-vcs-plugin/pkg-descr 1.4 +34 -22 ports/devel/thunar-vcs-plugin/pkg-plist _______________________________________________ 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 patch from maintainer, thanks for report!