On 9/3/15 10:27 AM, Stuart Henderson wrote:
On 2015/09/03 09:21, Eric Lalonde wrote:
On 9/3/15 9:10 AM, Eric Lalonde wrote:
Hi ports@,

Attached is a diff to update weechat to 1.3.

And now I realize I forgot to remove the REVISION-ruby.

Updated diff attached.

This picks up libv8 if it's present at build time, could you either disable
it (probably -DENABLE_JAVASCRIPT=no) or explicitly add the dependency and sub-
package it please? Otherwise we will have sporadic build failures in bulk 
builds.

I have confirmed that the diff attached does not pull in libv8.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/weechat/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- Makefile    27 Aug 2015 14:38:36 -0000      1.20
+++ Makefile    3 Sep 2015 17:36:09 -0000
@@ -6,7 +6,7 @@ COMMENT-python= Python bindings for weec
 COMMENT-ruby=  Ruby bindings for weechat
 COMMENT-tcl=   Tcl bindings for weechat
 
-V=             1.2
+V=             1.3
 DISTNAME=      weechat-${V}
 
 PKGNAME-main=  weechat-${V}
@@ -15,12 +15,12 @@ PKGNAME-python=     weechat-python-${V}
 PKGNAME-ruby=  weechat-ruby-${V}
 PKGNAME-tcl=   weechat-tcl-${V}
 
-REVISION-ruby= 0
-
 CATEGORIES=    net
 
 HOMEPAGE=      http://www.weechat.org/
 
+MAINTAINER=    Eric Lalonde <eric.c.lalo...@gmail.com>
+
 SHARED_ONLY=   Yes
 
 # GPLv3
@@ -72,6 +72,7 @@ CONFIGURE_ARGS+=-DENABLE_ASPELL=no \
                -DENABLE_LUA=yes \
                -DENABLE_TCL=yes \
                -DENABLE_PYTHON=yes \
+               -DENABLE_JAVASCRIPT=no \
                -DHAVE_BACKTRACE=no \
                -DMANDIR=${PREFIX}/man \
                -DENABLE_MAN=on \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/weechat/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    18 Jul 2015 23:10:37 -0000      1.8
+++ distinfo    3 Sep 2015 17:36:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (weechat-1.2.tar.gz) = D5sA4/5NCk6GQRHUIx4XVve+XBsrbRfaQ714WrnwNdg=
-SIZE (weechat-1.2.tar.gz) = 3368976
+SHA256 (weechat-1.3.tar.gz) = XGyPIfSDUDTHjJ+G9wyN92r6c4l0gehCYeFYPbRrZ40=
+SIZE (weechat-1.3.tar.gz) = 3402449

Reply via email to