Add license type in Makefile. Complete ChangeLog (v0.2.9), see http://git.xfce.org/apps/midori/tree/ChangeLog Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->kwm Over to maintainer (via the GNATS Auto Assign Tool)
According to COPYING midori is LGPL 2.1 licensed. Where did you see the GPLv2 mentioned? No need to resubmit a patch, done it locally. Could you explain the wscript change? that ends up as share/doc/midori/midori/ for me.
You're right for license (I don't remember where I found it). The diff is to remain compatible with the pkg-plist file. When I compiled this new version, I got an erreur. So I look at differences between wscript (v0.2.8) and wscript (v0.2.9). wscript (v0.2.8) if bld.env['docs']: bld.install_files ('${DOCDIR}/' + APPNAME + '/', \ 'AUTHORS COPYING ChangeLog EXPAT README') -------------------------------- wscript (v0.2.9) if bld.env['docs']: bld.install_files ('${DOCDIR}/' + '/', \ 'AUTHORS COPYING ChangeLog EXPAT README') When I applied this change, I had no errors, and path looked like share/doc/midori 2010/11/13 Koop Mast <kwm@rainbow-runner.nl>: > According to COPYING midori is LGPL 2.1 licensed. Where did you see the GPLv2 mentioned? No need to resubmit a patch, done it locally. > > Could you explain the wscript change? that ends up as share/doc/midori/midori/ for me. > -- olivier
kwm 2010-11-14 22:00:44 UTC FreeBSD ports repository Modified files: www/midori Makefile distinfo pkg-plist Log: Update to 0.2.9 Add licence blob. Vala is a build dependacy. PR: ports/151860 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Revision Changes Path 1.21 +11 -6 ports/www/midori/Makefile 1.13 +2 -3 ports/www/midori/distinfo 1.12 +0 -4 ports/www/midori/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: open->closed Committed thanks! I can't reproduce the problem the wscript patch should solve. If it should cause problem, please submit a new pr.