Bug 154859 - [maintainer] www/uzbl update to Version as of 2011.02.15
Summary: [maintainer] www/uzbl update to Version as of 2011.02.15
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 09:20 UTC by Klaus Aehlig
Modified: 2011-03-17 14:20 UTC (History)
0 users

See Also:


Attachments
uzbl.patch (1.07 KB, patch)
2011-02-18 09:20 UTC, Klaus Aehlig
no flags Details | Diff
uzbl.diff (8.17 KB, patch)
2011-03-16 08:35 UTC, Klaus Aehlig
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Aehlig 2011-02-18 09:20:10 UTC
Update to newest version (as of 2011/02/15).

Note: this update contains incompatible changes. I therefore suggest an entry
      to UPDATING along the following lines.


20110218:
  AFFECTS: users of www/uzbl
  AUTHOR: Klaus Aehlig <aehlig@linta.de>

  The port has been updated to version as of 2011/02/15. This introduces
  the following incompatabilities.

  - $UZBL_FIFO, $UZBL_TITLE are available to scripts as environment ariables, 
    but not as command-line arguments.
  - environment variables are no longer expanded by the config parser
  - download handling has changed
  - cookie daemons are no longer supported

  Users are advised to change their personal configuration files/scripts accordingly.

Fix: Apply the following patch
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-02-18 10:57:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Wen Heping freebsd_committer freebsd_triage 2011-02-18 10:59:32 UTC
Responsible Changed
From-To: miwi->wen

I'll take it.
Comment 3 Wen Heping freebsd_committer freebsd_triage 2011-02-18 12:58:03 UTC
Responsible Changed
From-To: wen->miwi

Over to miwi.
Comment 4 Klaus Aehlig 2011-03-16 08:35:09 UTC
In the meantime, a new version has been released. The attached patch
is a diff between the committed sate and a port for the latest version
(20011/03/14). Please note that

 * files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon
   files/patch-examples__uzbl-cookie-manager.c
   files/patch-src__cookie-jar.c

   are removed

 * files/patch-examples__data__scripts__uzbl-tabbed
   files/patch-src__events.c
   
   are new


An UPDATING entry is still needed. E.g., as follows.

20110316:
AFFECTS: users of www/uzbl
AUTHOR: Klaus Aehlig <aehlig@linta.de>

The port has been updated to version as of 2011/03/14. This introduces
the following incompatabilities with respect to the version of 2010/11/25. 

- $UZBL_FIFO, $UZBL_TITLE, etc are available to scripts as environment ariables,
  but not as command-line arguments.
- environment variables are no longer expanded by the config parser
- download handling has changed
- cookie daemons are no longer supported

Users are advised to change their personal configuration files/scripts accordingly;
detailed instructions can be found at
http://www.uzbl.org/wiki/experimental-branch#backwards-incompatible_changes_as_of_2010-12-30
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-03-17 14:11:57 UTC
miwi        2011-03-17 14:11:47 UTC

  FreeBSD ports repository

  Modified files:
    www/uzbl             Makefile distinfo pkg-plist 
  Added files:
    www/uzbl/files       
                         patch-examples__data__scripts__uzbl-tabbed 
                         patch-src__events.c 
  Removed files:
    www/uzbl/files       
                         patch-examples__data__uzbl__scripts__uzbl-cookie-daemon 
                         patch-examples__uzbl-cookie-manager.c 
                         patch-src__cookie-jar.c 
  Log:
  - Update to 2011.03.14
  
  PR:             ports/154859
  Submitted by:   "Klaus T. Aehlig" <aehlig@linta.de> (maintainer)
  
  Revision  Changes    Path
  1.10      +10 -7     ports/www/uzbl/Makefile
  1.7       +2 -2      ports/www/uzbl/distinfo
  1.1       +46 -0     ports/www/uzbl/files/patch-examples__data__scripts__uzbl-tabbed (new)
  1.3       +0 -29     ports/www/uzbl/files/patch-examples__data__uzbl__scripts__uzbl-cookie-daemon (dead)
  1.2       +0 -26     ports/www/uzbl/files/patch-examples__uzbl-cookie-manager.c (dead)
  1.2       +0 -11     ports/www/uzbl/files/patch-src__cookie-jar.c (dead)
  1.1       +10 -0     ports/www/uzbl/files/patch-src__events.c (new)
  1.4       +0 -2      ports/www/uzbl/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 6 Martin Wilke freebsd_committer freebsd_triage 2011-03-17 14:14:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!