Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2017 14:27:49 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440880 - in head/irc/weechat: . files
Message-ID:  <201705141427.v4EERnuc068350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun May 14 14:27:49 2017
New Revision: 440880
URL: https://svnweb.freebsd.org/changeset/ports/440880

Log:
  irc/weechat: Update to 1.8
  
   - Bugfix and new features release

Modified:
  head/irc/weechat/Makefile
  head/irc/weechat/distinfo
  head/irc/weechat/files/patch-CMakeLists.txt
  head/irc/weechat/pkg-plist

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Sun May 14 13:35:41 2017	(r440879)
+++ head/irc/weechat/Makefile	Sun May 14 14:27:49 2017	(r440880)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	weechat
-PORTVERSION=	1.7.1
+PORTVERSION=	1.8
 CATEGORIES=	irc
 MASTER_SITES=	https://weechat.org/files/src/
 

Modified: head/irc/weechat/distinfo
==============================================================================
--- head/irc/weechat/distinfo	Sun May 14 13:35:41 2017	(r440879)
+++ head/irc/weechat/distinfo	Sun May 14 14:27:49 2017	(r440880)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493064823
-SHA256 (weechat-1.7.1.tar.xz) = 3f7e04793ce21796369199573d84a04ea23313942af880d2c9600bdc73571c30
-SIZE (weechat-1.7.1.tar.xz) = 1836844
+TIMESTAMP = 1494767076
+SHA256 (weechat-1.8.tar.xz) = b65fc54e965399e31a30448b5f6c8067fcd6ad369e9908ff7c1fd45669c5e017
+SIZE (weechat-1.8.tar.xz) = 1871964

Modified: head/irc/weechat/files/patch-CMakeLists.txt
==============================================================================
--- head/irc/weechat/files/patch-CMakeLists.txt	Sun May 14 13:35:41 2017	(r440879)
+++ head/irc/weechat/files/patch-CMakeLists.txt	Sun May 14 14:27:49 2017	(r440880)
@@ -1,4 +1,4 @@
---- CMakeLists.txt.orig	2016-05-01 10:50:12 UTC
+--- CMakeLists.txt.orig	2017-05-13 05:07:57 UTC
 +++ CMakeLists.txt
 @@ -64,6 +64,10 @@ else()
    set(LIBDIR ${CMAKE_INSTALL_PREFIX}/lib/${PROJECT_NAME})
@@ -11,12 +11,13 @@
  if(NOT DEFINED SHAREDIR)
    set(SHAREDIR ${CMAKE_INSTALL_PREFIX}/share)
  endif()
-@@ -88,10 +92,12 @@ option(ENABLE_GNUTLS     "Enable SSLv3/T
+@@ -88,11 +92,13 @@ option(ENABLE_GNUTLS     "Enable SSLv3/T
  option(ENABLE_LARGEFILE  "Enable Large File Support"                 ON)
  option(ENABLE_ALIAS      "Enable Alias plugin"                       ON)
  option(ENABLE_ASPELL     "Enable Aspell plugin"                      ON)
 +option(ENABLE_BACKTRACE  "Enable backtraces (via libexecinfo)"       ON)
  option(ENABLE_ENCHANT    "Enable Enchant lib for Aspell plugin"      OFF)
+ option(ENABLE_BUFLIST    "Enable Buflist plugin"                     ON)
  option(ENABLE_CHARSET    "Enable Charset plugin"                     ON)
  option(ENABLE_EXEC       "Enable Exec plugin"                        ON)
  option(ENABLE_FIFO       "Enable FIFO plugin"                        ON)
@@ -24,7 +25,7 @@
  option(ENABLE_IRC        "Enable IRC plugin"                         ON)
  option(ENABLE_LOGGER     "Enable Logger plugin"                      ON)
  option(ENABLE_RELAY      "Enable Relay plugin"                       ON)
-@@ -167,6 +173,7 @@ endif()
+@@ -168,6 +174,7 @@ endif()
  # Check for libgcrypt
  find_package(GCRYPT REQUIRED)
  add_definitions(-DHAVE_GCRYPT)
@@ -32,7 +33,7 @@
  list(APPEND EXTRA_LIBS ${GCRYPT_LDFLAGS})
  
  # Check for GnuTLS
-@@ -185,10 +192,12 @@ endif()
+@@ -186,10 +193,12 @@ endif()
  find_package(ZLIB REQUIRED)
  add_definitions(-DHAVE_ZLIB)
  
@@ -49,7 +50,7 @@
  endif()
  
  # Check for CURL
-@@ -247,7 +256,7 @@ set(exec_prefix "\${prefix}")
+@@ -248,7 +257,7 @@ set(exec_prefix "\${prefix}")
  set(libdir "\${exec_prefix}/lib")
  set(includedir "\${prefix}/include")
  configure_file(${CMAKE_CURRENT_SOURCE_DIR}/weechat.pc.in ${CMAKE_CURRENT_BINARY_DIR}/weechat.pc @ONLY)

Modified: head/irc/weechat/pkg-plist
==============================================================================
--- head/irc/weechat/pkg-plist	Sun May 14 13:35:41 2017	(r440879)
+++ head/irc/weechat/pkg-plist	Sun May 14 14:27:49 2017	(r440880)
@@ -2,6 +2,7 @@ bin/weechat
 bin/weechat-curses
 include/weechat/weechat-plugin.h
 lib/weechat/plugins/alias.so
+lib/weechat/plugins/buflist.so
 lib/weechat/plugins/exec.so
 lib/weechat/plugins/fifo.so
 lib/weechat/plugins/irc.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705141427.v4EERnuc068350>