Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2011 09:44:34 +0100 (CET)
From:      Klaus Aehlig <aehlig@linta.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/154859: [maintainer] www/uzbl update to Version as of 2011.02.15
Message-ID:  <20110218084435.176D61CC1D@curry.linta.de>
Resent-Message-ID: <201102180920.p1I9KAow026321@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154859
>Category:       ports
>Synopsis:       [maintainer] www/uzbl update to Version as of 2011.02.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 18 09:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Klaus Aehlig
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD curry.linta.de 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #10: Mon Jan 31 22:08:35 CET 2011 aehlig@curry.linta.de:/usr/obj/usr/src/sys/CURRY amd64

>Description:
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.

>How-To-Repeat:
>Fix:

Apply the following patch

--- uzbl.patch begins here ---
diff -ruN uzbl.orig/Makefile uzbl/Makefile
--- uzbl.orig/Makefile	2011-02-18 08:48:41.000000000 +0100
+++ uzbl/Makefile	2011-02-18 08:33:03.000000000 +0100
@@ -20,14 +20,16 @@
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 
-GITDATE=	2010.11.25
-GITVERSION=	5180049
+GITDATE=	2011.02.15
+GITVERSION=	8bbc39b
 
 WRKSRC=		${WRKDIR}/Dieterbe-uzbl-${GITVERSION}
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+MAKE_JOBS_SAFE=	YES
+
 .if !defined(NOPORTDOCS)
 PORTDOCS=	AUTHORS README COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \
 		multiple-instances-management performance url-editing config.h vim README.cookies
diff -ruN uzbl.orig/distinfo uzbl/distinfo
--- uzbl.orig/distinfo	2011-02-18 08:48:41.000000000 +0100
+++ uzbl/distinfo	2011-02-18 08:32:16.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (uzbl-0.0.0.2010.11.25.tar.gz) = 715163193b1c15377a1caaf2e993ef56584e356e6e62e74184b0acdb0c76bbd3
-SIZE (uzbl-0.0.0.2010.11.25.tar.gz) = 145473
+SHA256 (uzbl-0.0.0.2011.02.15.tar.gz) = c406eca3dd20dd40b557435c7766ee469378bcb4316d5a83bfa5af366193cd1f
+SIZE (uzbl-0.0.0.2011.02.15.tar.gz) = 152648
--- uzbl.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110218084435.176D61CC1D>