Bug 151860 - [UPDATE] www/midori to 0.2.9
Summary: [UPDATE] www/midori to 0.2.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-01 10:50 UTC by Olivier Duchateau
Modified: 2010-11-14 22:10 UTC (History)
0 users

See Also:


Attachments
file.diff (3.13 KB, patch)
2010-11-01 10:50 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2010-11-01 10:50:09 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-01 10:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kwm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koop Mast 2010-11-13 09:29:11 UTC
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.
Comment 3 Olivier Duchateau 2010-11-13 19:17:28 UTC
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
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-11-14 22:00:49 UTC
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"
Comment 5 Koop Mast freebsd_committer freebsd_triage 2010-11-14 22:01:19 UTC
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.