From aehlig@linta.de  Mon Aug  9 11:56:45 2010
Return-Path: <aehlig@linta.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1E7DE1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Aug 2010 11:56:45 +0000 (UTC)
	(envelope-from aehlig@linta.de)
Received: from linta.de (isilmar-3.linta.de [188.40.101.200])
	by mx1.freebsd.org (Postfix) with ESMTP id 7C1668FC1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Aug 2010 11:56:43 +0000 (UTC)
Received: (qmail 3951 invoked by uid 10); 9 Aug 2010 11:56:41 -0000
Received: from curry.linta.de by isilmar.linta.de with BSMTP; 9 Aug 2010 11:56:41 -0000
Received: by curry.linta.de (Postfix, from userid 1001)
	id EFDC41CC34; Mon,  9 Aug 2010 13:56:33 +0200 (CEST)
Message-Id: <20100809115633.EFDC41CC34@curry.linta.de>
Date: Mon,  9 Aug 2010 13:56:33 +0200 (CEST)
From: Klaus Aehlig <aehlig@linta.de>
Reply-To: Klaus Aehlig <aehlig@linta.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer][patch] www/uzbl update to 2010.08.05
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149466
>Category:       ports
>Synopsis:       [maintainer][patch] www/uzbl update to 2010.08.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 09 12:00:17 UTC 2010
>Closed-Date:    Mon Aug 09 14:08:38 UTC 2010
>Last-Modified:  Mon Aug  9 14:10:01 UTC 2010
>Originator:     Klaus Aehlig
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD curry.linta.de 8.1-STABLE FreeBSD 8.1-STABLE #6: Mon Jul 26 01:56:56 CEST 2010 aehlig@curry.linta.de:/usr/obj/usr/src/sys/CURRY amd64

>Description:
	* Update to new Version (2010.08.05)

        * Add LICENSE information (the program is licensed GPL Version 3)
>How-To-Repeat:
	
>Fix:

	Apply the following patch

--- uzbl.patch begins here ---
diff -ruN uzbl.orig/Makefile uzbl/Makefile
--- uzbl.orig/Makefile	2010-08-09 13:47:46.000000000 +0200
+++ uzbl/Makefile	2010-08-09 13:47:39.000000000 +0200
@@ -14,16 +14,20 @@
 COMMENT=	Web interface tools which adhere to the unix philosophy
 
 LIB_DEPENDS=	webkit:${PORTSDIR}/www/webkit-gtk2
+RUN_DEPENDS=	socat:${PORTSDIR}/net/socat
 
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 
-GITDATE=	2010.04.03
-GITVERSION=	ae15d25
+GITDATE=	2010.08.05
+GITVERSION=	9cc39cb
 
 WRKSRC=		${WRKDIR}/Dieterbe-uzbl-${GITVERSION}
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 .if !defined(NOPORTDOCS)
 PORTDOCS=	AUTHORS README COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \
 		multiple-instances-management performance url-editing config.h
diff -ruN uzbl.orig/distinfo uzbl/distinfo
--- uzbl.orig/distinfo	2010-08-09 13:47:46.000000000 +0200
+++ uzbl/distinfo	2010-08-09 13:47:39.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (uzbl-0.0.0.2010.04.03.tar.gz) = 70487d59dd5a1e5a1eca36b976800128
-SHA256 (uzbl-0.0.0.2010.04.03.tar.gz) = 3aa1412dba013a8db0261b2c0773c94e121aeb98c9d03dce4ea049329f4abacb
-SIZE (uzbl-0.0.0.2010.04.03.tar.gz) = 134854
+MD5 (uzbl-0.0.0.2010.08.05.tar.gz) = b6e3323337d2093e55c7d85648bab3aa
+SHA256 (uzbl-0.0.0.2010.08.05.tar.gz) = 9a04e835990519b039a35a7652672f4235890af86699aafe73a71a3e1dc9971f
+SIZE (uzbl-0.0.0.2010.08.05.tar.gz) = 136797
--- uzbl.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Mon Aug 9 14:08:30 UTC 2010 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149466 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149466: commit references a PR
Date: Mon,  9 Aug 2010 14:08:07 +0000 (UTC)

 arved       2010-08-09 14:07:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/uzbl             Makefile distinfo 
   Log:
   Update to 2010.08.05
   
   PR:             149466
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.8       +6 -2      ports/www/uzbl/Makefile
   1.5       +3 -3      ports/www/uzbl/distinfo
 _______________________________________________
 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"
 
>Unformatted:
