On Mon, Jun 03, 2013 at 03:22:08PM +0100, Stuart Henderson wrote:
> On 2013/06/03 15:12, Simon Kuhnle wrote:
> > Attached is a patch that doesn't install the icon file.
> > Would this be acceptable, too?
> 
> personally I'd rather just @comment it in PLIST..

Thanks :-)

Regards
        Simon

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/weechat/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile    11 Mar 2013 11:35:58 -0000      1.11
+++ Makefile    3 Jun 2013 19:33:27 -0000
@@ -6,7 +6,7 @@
 COMMENT-ruby=  Ruby bindings for weechat
 COMMENT-tcl=   Tcl bindings for weechat
 
-V=             0.4.0
+V=             0.4.1
 DISTNAME=      weechat-${V}
 
 PKGNAME-main=  weechat-${V}
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/weechat/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo    25 Jan 2013 08:42:08 -0000      1.3
+++ distinfo    3 Jun 2013 19:33:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (weechat-0.4.0.tar.gz) = rKWtFUdlPL5bZy/8QUF6KlHEHBMreOxanWqtUJWdXZ4=
-SIZE (weechat-0.4.0.tar.gz) = 2527783
+SHA256 (weechat-0.4.1.tar.gz) = PBEKE5erHx4qfPgLiQDiwC6gH4DksJ73lUcGkW4FVj8=
+SIZE (weechat-0.4.1.tar.gz) = 2567828
Index: patches/patch-src_core_wee-config_c
===================================================================
RCS file: /cvs/ports/net/weechat/patches/patch-src_core_wee-config_c,v
retrieving revision 1.2
diff -u -r1.2 patch-src_core_wee-config_c
--- patches/patch-src_core_wee-config_c 25 Jan 2013 08:42:08 -0000      1.2
+++ patches/patch-src_core_wee-config_c 3 Jun 2013 19:33:27 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_core_wee-config_c,v 1.2 2013/01/25 08:42:08 jasper Exp $
---- src/core/wee-config.c.orig Sun Jan 20 09:21:06 2013
-+++ src/core/wee-config.c      Fri Jan 25 09:39:57 2013
-@@ -2822,7 +2822,7 @@ config_weechat_init_options ()
+--- src/core/wee-config.c.orig Mon May 20 10:06:14 2013
++++ src/core/wee-config.c      Sat May 25 21:55:06 2013
+@@ -2961,7 +2961,7 @@ config_weechat_init_options ()
          "gnutls_ca_file", "string",
          N_("file containing the certificate authorities (\"%h\" will be "
             "replaced by WeeChat home, \"~/.weechat\" by default)"),
Index: patches/patch-src_plugins_xfer_xfer-dcc_c
===================================================================
RCS file: patches/patch-src_plugins_xfer_xfer-dcc_c
diff -N patches/patch-src_plugins_xfer_xfer-dcc_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_plugins_xfer_xfer-dcc_c   3 Jun 2013 19:33:27 -0000
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- src/plugins/xfer/xfer-dcc.c.orig   Sun May 26 10:42:17 2013
++++ src/plugins/xfer/xfer-dcc.c        Sun May 26 10:42:48 2013
+@@ -21,6 +21,7 @@
+ 
+ #include <stdlib.h>
+ #include <unistd.h>
++#include <string.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/socket.h>
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/net/weechat/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -r1.2 PLIST-main
--- pkg/PLIST-main      19 Dec 2012 10:54:51 -0000      1.2
+++ pkg/PLIST-main      3 Jun 2013 19:33:27 -0000
@@ -25,6 +25,7 @@
 share/doc/weechat/weechat_scripting.en.txt
 share/doc/weechat/weechat_tester.en.txt
 share/doc/weechat/weechat_user.en.txt
+@comment share/icons/hicolor/32x32/apps/weechat.png
 share/locale/cs/LC_MESSAGES/weechat.mo
 share/locale/de/LC_MESSAGES/weechat.mo
 share/locale/es/LC_MESSAGES/weechat.mo

Reply via email to