aboutsummaryrefslogtreecommitdiffstats
path: root/irc/weechat
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2005-11-15 23:40:23 +0800
committeraz <az@FreeBSD.org>2005-11-15 23:40:23 +0800
commitd6343546614451cf02fb5f9aab90f10a7e9cb3ff (patch)
treeae33646c53e6456a14d7e9d849001e0595453de5 /irc/weechat
parente90c32d61a8d23f57eb6930aaeb52da7de281599 (diff)
downloadfreebsd-ports-gnome-d6343546614451cf02fb5f9aab90f10a7e9cb3ff.tar.gz
freebsd-ports-gnome-d6343546614451cf02fb5f9aab90f10a7e9cb3ff.tar.zst
freebsd-ports-gnome-d6343546614451cf02fb5f9aab90f10a7e9cb3ff.zip
- Update to version 0.1.6
- Implement WITH_PYTHON knob Submitted by: Rudolf Polzer <freebsd-dr@durchnull.de> (via email)
Diffstat (limited to 'irc/weechat')
-rw-r--r--irc/weechat/Makefile22
-rw-r--r--irc/weechat/distinfo5
2 files changed, 22 insertions, 5 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 4c1269ef3a65..8d6cc6ee03b4 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= weechat
-PORTVERSION= 0.1.5
+PORTVERSION= 0.1.6
CATEGORIES= irc
-MASTER_SITES= http://weechat.flashtux.org/download/
+MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
+ http://weechat.flashtux.org/download/
MAINTAINER= az@FreeBSD.org
COMMENT= A lightweight and user friendly ncurse based IRC client
USE_BZIP2= yes
GNU_CONFIGURE= yes
-
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl"
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
@@ -25,6 +25,7 @@ MAN1= weechat-curses.1
INFO= weechat_doc_en weechat_doc_es weechat_doc_fr weechat_doc_pt
PLIST_FILES= bin/weechat-curses
+PLIST_DIRS= lib/weechat/plugins lib/weechat
.for lang in cs fr es
PLIST_FILES+= %%NLS%%share/locale/${lang}/LC_MESSAGES/weechat.mo
@@ -38,6 +39,21 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+#Tempory disable due problems with perl < 5.6 (4.x)
+#.if defined(WITH_PERL)
+#CONFIGURE_ARGS+=--enable-perl
+#USE_PERL= yes
+#PLIST_FILES+= lib/weechat/plugins/libperl.a lib/weechat/plugins/libperl.la \
+# lib/weechat/plugins/libperl.so lib/weechat/plugins/libperl.so.0
+#.endif
+
+.if defined(WITH_PYTHON)
+CONFIGURE_ARGS+=--enable-python
+USE_PYTHON= yes
+PLIST_FILES+= lib/weechat/plugins/libpython.a lib/weechat/plugins/libpython.la \
+ lib/weechat/plugins/libpython.so lib/weechat/plugins/libpython.so.0
+.endif
+
pre-configure:
@${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}
diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo
index a21fb008156a..f27f30c93773 100644
--- a/irc/weechat/distinfo
+++ b/irc/weechat/distinfo
@@ -1,2 +1,3 @@
-MD5 (weechat-0.1.5.tar.bz2) = 7aaf7e7f5b9d013b7269c9ca454fdbf9
-SIZE (weechat-0.1.5.tar.bz2) = 620739
+MD5 (weechat-0.1.6.tar.bz2) = 4e0898f4a318b5f4419a2b072c61d54c
+SHA256 (weechat-0.1.6.tar.bz2) = 2c5de0ab453104e0dad37f1083aa0b8100a957f7593b831c860bd6394ceafb90
+SIZE (weechat-0.1.6.tar.bz2) = 824914