Re: [UPDATE] www/dwb to latest snapshot

2014-10-20 Thread Henrik Friedrichsen
On Sat, Oct 11, 2014 at 10:12:37PM +0200, Henrik Friedrichsen wrote:
> OK?

ping?



Re: [UPDATE] www/dwb to latest snapshot

2014-10-11 Thread Landry Breuil
On Sat, Oct 11, 2014 at 10:22:53PM +0200, Henrik Friedrichsen wrote:
> On Sat, Oct 11, 2014 at 10:20:16PM +0200, Landry Breuil wrote:
> > Do you have an official stance from upstream saying development is
> > halted ? last commit to the official repo was only 20 days ago...
> 
> Yeah, the developer told me that it is currently unmaintained when I
> submitted a pull request[1].
> 
> [1]:
> https://bitbucket.org/portix/dwb/pull-request/22/several-cleanups-to-increase-portability/diff#comment-3217936

Oh, then i think it makes sense, especially when i see all this
bikeshedding in the pull request comments...

Landry



Re: [UPDATE] www/dwb to latest snapshot

2014-10-11 Thread Henrik Friedrichsen
On Sat, Oct 11, 2014 at 10:20:16PM +0200, Landry Breuil wrote:
> Do you have an official stance from upstream saying development is
> halted ? last commit to the official repo was only 20 days ago...

Yeah, the developer told me that it is currently unmaintained when I
submitted a pull request[1].

[1]:
https://bitbucket.org/portix/dwb/pull-request/22/several-cleanups-to-increase-portability/diff#comment-3217936

Henrik



Re: [UPDATE] www/dwb to latest snapshot

2014-10-11 Thread Landry Breuil
On Sat, Oct 11, 2014 at 10:12:37PM +0200, Henrik Friedrichsen wrote:
> Hey,
> 
> This will update dwb to an unofficial snapshot (upstream development is
> halted) containing the ports patches (making patches/* obsolete) and other
> fixes.

Do you have an official stance from upstream saying development is
halted ? last commit to the official repo was only 20 days ago...

Landry



[UPDATE] www/dwb to latest snapshot

2014-10-11 Thread Henrik Friedrichsen
Hey,

This will update dwb to an unofficial snapshot (upstream development is
halted) containing the ports patches (making patches/* obsolete) and other
fixes.

I have tested this snapshot on amd64 and it seems as stable as the current
release. This will also fix the bookmarks and IPC problems someone
mailed me about.

OK?

Henrik
Index: Makefile
===
RCS file: /cvs/ports/www/dwb/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- Makefile1 Oct 2014 06:42:36 -   1.3
+++ Makefile11 Oct 2014 20:01:19 -
@@ -2,8 +2,9 @@
 
 COMMENT =  lightweight webkit-based browser with vi-like controls
 
-DISTNAME = dwb-2014.03.07
-REVISION = 1
+GH_VER =   2014.10.11
+DISTNAME = dwb-${GH_VER}
+
 
 CATEGORIES =   www
 
@@ -17,9 +18,10 @@ PERMIT_PACKAGE_CDROM =   Yes
 WANTLIB += X11 atk-1.0 c cairo cairo-gobject fontconfig freetype
 WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gnutls gobject-2.0
 WANTLIB += gtk-3 javascriptcoregtk-3.0 json-c m pango-1.0 pangocairo-1.0
-WANTLIB += pangoft2-1.0 pthread soup-2.4 webkitgtk-3.0 z
+WANTLIB += pangoft2-1.0 pthread secret-1 soup-2.4 webkitgtk-3.0 z
 
-MASTER_SITES = https://bitbucket.org/portix/dwb/downloads/
+MASTER_SITES = https://github.com/hrkfdn/dwb/archive/
+DISTFILES =${DISTNAME}{${GH_VER}}${EXTRACT_SUFX}
 
 MODULES =  devel/gettext
 RUN_DEPENDS =  devel/desktop-file-utils
Index: distinfo
===
RCS file: /cvs/ports/www/dwb/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo8 Sep 2014 20:01:03 -   1.1.1.1
+++ distinfo11 Oct 2014 20:01:19 -
@@ -1,2 +1,2 @@
-SHA256 (dwb-2014.03.07.tar.gz) = v74+NmsnyWmHb57nlU8Tix1JonCqhKFM5D4BWRq2m2I=
-SIZE (dwb-2014.03.07.tar.gz) = 474179
+SHA256 (dwb-2014.10.11.tar.gz) = sAx2pT0xTukJGt08VoPteKZJnucWbC2L0zG3K6+zJYg=
+SIZE (dwb-2014.10.11.tar.gz) = 501061
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/dwb/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- pkg/PLIST   1 Oct 2014 06:42:36 -   1.2
+++ pkg/PLIST   11 Oct 2014 20:01:19 -
@@ -36,6 +36,8 @@ share/dwb/scripts/lib/signals.js
 share/dwb/scripts/lib/system.js
 share/dwb/scripts/lib/util.js
 share/dwb/scripts/lib/webview.js
+share/dwb/scripts/modules/
+share/dwb/scripts/modules/completion.js
 share/pixmaps/
 share/pixmaps/dwb.png
 @exec %D/bin/update-desktop-database