On Sat, Oct 04, 2014 at 12:31:26AM -0400, Brian Callahan wrote:
> Could you please regenerate this using cvs diff -uNp
Done.

> Why MODRUBY_REV=1.9?
No particular reason. Just a leftover from previous versions
where Ruby>1.9 wasn't supported, I suppose.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/weechat/Makefile,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 Makefile
--- Makefile    19 Nov 2013 13:11:03 -0000      1.14
+++ Makefile    4 Oct 2014 09:08:06 -0000
@@ -6,11 +6,10 @@ COMMENT-python=       Python bindings for weec
 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}
@@ -47,7 +46,6 @@ MODULES=      devel/cmake \
 MODLUA_RUNDEP= No
 MODPY_RUNDEP=  No
 MODRUBY_RUNDEP=        No
-MODRUBY_REV=   1.9
 
 BUILD_DEPENDS =        textproc/asciidoc
 LIB_DEPENDS=   security/libgcrypt \
@@ -79,7 +77,7 @@ CONFIGURE_ARGS+=-DENABLE_ASPELL=no \
 
 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
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/weechat/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    14 Nov 2013 22:30:29 -0000      1.5
+++ distinfo    4 Oct 2014 09:08:06 -0000
@@ -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
Index: patches/patch-doc_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/weechat/patches/patch-doc_CMakeLists_txt,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-doc_CMakeLists_txt
--- patches/patch-doc_CMakeLists_txt    14 Nov 2013 22:30:29 -0000      1.3
+++ patches/patch-doc_CMakeLists_txt    4 Oct 2014 09:08:06 -0000
@@ -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()
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/net/weechat/pkg/PLIST-main,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST-main
--- pkg/PLIST-main      17 Nov 2013 00:05:51 -0000      1.5
+++ pkg/PLIST-main      4 Oct 2014 09:08:06 -0000
@@ -7,24 +7,24 @@ lib/weechat/
 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