Skip site navigation (1)Skip section navigation (2)
Date:      21 Feb 2004 11:50:07 -0000
From:      Peter van Dijk <peter-freebsdpr@dataloss.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63165: bitlbee port 0.84 update
Message-ID:  <20040221115007.32051.qmail@useful.dataloss.nl>
Resent-Message-ID: <200402211200.i1LC0c2H066965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63165
>Category:       ports
>Synopsis:       bitlbee port 0.84 update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 21 04:00:38 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Peter van Dijk
>Release:        FreeBSD 5.2-RELEASE-p2 i386
>Organization:
-
>Environment:
System: FreeBSD fanta.home.dataloss.nl 5.2-RELEASE-p2 FreeBSD 5.2-RELEASE-p2 #0: Sun Feb  8 17:40:43 GMT 2004     root@fanta.home.dataloss.nl:/usr/obj/usr/src/sys/FANTA  i386


>Description:
The bitlbee port is 0.82 and can be updated to 0.84. The attached patch
also fixes the dependency for MSN support.

>How-To-Repeat:

-

>Fix:


--- /usr/ports/irc/bitlbee/Makefile	Thu Feb  5 04:01:14 2004
+++ Makefile	Sat Feb 21 11:53:39 2004
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	bitlbee
-PORTVERSION=	0.82
-PORTREVISION=	1
+PORTVERSION=	0.84
+PORTREVISION=	0
 CATEGORIES=	irc
 MASTER_SITES=	http://get.bitlbee.org/src/
 
@@ -23,10 +23,12 @@
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
 .if defined(WITH_MSN)
-LIB_DEPENDS=	soup-2.0.0:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS=	gnutls.7:${PORTSDIR}/security/gnutls
+CONFIGURE_ARGS+=--msn=1
 pre-configure:
 	@${ECHO_CMD} "MSN support will be enabled."
 .else
+CONFIGURE_ARGS+=--msn=0
 pre-configure:
 	@${ECHO_CMD} "Type \"make -DWITH_MSN\" if you want enable MSN support."
 .endif
--- /usr/ports/irc/bitlbee/distinfo	Sat Dec 13 04:00:33 2003
+++ distinfo	Sat Feb 21 11:38:38 2004
@@ -1 +1 @@
-MD5 (bitlbee-0.82.tar.gz) = fecb84a97e13a46b45989d71e7723b35
+MD5 (bitlbee-0.84.tar.gz) = d633383a67ff89b064c2bcd4822f6157
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040221115007.32051.qmail>