diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-02 22:43:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-02 22:43:17 +0000 |
commit | 250c01941680b905cab468b4e9dbe57d6081c282 (patch) | |
tree | 224257e09819cc928779042907b217a0372db2c6 /irc | |
parent | 2b66ecf7b6d1c19170fbaa40fba3ad2aa15b0794 (diff) | |
download | ports-250c01941680b905cab468b4e9dbe57d6081c282.tar.gz ports-250c01941680b905cab468b4e9dbe57d6081c282.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/weechat-devel/Makefile | 5 | ||||
-rw-r--r-- | irc/weechat-devel/distinfo | 6 | ||||
-rw-r--r-- | irc/weechat-devel/files/patch-cmake-FindIconv_cmake | 12 | ||||
-rw-r--r-- | irc/weechat-devel/pkg-descr | 5 | ||||
-rw-r--r-- | irc/weechat/Makefile | 5 | ||||
-rw-r--r-- | irc/weechat/distinfo | 6 | ||||
-rw-r--r-- | irc/weechat/files/patch-cmake-FindIconv_cmake | 12 | ||||
-rw-r--r-- | irc/weechat/pkg-descr | 5 |
8 files changed, 10 insertions, 46 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index a1b214217d2b..63525b44d7ce 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= weechat -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.1.1 CATEGORIES= irc MASTER_SITES= http://weechat.org/files/src/ @@ -120,9 +120,6 @@ PLIST_SUB+= DOCUMENTATION="@comment " MAN1= weechat-curses.1 -post-extract: - @${CP} ${WRKSRC}/doc/weechat-curses.1 ${WRKSRC}/ - post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|INSTALL|#INSTALL|' ${WRKSRC}/doc/CMakeLists.txt diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo index db7320b92588..60a1aca51fe0 100644 --- a/irc/weechat-devel/distinfo +++ b/irc/weechat-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (weechat-0.3.1.tar.gz) = 748c6b5ec600cdb28224e90b6d8efd3b -SHA256 (weechat-0.3.1.tar.gz) = 6529b6760912c66723a24382566fe250678953ab95211a00cb33fd4b7ebb10e9 -SIZE (weechat-0.3.1.tar.gz) = 2262254 +MD5 (weechat-0.3.1.1.tar.gz) = 9ceb962f5e57d46aa8a2d66bdc49d1bb +SHA256 (weechat-0.3.1.1.tar.gz) = 4ad8f7381710c0c2875b39346f3b1ace5c317e4a6c3ba82da70da52ad1a38c35 +SIZE (weechat-0.3.1.1.tar.gz) = 2263262 diff --git a/irc/weechat-devel/files/patch-cmake-FindIconv_cmake b/irc/weechat-devel/files/patch-cmake-FindIconv_cmake deleted file mode 100644 index 726c9f026b8b..000000000000 --- a/irc/weechat-devel/files/patch-cmake-FindIconv_cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- cmake/FindIconv.cmake.orig 2010-01-20 17:31:05.000000000 +0000 -+++ cmake/FindIconv.cmake 2010-01-20 17:31:30.000000000 +0000 -@@ -30,6 +30,9 @@ - set(ICONV_FIND_QUIETLY TRUE) - ENDIF(ICONV_FOUND) - -+INCLUDE(CheckLibraryExists) -+INCLUDE(CheckFunctionExists) -+ - FIND_PATH(ICONV_INCLUDE_PATH - NAMES iconv.h - PATHS /usr/include /usr/local/include /usr/pkg/include diff --git a/irc/weechat-devel/pkg-descr b/irc/weechat-devel/pkg-descr index bbdaa12bc428..fdfc8abd667b 100644 --- a/irc/weechat-devel/pkg-descr +++ b/irc/weechat-devel/pkg-descr @@ -3,7 +3,4 @@ client. Everything can be done with a keyboard, and it is customizable and extensible with scripts. For the moment, only ncurse GUI is supported by this port. -Note: this is not the official release version, this is a git snapshot, which -may in some cases be unstable. - -WWW: http://git.savannah.gnu.org/gitweb/?p=weechat.git +WWW: http://weechat.org diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index a1b214217d2b..63525b44d7ce 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= weechat -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.1.1 CATEGORIES= irc MASTER_SITES= http://weechat.org/files/src/ @@ -120,9 +120,6 @@ PLIST_SUB+= DOCUMENTATION="@comment " MAN1= weechat-curses.1 -post-extract: - @${CP} ${WRKSRC}/doc/weechat-curses.1 ${WRKSRC}/ - post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|INSTALL|#INSTALL|' ${WRKSRC}/doc/CMakeLists.txt diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo index db7320b92588..60a1aca51fe0 100644 --- a/irc/weechat/distinfo +++ b/irc/weechat/distinfo @@ -1,3 +1,3 @@ -MD5 (weechat-0.3.1.tar.gz) = 748c6b5ec600cdb28224e90b6d8efd3b -SHA256 (weechat-0.3.1.tar.gz) = 6529b6760912c66723a24382566fe250678953ab95211a00cb33fd4b7ebb10e9 -SIZE (weechat-0.3.1.tar.gz) = 2262254 +MD5 (weechat-0.3.1.1.tar.gz) = 9ceb962f5e57d46aa8a2d66bdc49d1bb +SHA256 (weechat-0.3.1.1.tar.gz) = 4ad8f7381710c0c2875b39346f3b1ace5c317e4a6c3ba82da70da52ad1a38c35 +SIZE (weechat-0.3.1.1.tar.gz) = 2263262 diff --git a/irc/weechat/files/patch-cmake-FindIconv_cmake b/irc/weechat/files/patch-cmake-FindIconv_cmake deleted file mode 100644 index 726c9f026b8b..000000000000 --- a/irc/weechat/files/patch-cmake-FindIconv_cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- cmake/FindIconv.cmake.orig 2010-01-20 17:31:05.000000000 +0000 -+++ cmake/FindIconv.cmake 2010-01-20 17:31:30.000000000 +0000 -@@ -30,6 +30,9 @@ - set(ICONV_FIND_QUIETLY TRUE) - ENDIF(ICONV_FOUND) - -+INCLUDE(CheckLibraryExists) -+INCLUDE(CheckFunctionExists) -+ - FIND_PATH(ICONV_INCLUDE_PATH - NAMES iconv.h - PATHS /usr/include /usr/local/include /usr/pkg/include diff --git a/irc/weechat/pkg-descr b/irc/weechat/pkg-descr index bbdaa12bc428..fdfc8abd667b 100644 --- a/irc/weechat/pkg-descr +++ b/irc/weechat/pkg-descr @@ -3,7 +3,4 @@ client. Everything can be done with a keyboard, and it is customizable and extensible with scripts. For the moment, only ncurse GUI is supported by this port. -Note: this is not the official release version, this is a git snapshot, which -may in some cases be unstable. - -WWW: http://git.savannah.gnu.org/gitweb/?p=weechat.git +WWW: http://weechat.org |