diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-09 19:22:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-09 19:22:41 +0800 |
commit | 16d808c3c410a4df5fcd83e5b303efb397385b7d (patch) | |
tree | e954ef00f797382a7cb126b17adfd81f2eb72eba | |
parent | 3df979a8bcebf74a2e33dfcbf92dea45ac6b8dc8 (diff) | |
download | freebsd-ports-gnome-16d808c3c410a4df5fcd83e5b303efb397385b7d.tar.gz freebsd-ports-gnome-16d808c3c410a4df5fcd83e5b303efb397385b7d.tar.zst freebsd-ports-gnome-16d808c3c410a4df5fcd83e5b303efb397385b7d.zip |
- Update to 1.2.6a
PR: 145911
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
-rw-r--r-- | irc/bitlbee-otr/Makefile | 13 | ||||
-rw-r--r-- | irc/bitlbee-otr/distinfo | 6 |
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 |