- Update to 0.3.1.1
PR: 143407 Submitted by: Jase Thew <freebsd@beardz.net>
This commit is contained in:
parent
2b66ecf7b6
commit
250c019416
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249126
8 changed files with 10 additions and 46 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue