- Update to 1.2.6a
PR: 145911 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
This commit is contained in:
parent
821a625c0f
commit
d3c74e540b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254008
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user