aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-12-21 05:19:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-12-21 05:19:05 +0000
commit56145f38272b629f8b4e2198e31a0ff0106a5a94 (patch)
tree0375308b11e6457c8a3abcd7d50da59deb889f1f /irc
parentfd5221023a6c1796ee878a0d185bb81aa73028ae (diff)
downloadports-56145f38272b629f8b4e2198e31a0ff0106a5a94.tar.gz
ports-56145f38272b629f8b4e2198e31a0ff0106a5a94.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/weechat-devel/Makefile6
-rw-r--r--irc/weechat-devel/distinfo4
-rw-r--r--irc/weechat-devel/files/patch-cmake-FindPython_cmake16
3 files changed, 12 insertions, 14 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index e934e98d1d59..607e77847f91 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= weechat
-PORTVERSION= 20101212
+PORTVERSION= 20101220
CATEGORIES= irc
MASTER_SITES= http://perturb.me.uk/distfiles/
PKGNAMESUFFIX= -devel
-DISTNAME= weechat-devel-25d9d6e0fec88c9ee0377d08132fd394b4577bad
+DISTNAME= weechat-devel-4d98ddb13c91b4827985cea2e2b501c15fb7653b
MAINTAINER= freebsd@beardz.net
COMMENT= A lightweight and user friendly ncurse based IRC client
@@ -37,7 +37,7 @@ OPTIONS= RUBY "Ruby scripting support." Off \
NLS "NLS support." On \
DOCUMENTATION "Build documentation." Off
-WRKSRC= ${WRKDIR}/${PORTNAME}-25d9d6e
+WRKSRC= ${WRKDIR}/${PORTNAME}-4d98ddb
.include <bsd.port.options.mk>
diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo
index 05962f95eb7c..cc091abce665 100644
--- a/irc/weechat-devel/distinfo
+++ b/irc/weechat-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (weechat-devel-25d9d6e0fec88c9ee0377d08132fd394b4577bad.tar.gz) = d76296f98b8917aa7da0ba9a38ff706c29073e22b7847c3d7330be3a28b19402
-SIZE (weechat-devel-25d9d6e0fec88c9ee0377d08132fd394b4577bad.tar.gz) = 1655384
+SHA256 (weechat-devel-4d98ddb13c91b4827985cea2e2b501c15fb7653b.tar.gz) = 200a227fb4aea9128a74e727c77af2c2bee72f3e2083183dc8322f2bf90c80d9
+SIZE (weechat-devel-4d98ddb13c91b4827985cea2e2b501c15fb7653b.tar.gz) = 1662478
diff --git a/irc/weechat-devel/files/patch-cmake-FindPython_cmake b/irc/weechat-devel/files/patch-cmake-FindPython_cmake
index 8dc2cd51a042..bf80f23b1fe0 100644
--- a/irc/weechat-devel/files/patch-cmake-FindPython_cmake
+++ b/irc/weechat-devel/files/patch-cmake-FindPython_cmake
@@ -1,22 +1,20 @@
---- cmake/FindPython.cmake.orig 2010-12-10 15:13:27.000000000 +0000
-+++ cmake/FindPython.cmake 2010-12-12 18:23:24.000000000 +0000
-@@ -34,9 +34,8 @@
+--- cmake/FindPython.cmake.orig 2010-12-20 18:43:34.102131358 +0000
++++ cmake/FindPython.cmake 2010-12-20 19:16:11.918184057 +0000
+@@ -34,8 +34,7 @@
ENDIF(PYTHON_FOUND)
FIND_PROGRAM(PYTHON_EXECUTABLE
-- NAMES python python2.6 python2.5 python2.4 python2.3 python2.2
+- NAMES python python2.7 python2.6 python2.5 python2.4 python2.3 python2.2
- PATHS /usr/bin /usr/local/bin /usr/pkg/bin
-- )
-+ NAMES ${BSD_PYTHON_CMD}
-+ )
++ NAMES ${BSD_PYTHON_CMD}
+ )
IF(PYTHON_EXECUTABLE)
- EXECUTE_PROCESS(
@@ -65,7 +64,7 @@
)
FIND_LIBRARY(PYTHON_LIBRARY
-- NAMES python python2.6 python2.5 python2.4 python2.3 python2.2
+- NAMES python python2.7 python2.6 python2.5 python2.4 python2.3 python2.2
+ NAMES ${BSD_PYTHON_VER}
PATHS ${PYTHON_POSSIBLE_LIB_PATH}
)