1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Update to 0.3.5

PR:		157059
Submitted by:	Jase Thew <freebsd@beardz.net>
This commit is contained in:
Martin Wilke 2011-06-12 02:30:16 +00:00
parent 13db847120
commit 9eb1ac22c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275413
3 changed files with 10 additions and 7 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= weechat
PORTVERSION= 0.3.4
PORTREVISION= 1
PORTVERSION= 0.3.5
CATEGORIES= irc
MASTER_SITES= http://weechat.org/files/src/

View File

@ -1,2 +1,2 @@
SHA256 (weechat-0.3.4.tar.gz) = cfddc87141038337a71f35c59efb70995bd277529fddb2bd048fa0024d3ec685
SIZE (weechat-0.3.4.tar.gz) = 2786555
SHA256 (weechat-0.3.5.tar.gz) = 32de7764ab4d19a87ca15adba246bf6a9ef626df162c205287843ec57e8e6fce
SIZE (weechat-0.3.5.tar.gz) = 2913550

View File

@ -1,6 +1,6 @@
--- cmake/FindTCL.cmake.orig 2010-12-10 15:13:27.000000000 +0000
+++ cmake/FindTCL.cmake 2010-12-12 19:23:43.000000000 +0000
@@ -55,94 +55,18 @@
--- cmake/FindTCL.cmake.orig 2011-04-02 18:26:10.225070885 +0100
+++ cmake/FindTCL.cmake 2011-04-02 18:29:21.009167958 +0100
@@ -55,98 +55,18 @@
SET(TCL_FIND_QUIETLY TRUE)
ENDIF(TCL_FOUND)
@ -21,10 +21,14 @@
-
-SET(TCL_POSSIBLE_LIB_PATHS
- "${TCL_INCLUDE_PATH_PARENT}/lib"
- "${TCL_INCLUDE_PATH_PARENT}/lib64"
- "${TCL_LIBRARY_PATH}"
- "${TCL_TCLSH_PATH_PARENT}/lib"
- "${TCL_TCLSH_PATH_PARENT}/lib64"
- /usr/lib
- /usr/lib64
- /usr/local/lib
- /usr/local/lib64
- )
-
-IF(WIN32)