Date: Mon, 9 Aug 2010 13:56:33 +0200 (CEST) From: Klaus Aehlig <aehlig@linta.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/149466: [maintainer][patch] www/uzbl update to 2010.08.05 Message-ID: <20100809115633.EFDC41CC34@curry.linta.de> Resent-Message-ID: <201008091200.o79C0IKW003137@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 09 12:00:17 UTC 2010 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100809115633.EFDC41CC34>