Hey,

Giving this another try after the update to 1.0 got buried.

Same routine. Tested on amd64, rather minor update.

OK?
diff -Naur ../_weechat/CVS/Entries ./CVS/Entries
--- ../_weechat/CVS/Entries     Sat Oct  4 06:12:18 2014
+++ ./CVS/Entries       Wed Mar  5 17:03:03 2014
@@ -1,4 +1,4 @@
-/Makefile/1.15/Sat Sep 27 17:07:20 2014//
+/Makefile/1.14/Tue Nov 19 13:11:03 2013//
 /distinfo/1.5/Thu Nov 14 22:30:29 2013//
 D/patches////
 D/pkg////
diff -Naur ../_weechat/CVS/Root ./CVS/Root
--- ../_weechat/CVS/Root        Sat Oct  4 06:12:18 2014
+++ ./CVS/Root  Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
[email protected]:/cvs
diff -Naur ../_weechat/Makefile ./Makefile
--- ../_weechat/Makefile        Sat Sep 27 19:07:20 2014
+++ ./Makefile  Sat Oct  4 06:11:11 2014
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2014/09/27 17:07:20 jeremy Exp $
+# $OpenBSD: Makefile,v 1.14 2013/11/19 13:11:03 sthen Exp $
 
 COMMENT-main=  fast, light and extensible chat client
 COMMENT-lua=   Lua bindings for weechat
@@ -6,15 +6,13 @@
 COMMENT-ruby=  Ruby bindings for weechat
 COMMENT-tcl=   Tcl bindings for weechat
 
-V=             0.4.2
+V=             1.0.1
 DISTNAME=      weechat-${V}
 
 PKGNAME-main=  weechat-${V}
-REVISION-main= 0
 PKGNAME-lua=   weechat-lua-${V}
 PKGNAME-python=        weechat-python-${V}
 PKGNAME-ruby=  weechat-ruby-${V}
-REVISION-ruby= 0
 PKGNAME-tcl=   weechat-tcl-${V}
 
 CATEGORIES=    net
@@ -48,6 +46,7 @@
 MODLUA_RUNDEP= No
 MODPY_RUNDEP=  No
 MODRUBY_RUNDEP=        No
+MODRUBY_REV=   1.9
 
 BUILD_DEPENDS =        textproc/asciidoc
 LIB_DEPENDS=   security/libgcrypt \
@@ -79,7 +78,7 @@
 
 post-install:
        $(INSTALL_DATA_DIR) ${PREFIX}/share/doc/weechat
-       $(INSTALL_DATA) $(WRKSRC)/doc/en/weechat_*.en.txt \
+       $(INSTALL_DATA) $(WRKSRC)/doc/en/weechat_*.en.asciidoc \
            ${PREFIX}/share/doc/weechat/
 
 NO_TEST=       Yes
diff -Naur ../_weechat/distinfo ./distinfo
--- ../_weechat/distinfo        Thu Nov 14 23:30:29 2013
+++ ./distinfo  Sat Oct  4 05:57:34 2014
@@ -1,2 +1,2 @@
-SHA256 (weechat-0.4.2.tar.gz) = O7mWTvd2GDrauVE7fjZiFwA5qsyrIetxz76sSUaU1w8=
-SIZE (weechat-0.4.2.tar.gz) = 2729241
+SHA256 (weechat-1.0.1.tar.gz) = P1O23Rfx5i2GsQCoH298i44OfrJnC2K0ZApue2CkxlM=
+SIZE (weechat-1.0.1.tar.gz) = 3237820
diff -Naur ../_weechat/patches/CVS/Root ./patches/CVS/Root
--- ../_weechat/patches/CVS/Root        Sat Oct  4 06:12:18 2014
+++ ./patches/CVS/Root  Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
[email protected]:/cvs
diff -Naur ../_weechat/patches/patch-doc_CMakeLists_txt 
./patches/patch-doc_CMakeLists_txt
--- ../_weechat/patches/patch-doc_CMakeLists_txt        Thu Nov 14 23:30:29 2013
+++ ./patches/patch-doc_CMakeLists_txt  Sat Oct  4 06:05:10 2014
@@ -1,24 +1,25 @@
 $OpenBSD: patch-doc_CMakeLists_txt,v 1.3 2013/11/14 22:30:29 fgsch Exp $
---- doc/CMakeLists.txt.orig    Thu Nov 14 16:25:14 2013
-+++ doc/CMakeLists.txt Thu Nov 14 16:25:16 2013
-@@ -24,13 +24,13 @@ IF(ENABLE_MAN OR ENABLE_DOC)
-   FIND_PACKAGE(Asciidoc)
-   IF(ASCIIDOC_FOUND)
-     ADD_SUBDIRECTORY( en )
--    ADD_SUBDIRECTORY( fr )
--    ADD_SUBDIRECTORY( it )
--    ADD_SUBDIRECTORY( de )
--    ADD_SUBDIRECTORY( pl )
--    ADD_SUBDIRECTORY( es )
--    ADD_SUBDIRECTORY( ru )
--    ADD_SUBDIRECTORY( ja )
-+  #  ADD_SUBDIRECTORY( fr )
-+  #  ADD_SUBDIRECTORY( it )
-+  #  ADD_SUBDIRECTORY( de )
-+  #  ADD_SUBDIRECTORY( pl )
-+  #  ADD_SUBDIRECTORY( es )
-+  #  ADD_SUBDIRECTORY( ru )
-+  #  ADD_SUBDIRECTORY( ja )
-   ENDIF(ASCIIDOC_FOUND)
- 
- ENDIF(ENABLE_MAN OR ENABLE_DOC)
+--- doc/CMakeLists.txt.orig    Sat Oct  4 06:04:43 2014
++++ doc/CMakeLists.txt Sat Oct  4 06:05:04 2014
+@@ -22,13 +22,13 @@ if(ENABLE_MAN OR ENABLE_DOC)
+   find_package(Sourcehighlight)
+   find_package(Asciidoc)
+   if(ASCIIDOC_FOUND)
+-    add_subdirectory(en)
+-    add_subdirectory(fr)
+-    add_subdirectory(it)
+-    add_subdirectory(de)
+-    add_subdirectory(pl)
+-    add_subdirectory(es)
+-    add_subdirectory(ru)
+-    add_subdirectory(ja)
++      #    add_subdirectory(en)
++      #    add_subdirectory(fr)
++      #    add_subdirectory(it)
++      #    add_subdirectory(de)
++      #    add_subdirectory(pl)
++      #    add_subdirectory(es)
++      #    add_subdirectory(ru)
++      #    add_subdirectory(ja)
+   endif()
+ endif()
diff -Naur ../_weechat/pkg/CVS/Root ./pkg/CVS/Root
--- ../_weechat/pkg/CVS/Root    Sat Oct  4 06:12:18 2014
+++ ./pkg/CVS/Root      Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
[email protected]:/cvs
diff -Naur ../_weechat/pkg/PLIST-main ./pkg/PLIST-main
--- ../_weechat/pkg/PLIST-main  Sun Nov 17 01:05:51 2013
+++ ./pkg/PLIST-main    Sat Oct  4 06:09:27 2014
@@ -7,24 +7,24 @@
 lib/weechat/plugins/
 lib/weechat/plugins/alias.so
 lib/weechat/plugins/charset.so
+lib/weechat/plugins/exec.so
 lib/weechat/plugins/fifo.so
 lib/weechat/plugins/irc.so
 lib/weechat/plugins/logger.so
 lib/weechat/plugins/perl.so
 lib/weechat/plugins/relay.so
-lib/weechat/plugins/rmodifier.so
 lib/weechat/plugins/script.so
+lib/weechat/plugins/trigger.so
 lib/weechat/plugins/xfer.so
-@man man/man1/weechat.1
 share/doc/weechat/
-share/doc/weechat/weechat_dev.en.txt
-share/doc/weechat/weechat_faq.en.txt
-share/doc/weechat/weechat_plugin_api.en.txt
-share/doc/weechat/weechat_quickstart.en.txt
-share/doc/weechat/weechat_relay_protocol.en.txt
-share/doc/weechat/weechat_scripting.en.txt
-share/doc/weechat/weechat_tester.en.txt
-share/doc/weechat/weechat_user.en.txt
+share/doc/weechat/weechat_dev.en.asciidoc
+share/doc/weechat/weechat_faq.en.asciidoc
+share/doc/weechat/weechat_plugin_api.en.asciidoc
+share/doc/weechat/weechat_quickstart.en.asciidoc
+share/doc/weechat/weechat_relay_protocol.en.asciidoc
+share/doc/weechat/weechat_scripting.en.asciidoc
+share/doc/weechat/weechat_tester.en.asciidoc
+share/doc/weechat/weechat_user.en.asciidoc
 @comment share/icons/
 @comment share/icons/hicolor/
 @comment share/icons/hicolor/32x32/

Reply via email to