aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-09 11:22:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-09 11:22:41 +0000
commitd3c74e540b120bf4ad871163b1357c26a56e1361 (patch)
tree2dc22ef8814bb07b328be8eb6bc9738325a1ab49 /irc
parent821a625c0f1e984b303a3d9280ed040c701b3a34 (diff)
downloadports-d3c74e540b120bf4ad871163b1357c26a56e1361.tar.gz
ports-d3c74e540b120bf4ad871163b1357c26a56e1361.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee-otr/Makefile13
-rw-r--r--irc/bitlbee-otr/distinfo6
2 files changed, 13 insertions, 6 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
index 0b163653ae96..798eac57ceea 100644
--- a/irc/bitlbee-otr/Makefile
+++ b/irc/bitlbee-otr/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= bitlbee-otr
-PORTVERSION= 1.2.5
+PORTVERSION= 1.2.6a
CATEGORIES= irc
-MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
+MASTER_SITES= http://wahjava.users.sourceforge.net/ \
${MASTER_SITE_FREEBSD}
MAINTAINER= wahjava@gmail.com
@@ -34,7 +34,8 @@ OPTIONS= MSN "Enable MSN protocol support" On \
IPV6 "Compile IPV6 support" On \
XMPP "Enable XMPP protocol support" On \
OSCAR "Enable OSCAR (ICQ,AIM) protocol support" On \
- YAHOO "Enable Yahoo protocol support" On
+ YAHOO "Enable Yahoo protocol support" On \
+ TWITTER "Enable Yahoo protocol support" On
CONFIGURE_ARGS= --config=/var/db/bitlbee --strip=0
@@ -97,6 +98,12 @@ CONFIGURE_ARGS+=--debug=1
CONFIGURE_ARGS+=--ipv6=0
.endif
+.if !defined(WITHOUT_TWITTER)
+CONFIGURE_ARGS+=--twitter=1
+.else
+CONFIGURE_ARGS+=--twitter=0
+.endif
+
LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr
CONFIGURE_ARGS+=--otr=1
.if !defined(NOPORTDOCS)
diff --git a/irc/bitlbee-otr/distinfo b/irc/bitlbee-otr/distinfo
index 98f3adbda0f4..da086d828ab7 100644
--- a/irc/bitlbee-otr/distinfo
+++ b/irc/bitlbee-otr/distinfo
@@ -1,3 +1,3 @@
-MD5 (bitlbee-otr-1.2.5.tar.bz2) = 26c20921ff586fcd5253a324f33bde1b
-SHA256 (bitlbee-otr-1.2.5.tar.bz2) = 93d283ff829decf6ee8c89d23f4ad441f3a6c24820bba8ea9580e738865bf605
-SIZE (bitlbee-otr-1.2.5.tar.bz2) = 374939
+MD5 (bitlbee-otr-1.2.6a.tar.bz2) = 3419f352a8dfc06b1bd1954ddeb9ee34
+SHA256 (bitlbee-otr-1.2.6a.tar.bz2) = ab8bb786fcd34f87c4b8056b3786d896ee7aeae7fc21d09a49d3be920891c135
+SIZE (bitlbee-otr-1.2.6a.tar.bz2) = 388108