ports/115958: Port update: net-im/centerim
Frank Altpeter
frank at altpeter.de
Fri Aug 31 01:30:02 UTC 2007
>Number: 115958
>Category: ports
>Synopsis: Port update: net-im/centerim
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Aug 31 01:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Frank Altpeter
>Release: FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD pegasus.corpex.de 6.2-STABLE FreeBSD 6.2-STABLE #7: Thu Jul 5 14:55:56 CEST 2007 root at pegasus.corpex.de:/usr/obj/usr/src/sys/kernconf.pegasus i386
>Description:
>How-To-Repeat:
>Fix:
diff -ruN centerim/Makefile centerim.new/Makefile
--- centerim/Makefile Mon Jul 23 11:36:19 2007
+++ centerim.new/Makefile Thu Aug 30 14:46:25 2007
@@ -3,16 +3,16 @@
# Date created: 2006-03-14
# Whom: Frank Altpeter <frank at altpeter.de>
#
-# $FreeBSD: ports/net-im/centerim/Makefile,v 1.4 2007/07/23 09:36:19 rafan Exp $
+# $FreeBSD: ports/net-im/centerim/Makefile,v 1.2 2007/06/09 14:08:24 miwi Exp $
#
PORTNAME= centerim
PORTVERSION= 4.22.1
+PORTREVISION= 1
CATEGORIES= net-im
-MASTER_SITES= http://www.centerim.org/download/ \
- http://cim.sbisinger.net/tars/ \
- ftp://ftp.centerim.org/
-DISTNAME= ${PORTNAME}-20070625
+MASTER_SITES= http://www.centerim.org/download/mobshots/ \
+ ftp://ftp.centerim.org/mobshots/
+DISTNAME= ${PORTNAME}-20070824
MAINTAINER= frank at altpeter.de
COMMENT= A text mode menu- and window-driven IM interface
@@ -25,7 +25,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}"
-CONFIGURE_ARGS= --with-ssl --with-openssl --disable-konst
+CONFIGURE_ARGS= --with-ssl --with-openssl --disable-konst --mandir="${PREFIX}/man"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFLICTS= centericq-[0-9]*
@@ -40,9 +40,10 @@
GPGME "Support for PGP encrypted Jabber messages" off \
RSS "Support for RSS" off \
LJ "Support for LiveJournal" off \
- GG "Support for Gadu-Gadu Protocol" off
+ GG "Support for Gadu-Gadu Protocol" off \
+ OTR "Support For Off The Record messaging (beta)" off
-MAN1= cicqconv.1 centerim.1
+MAN1= cicqconv.1
PORTDOCS= FAQ README
@@ -107,6 +108,12 @@
.else
LIB_DEPENDS+= gadu.3:${PORTSDIR}/polish/ekg
LIBGADU= -lgadu
+.endif
+
+.if !defined(WITH_OTR)
+CONFIGURE_ARGS+= --without-libotr
+.else
+LIB_DEPENDS+= otr.3:${PORTSDIR}/security/libotr
.endif
.if !defined(NOPORTDOCS)
diff -ruN centerim/distinfo centerim.new/distinfo
--- centerim/distinfo Wed Jul 4 15:49:44 2007
+++ centerim.new/distinfo Thu Aug 30 14:47:42 2007
@@ -1,3 +1,3 @@
-MD5 (centerim-20070625.tar.gz) = 99ec602996cc43ed06d7ac41c906fd3b
-SHA256 (centerim-20070625.tar.gz) = 55d1ebe5b8ccd13b29437acd74bfbe15f749e64102fee671218fa2078d526af7
-SIZE (centerim-20070625.tar.gz) = 2641435
+MD5 (centerim-20070824.tar.gz) = f088fec862d44e37a3c542353098de01
+SHA256 (centerim-20070824.tar.gz) = 13098f4af25ecabfee5eab0d8c5a5250649c6b0dfab9643ec3fba016f7d07d40
+SIZE (centerim-20070824.tar.gz) = 2576342
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list