From owner-svn-ports-all@FreeBSD.ORG Thu Dec 13 16:27:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75BCB9B7; Thu, 13 Dec 2012 16:27:25 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6628FC0A; Thu, 13 Dec 2012 16:27:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDGRPRa071795; Thu, 13 Dec 2012 16:27:25 GMT (envelope-from acm@svn.freebsd.org) Received: (from acm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDGRPPZ071794; Thu, 13 Dec 2012 16:27:25 GMT (envelope-from acm@svn.freebsd.org) Message-Id: <201212131627.qBDGRPPZ071794@svn.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Thu, 13 Dec 2012 16:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308857 - head/net/twinkle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 16:27:25 -0000 Author: acm Date: Thu Dec 13 16:27:24 2012 New Revision: 308857 URL: http://svnweb.freebsd.org/changeset/ports/308857 Log: - Bump PORTREVISION. devel/commoncpp, devel/libzrtpcpp and devel/crtp ports have been updated Modified: head/net/twinkle/Makefile Modified: head/net/twinkle/Makefile ============================================================================== --- head/net/twinkle/Makefile Thu Dec 13 16:17:19 2012 (r308856) +++ head/net/twinkle/Makefile Thu Dec 13 16:27:24 2012 (r308857) @@ -1,27 +1,23 @@ -# New ports collection makefile for: twinkle -# Date created: 2006-04-22 -# Whom: Jose Alonso Cardenas Marquez -# +# Created by: Alonso Cardenas Marquez # $FreeBSD$ -# PORTNAME= twinkle PORTVERSION= 1.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net -MASTER_SITES= http://www.xs4all.nl/~mfnboer/twinkle/download/ +MASTER_SITES= http://mfnboer.home.xs4all.nl/twinkle/download/ MAINTAINER= acm@FreeBSD.org COMMENT= Soft phone for your VoIP communications using the SIP protocol BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= ccgnu2-1.7.0:${PORTSDIR}/devel/commoncpp \ - ccrtp1-1.7.0:${PORTSDIR}/devel/ccrtp \ +LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp \ + ccrtp:${PORTSDIR}/devel/ccrtp \ sndfile.1:${PORTSDIR}/audio/libsndfile \ boost_regex.4:${PORTSDIR}/devel/boost-libs \ speex.1:${PORTSDIR}/audio/speex \ ilbc.0:${PORTSDIR}/net/ilbc \ - zrtpcpp.0:${PORTSDIR}/devel/libzrtpcpp + zrtpcpp:${PORTSDIR}/devel/libzrtpcpp GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool @@ -51,7 +47,10 @@ CONFIGURE_ARGS+=--without-kde .endif post-patch: - @${REINPLACE_CMD} -e 's|-lresolv||g' -e 's|-lbind||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-lresolv||g' -e 's|-lbind||g' \ + -e 's|libccrtp1|libccrtp|g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|localtime_r|ost::localtime_r|g' \ + ${WRKSRC}/src/log.cpp post-configure: @${REINPLACE_CMD} -e 's|-lresolv||g' ${WRKSRC}/src/gui/${MAKEFILE}